Click to See Complete Forum and Search --> : Upgrading 4.2.2 to 4.3.8 on RH9


microbluechip
07-28-2004, 11:50 AM
Hi all,

I am using RH9 with a RH9 RPM install of Apache which is 2.0.40 and PHP which is 4.2.2 (ugh old!).

I now have the source for 4.3.8. However to compile the libphp4.so file for use with apache, I need to reference apxs which is supposed to be under /apache/bin but the Apache RPM install for RH9 does not have apxs. How do I compile 4.3.8 into Apache 2.0.40 without apxs or is this the only way??

Many thanks everyone for any replies.

tsinka
07-28-2004, 01:36 PM
Hi,

apxs is part of the apache2-devel package so you might want to check if the apache2-devel rpm is installed.

Thomas

microbluechip
07-28-2004, 02:29 PM
Thanks Thomas,

That should be the ticket. Many thanks.