This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cannot load libphp4.dll into server: dlopen: Win32 error 998


On Wednesday 14 January 2004 18:19, tosch wrote:
> Cannot load /usr/lib/apache/libphp4.dll into server:
> dlopen: Win32 error 998

BTW: This error means that some dll's could not be accessed, my be because the 
executable bit isn't set. The dependency walker will show you, which dll is 
affected. 

grep "998" /usr/include/w32api/winerror.h
#define ERROR_NOACCESS 998L

Ralf 


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]