I am experiencing problems installing PHP under Apache 2.0.35 from the
binary zip.

I unzipped the file to c:/php

Then placed php.ini in my windows dir and changed these lines:

    doc_root = c:\Program Files\Apache Group\htdocs

    extension_dir = c:\php\extensions


In the apache configuration file httpd.conf I added the lines:

    LoadModule php4_module c:/php/sapi/php4apache.dll
    AddModule mod_php4.c
    AddType application/x-httpd-php .php


Anyway, I followed the instructions in install.txt, to the letter. But I get
the following error:

cannot load c:/php/sapi/php4apache.dll into server: One of the library files
needed cannot be found


Thanks for any help...

Peter




-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to