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: <http://cygwin.com/ml/cygwin/2005-06/msg00090.html> -- 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/