hello
I'm trying to install the sapi module with apache2 on win98.

 apache version 2.0.40
 php version 4.2.2
 windows 98se

when starting apache it gives the following error:
D:\Program Files\Apache Group\Apache2\bin>apache -k start
Syntax error on line 160 of D:/Program Files/Apache Group/Apache2/conf/httpd.conf:

Cannot load D:/php/sapi/php4apache2.dll into server: A device attached to the system 
is not functioning.

D:\Program Files\Apache Group\Apache2\bin>

line 160 of httpd.conf is:
LoadModule php4_module d:/php/sapi/php4apache2.dll
right in amidst all the other loadmodule lines.

php runs fine from the command line.
Apache runs fine without that line.
The CGI version of php seems to work okay (apache runs, returns a 'hello world' test).
I've done everything the php documentation says to do for windows.

Is there some way to fond out what attached device is not functioning?

tia,
chris
 

Reply via email to