I ran ./configure (on my RAQ3) with most of the options from the previous version.
But I see this thing in the output:
checking for Apache module support via DSO through APXS... apxs:Warning: /usr/bin/httpd not found or not executable Apache/PHP4/libmcrypt installation problem:: 2 postswith Apache-1.3.12, Linux RedHat 6.2, and PHP4.0.1pl2 the problem that i'm having is libmcrypt should have been linked statically (with configure http://qaix.com/java-programming/311-683-apache-php4-libmcrypt-installation-problem-read.shtmlHOME |
followed by a whole lot of mod_so warnings and such. Well, I know httpd isn't there. But does this matter? There's some LoadModule stuff in httpd.conf, so can I continue with the install?
It's my first attempt of upgrading stuff like this, and, umm, I have hardly a clue what I'm doing :D
Never mind.
CJCHT Blogs - Archives for: 7月2008:: explode()在php4.0.1以后增加了limit参数以及php5.1.0后对limit为负数的支持 . configure: error: Cannot find libmysqlclient_r under /usr/local/mysql. http://blog.cjcht.com/index.php/2008/07/HOME |
I installed MySQL 3.23.46, which went smooth. PHP4.1.0 gave me an hour of blood, sweat and tears.
Apparently the configure thingy looked for httpd in the wrong place: /usr/bin So, I added a symlink from there to the real thing, configured php and didn't see any noticable errors. But after the installation no website came up. I looked over httpd.conf, made some changes, and nada. Changed a million other things, and nada. Nothing came up, not even regular html files.
Ok, I got a cool beer from the fridge, looked over the options, emptied half the bottle of beer, and did exactly the same thing with the newly released PHP4.1.1
Restarted httpd, and look! The whole thing was up and running again. Need another excuse for another beer? Nope, absolutely not :D
But now I've got two LoadModules in httpd.conf. I've got all the excitement I can take for the rest of the year, and I'm not going to change a winning team for now. So, does this hurt?
LoadModule php4_module /usr/lib/apache/libphp4.so
LoadModule php4_module lib/apache/libphp4.so
Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home
|