Bug 140096 - Cannot compile and install PHP5.1.1 and apache 2.0.55 from source
Summary: Cannot compile and install PHP5.1.1 and apache 2.0.55 from source
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Major
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 15:33 UTC by Isaac Alston
Modified: 2005-12-19 07:13 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Isaac Alston 2005-12-18 15:33:46 UTC
Basically, I've tried (many times) to install Apache 2.0.55 and PHP 5.1.1 from source, but to no avail. They both compile and install, but I cannot start Apache.

Here is the error message which I receive when I try to start apache (which is installed in /usr/local/apache:

# ./apachectl start

Syntax error on line 232 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/modules/libphp5.so into server: /usr/local/apache/modules/libphp5.so: undefined symbol: add_assoc_stringl_ex


I've compiled PHP 5.1.1 as a module (as can be seen from the above). Here are my configure lines which I used:

Apache:
./configure --enable-ssl --enable-module=php5 --prefix=/usr/local/apache --enable-vhost-alias --enable-so --enable-rewrite --enable-speling --with-mpm=prefork      

PHP 5.1.1:
./configure --with-mysql --with-xml --with-openssl=/usr/local/ssl --with-apxs2=/usr/local/apache/bin/apxs --with-curl=../curl* --enable-shared-pdflib --with-gd=../gd-2.0.33 --with-jpeg-dir=/usr/lib --with-xpm-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib      


Thank you for your assistance in the matter.

Regards,

Isaac
Comment 1 Thorsten Kukuk 2005-12-19 07:13:59 UTC
Bugzilla is for reporting bugs against our distribution and snapshots, not for getting support for problems with self compiled applications. We cannot give support here.