Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: Cygwin List Message-Id: <6.2.1.2.0.20050603082746.07023fa0@pop.prospeed.net> Date: Fri, 03 Jun 2005 08:28:35 -0400 To: "Adye, TJ \(Tim\)" , "Cygwin List" From: Larry Hall Subject: RE: Updated: cygwin-1.5.17-1 In-Reply-To: <7231C15EAC2F164CA6DC326D97493C8BA1BD20@exchange35.fed.cclr c.ac.uk> References: <7231C15EAC2F164CA6DC326D97493C8BA1BD20 AT exchange35 DOT fed DOT cclrc DOT ac DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 05:26 AM 6/3/2005, you wrote: >OK, I downgraded to cygwin 1.5.16-1 and the problem went away. I made a >small test program, dltest (attached), that does a >dlopen(file,RTLD_LAZY). The following shows that PATH was searched with >1.5.16-1, but not in 1.5.17-1. > >cygwin 1.5.16-1:- > >% export PATH="/usr/bin" >% ./dltest afsauthent.dll >error opening afsauthent.dll: dlopen, Win32 error 126 >% export PATH="/usr/bin:/cygdrive/c/Program Files/OpenAFS/Common" >% ./dltest afsauthent.dll >opened afsauthent.dll > >cygwin 1.5.17-1:- > >% export PATH="/usr/bin:/cygdrive/c/Program Files/OpenAFS/Common" >% ./dltest afsauthent.dll >error opening afsauthent.dll: dlopen, Win32 error 126 >% type afsauthent.dll # just to be sure it's there >afsauthent.dll is /cygdrive/c/Program >Files/OpenAFS/Common/afsauthent.dll >% export LD_LIBRARY_PATH="/cygdrive/c/Program Files/OpenAFS/Common" >% ./dltest afsauthent.dll >opened afsauthent.dll OK, thanks. It looks like Chris has found and corrected this problem already: -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/