From:             [EMAIL PROTECTED]
Operating system: cobalt RAQ3 linux redhat
PHP version:      4.0.4pl1
PHP Bug Type:     *Install and Config
Bug description:  Cannot load /usr/lib/apache/libphp4.so into server: 

when configuring PHP4 with curl-7.6 (./configure --with-mysql --with-apxs --with-curl 
--enable-track-vars)

when apache loads the libphp4.so, it detects that it also needs to load the libcurl.so 
object. But,it seems as if the full path to the libcurl.so file is not included in 
libphp and then, since libcurl is stored in a separate custom directory, it doesn't 
find it. 

You get an error message:

Setting up Web Service: Syntax error on line 32 of /etc/httpd/conf/httpd.conf: Cannot 
load
/usr/lib/apache/libphp4.so into server: libcurl.so.0: 
cannot open shared object file: No such file or directory 
/usr/sbin/httpd 

However PHP configures fine with an old version of curl, namely libcurl 7.4.2 







-- 
Edit Bug report at: http://bugs.php.net/?id=8977&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to