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/