|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
PHP4 installation Problems on Win2k
Hello,
I would be gratefull if someone could point me in the right direction. I have sent hours trying to resolve this and even had to reinstall my operating system - windows 2000. I seem to followed all the instructions,in terms of moving the php.ini file to the C:/winnt folder and php4ts.dll file to the c:/winnt/system32 folder. when I add LoadModule php4_module c:/php-4.3.0-win32/sapi/php4apache.php in the apache configuration file and tried to start apache I get this error message on starting apache " syntax error on line 173 of c:/ Program File/Apache Group/Apache2/conf/ httpd.conf: cannot load c:/php-4.3.0-win32/sapi/php4apache.php into serve: the specificied module cannot be found." but if the line c:/php-4.3.0-win32/sapi/php4apache.php is removed I am able to start apache and connect to the local host but unable to get my phpinfo.php script going. Please Help. Regards Moses |
|
#2
|
|||
|
|||
|
RE: PHP4 installation Problems on Win2k
LoadModule php4_module c:/php-4.3.0-win32/sapi/php4apache.php
should that be a dll: LoadModule php4_module c:/php-4.3.0-win32/sapi/php4apache.dll ?? and is that path correct? |
|
#3
|
|||
|
|||
|
RE: PHP4 installation Problems on Win2k
I am having the same trouble as the other person.
Win2K - vanilla install of Apache 2.0.45 - I add the line to httpd-conf as follows to add PHP support: LoadModule php4_module c:/php/sapi/php4apache2.dll and it gives me a message that it can't find it. So I add quotes around it, play with case, and then I move the dll into the modules folder under Apache2 where all the other modules are loading from, and guess what - it still says it can't find it. So then I decide to get sneaky and rename the extension from .dll to .so, but it still says it can't find the file - this is bizarre. The file is sitting right there with the other modules. I downloaded it again in case it was corrupt - nothing changed. Do I contract for an exorcist? Thanks! |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP4 installation Problems on Win2k |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|