
January 16th, 2001, 04:44 PM
|
|
Junior Member
|
|
Join Date: Jan 2001
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Some more details...
I had apache 1.3.9 installed in /usr/local/apache. I followed the instructions for installing apache 1.3.14 from source into the same directory (by default), and specified the --enable-module=most and --enable-shared=max options. The configuration, compilation, and installation went fine.
Then I tried to execute ./apachectl restart, and encountered a bunch of syntax errors involving libmysqlclient.so.6. I finally deduced that I needed to add a path to my /etc/ld.so.conf path and then run ldconfig. The "restart" command now executes (apparently) without error. I have also tried ./apachectl stop and start and restarting the machine.
The problem is, I still see no results from the <?phpinfo ()?> tag! Also when I execute httpd -v from either /usr/local/apache or /usr/sbin, it says version 1.3.9, and httpd -l responds with http_core.c and mod_so.c only. No other modules report being loaded. The Apache error log shows nothing.
Where did I go wrong? I thought I had installed version 1.3.14 and that httpd -l would show several other modules, such as mod_mime. Am I wrong here? Is there a different process for UPGRADING an Apache installation that is not documented? Was I supposed to uninstall Apache 1.3.9 first? Is that php tag supposed to display some text?
BTW, I installed PHP 4.0.2 from source, also apparently without error, with the --with-mysql=(path) and --with-apxs=(path) options. I also edited the httpd.conf files according to the INSTALL document and copied the php.ini file.
Thanks a lot for some assistance here.
|