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:
> Hi,
> while trying to install a PHP-Wiki on cygwin i got
> several (i think quit all) problems with mod_php which
> were described in the thread More Apache/PHP
> installation puzzles.
>
> I finally reached this point:
>
> # /usr/sbin/apachectl start
> Syntax error on line 236 of /etc/apache/httpd.conf:
> Cannot load /usr/lib/apache/libphp4.dll into server:
> dlopen: Win32 error 998
> /usr/sbin/apachectl start: httpd could not be started
>
>
> libphp4.dll was set (setfacl) to exactly the same
> permissions as f.i. mod_cgi.dll
> i did NO rebase as suggested by Igor
> Meanwhile there is probably newer knowledge. My Latin
> is at it's end.

You may download and install the dependency walker 
http://www.dependencywalker.com/ and open it from a bash shell with 

depends `cygpath -aw /usr/sbin/httpd.exe`

Then try to profile this application with F7. Please activate at least the 
following options: 

- Log Dllmain calls for process attach ... 
- Hook the process ... 
- Use full path when logging
- Automatic open profile child processes. 

and start the profiler. In the lower box you will see the log messages. If 
there are any problems, then it will be printed in red or bold. 

hope that helps 

Cheers
 
Ralf 




> Could anybody help please.
>
> Thanks in advance, tos
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
> http://hotjobs.sweepstakes.yahoo.com/signingbonus
>
> --
> 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/


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