RE: [PHP] PHP Installation Win98/Apache error....
> -Original Message- > From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] > Sent: 14 June 2002 22:01 > > So I'm trying to install PHP on win98 with Apache2. > > I got these nice instructions from... > > http://www.webmasterbase.com/article.php?pid=30&aid=525 > > After I make the following addition to my httpd.conf file, I get an > error when I try to start Apache again... > > ADDITION TO HTTPD.CONF: > LoadModule php4_module c:/php/sapi/php4apache.dll That looks like an Apache 1 instruction, which won't work with Apache 2 -- I suggest you cast around for some equally nice Apache 2 instructions (preferably ones which point out that PHP for Apache 2 is still experimental, and has some known major bugs only fixed in the PHP 4.3.0 development version). Cheers! Mike - Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] PHP Installation Win98/Apache error....
You missed a step in copying DLLs. I don't remember which one, but it's the dll files found in c:\php > -Original Message- > From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 14, 2002 2:01 PM > To: [EMAIL PROTECTED] > Subject: [PHP] PHP Installation Win98/Apache error > > > So I'm trying to install PHP on win98 with Apache2. > > I got these nice instructions from... > > http://www.webmasterbase.com/article.php?pid=30&aid=525 > > After I make the following addition to my httpd.conf file, I get an > error when I try to start Apache again... > > ADDITION TO HTTPD.CONF: > LoadModule php4_module c:/php/sapi/php4apache.dll > > ERROR WHEN STARTING APACHE: > Cannot load c:/php/sapi/php4apache.dll into server: One of the library > ilfes needed to run this application cannot be found. > > ...I checked in the sapi directory and php4apache.dll is indeed in > there. > > One other thing - One part of the instructions said to do this... > > Find the file called php4ts.dll in the PHP folder and copy it to the > System32 subfolder of your Windows folder (e.g. C:\Windows\System32). > > Well, there is no php4ts.dll file anywhere on my PC. There is however > a php4ts.lib file. Maybe this has something to do with it? > > Thanks for your help!!! > > > This message is intended for the sole use of the individual and entity to whom it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message. Thank you very much. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] PHP Installation Win98/Apache error....
So I'm trying to install PHP on win98 with Apache2. I got these nice instructions from... http://www.webmasterbase.com/article.php?pid=30&aid=525 After I make the following addition to my httpd.conf file, I get an error when I try to start Apache again... ADDITION TO HTTPD.CONF: LoadModule php4_module c:/php/sapi/php4apache.dll ERROR WHEN STARTING APACHE: Cannot load c:/php/sapi/php4apache.dll into server: One of the library ilfes needed to run this application cannot be found. ...I checked in the sapi directory and php4apache.dll is indeed in there. One other thing - One part of the instructions said to do this... Find the file called php4ts.dll in the PHP folder and copy it to the System32 subfolder of your Windows folder (e.g. C:\Windows\System32). Well, there is no php4ts.dll file anywhere on my PC. There is however a php4ts.lib file. Maybe this has something to do with it? Thanks for your help!!!