php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33577 Cannot load /usr/local/apache/libexec/libphp5.so into server: /usr/local/apache
Submitted: 2005-07-05 20:48 UTC Modified: 2005-07-05 22:56 UTC
From: vert at cloud9 dot net Assigned:
Status: Not a bug Package: Apache related
PHP Version: 5.0.4 OS: Fedora Core 3
Private report: No CVE-ID: None
 [2005-07-05 20:48 UTC] vert at cloud9 dot net
Description:
------------
I am aware that several people have posted similar issues with the above mentioned error, but none of the fixes I've tried seem to work.

Running:
Apache 1.3.33
OpenSSL 0.9.6

Trying to compile PHP 5.0.4.  Configure input:

./configure --with-apxs='/usr/local/apache/bin/apxs' --with-gettext --with-openssl='/usr/local/ssl/' --enable-ftp --with-imap='/usr/local/imap-2004e/' --with-imap-ssl --with-mysql='/usr/local/mysql' --with-dom --with-mysqli='/usr/local/mysql/bin/mysql_config' --with-mcrypt --with-iconv --enable-mbstring=all --enable-mbregex --with-gd --with-mime-magic --with-zlib

What is strange is the exact same configuration works on the PHP dev versions.  However, another bug is preventing me from using it (not being able to pass references or something, supposedly was fixed in later CVS versions but still did not work for me...  in fact, it worked previously but suddenly one day, stopped.).  

As directed in another post, I have added /usr/local/ssl to my ld.so.conf file and yes, I did run ldconfig.  That doesn't work either.  Apache just refuses to start.  The exact error is:

[root@carc php-5.0.4]# /usr/local/apache/bin/apachectl configtest
Syntax error on line 209 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp5.so into server: /usr/local/apache/libexec/libphp5.so: undefined symbol: OpenSSL_add_all_algorithms

When I try compiling without SSL, I get a whole slew of OTHER errors.  But I still need SSL anyways for my setup.

Can someone please shed some light on this?  Thanks.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-05 22:56 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC