Hello,
Having a problem upgrading to the
new Apache and PHP releases on Windows 98.
Apache 2.0.35 [3.1M] - 09-Apr-2002 - MSI Installer Package
http://www.apache.org/dist/httpd/binaries/win32/apache_2.0.35-win32-x86-no_ssl.msi
PHP 4.2.0 [4,898Kb] - 22 April 2002
http://ca.php.net/do_download.php?download_file=php-4.2.0-Win32.zip
Installed Apache into c:\apache2 and
extracted the PHP zip into c:\php.
Copied php4ts.dll (1,004 K
into c:\windows\system.
Copied all the dll's from the c:\php\dlls folder into c:\windows\system.
Copied php.ini-dist into c:\windows and renamed php.ini.
Extension_dir directive in php.ini is set to: "c:\php\extensions"
NOTE: ALL extensions are commented out in php.ini - NOTHING LOADED!Added the following lines to httpd.conf:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phpsStart Apache from command line:
C:\Apache2\bin>apache
Syntax error on line 947 of C:/Apache2/conf/httpd.conf:
Cannot load C:/PHP/sapi/php4apache.dll into server:
One of the library files needed to run this application cannot be found.
What the... Syntax error ???
It's definitely having a problem with php4apache.dll.
I then tried copying php4apache.dll into C:\Apache2\modules
and changed the LoadModule to read:
LoadModule php4_module modules/php4apache.dll
Same error message?
Anyone else encounter this problem?
This has always worked great in the past?
Steve