1747988 Members
4743 Online
108756 Solutions
New Discussion

Apache 2.2.3 compile...

 
Scott Nipp
Advisor

Apache 2.2.3 compile...

I have been having issues with the HP build of Apache/PHP with Oracle and MySQL connectivity so I figured on building my own. I decided to download the lates "production" versions of Apache, PHP, and MySQL. Unfortunately I am having issues with Apache right off the bat.

I don't think I need anything special in the Apache build so I am trying with with a simple "configure --prefix=/opt/apache" and nothing else. The configure goes thru fine. The "make" is where I am getting some errors.

Here are the make errors.

libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: `httpd' will be relinked during installation

If I continue at this point I get a build that won't run. Attempting to launch this build of Apache I get the following.

root@hostname:/www/tmp/httpd-2.2.3> /opt/apache/bin/apachectl -k start
/opt/apache/bin/apachectl[100]: 6113 Bus error(coredump)

I am using GCC 3.4.3, and the linker patch is PHSS_30968. Not sure if any other information would be useful. Thanks in advance for any assistance.