ListerMint
Registered
I just upgraded Apache 2.0.44 to 2.0.47, but it won't start up. I went to the terminal and got the following message:
shell> /Library/Apache2/bin/apachectl configtest
Syntax error on line 1119 of /Library/Apache2/conf/httpd.conf:
Cannot load /Library/Apache2/modules/libphp4.so into server: dyld: /Library/Apache2/bin/httpd can't open library: /Library/Apache2/lib/libaprutil.0.dylib (No such file or directory, errno = 2)
The file libaprutil.0.dylib is a shortcut that points to libaprutil-0.0.9.4.dylib in the same directory.
I should also tell you this:
1) I upgraded from PHP 4.3.1 to 4.3.3
Note: the phpinfo() reads it as php 4.3.1. Have not figured out why yet.
2) I then upgraded mySQL from 4.0.12 to 4.0.15. Works fine.
3) Changed LoadModule cgid_module modules/mod_cgid.so to LoadModule cgi_module modules/mod_cgi.so before installation as per instructions in Read Me.
4) Then, I upgraded the Apache
5) I have an eMac with OS X 10.2.6
Now, how do I fix this?
shell> /Library/Apache2/bin/apachectl configtest
Syntax error on line 1119 of /Library/Apache2/conf/httpd.conf:
Cannot load /Library/Apache2/modules/libphp4.so into server: dyld: /Library/Apache2/bin/httpd can't open library: /Library/Apache2/lib/libaprutil.0.dylib (No such file or directory, errno = 2)
The file libaprutil.0.dylib is a shortcut that points to libaprutil-0.0.9.4.dylib in the same directory.
I should also tell you this:
1) I upgraded from PHP 4.3.1 to 4.3.3
Note: the phpinfo() reads it as php 4.3.1. Have not figured out why yet.
2) I then upgraded mySQL from 4.0.12 to 4.0.15. Works fine.
3) Changed LoadModule cgid_module modules/mod_cgid.so to LoadModule cgi_module modules/mod_cgi.so before installation as per instructions in Read Me.
4) Then, I upgraded the Apache
5) I have an eMac with OS X 10.2.6
Now, how do I fix this?