On 6 May 2001 05:53:54 -0700, Darren <[EMAIL PROTECTED]> wrote:
> Hi. I just installed a fresh copy a windows 95. I installed winsock 2,
> apache 1.3.19 and php4. I followed the instructions with the php
> installation and I booted apache, I got a missing dll error message from
> apache. I got the impression that it wasn't php4apache.dll that was missing
> as it was there and http.conf was pointing to it. I can only assume that
> there is another dll somewhere that is missing. Any ideas?

Try running the CGI version of PHP - you should get a nice error saying what
couldn't be loaded. The most common cause of this is due to extensions - either
it can't find the extension itself or, more commonly, the extension needs to
load another DLL and it can't find that. It may help to simply clear out your
php.ini's extension section and see if the problem goes away.

Chris

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to