php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11897 Curl
Submitted: 2001-07-04 22:58 UTC Modified: 2001-07-05 02:56 UTC
From: webmaster at crescentart dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: Red Hat 6.2
Private report: No CVE-ID: None
 [2001-07-04 22:58 UTC] webmaster at crescentart dot com
I am writting you because I have compilled curl version 7.8 with the following options "--disable-ipv6 --with-openssl=/usr/include/openssl --prefix=/usr/local/include/curl". I have also compilled PHP to have "--with-openssl and --with-curl=/urs/local/include/curl" options as perscribed by http://curl.haxx.se/libcurl/php/install.html. 

The configure, make and make install proccess goes fine but when I restart Apache (version 1.3.14 rpm install) I get an error like this: cannot load modual /lib/apache/libphp4.so can not find libcurl.so.1. I have tried many differnt compille options to try working around this problem but nothing works.

Please help.










Can you tell

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-04 23:47 UTC] cmv@php.net
This is the same problem you had with libmcrypt ...

Sounds to me like you haven't run 'ldconfig' after installing mcrypt/curl.

- Colin
 [2001-07-05 02:56 UTC] derick@php.net
You need to have the path to the library (probably: /urs/local/include/curl/lib) in your /etc/ld.so.conf file.
After you did that, run ldconfig and apache must be able to find it.

BTW: You used /uRS instead pr /usr in your PHP configure line. That might be the problem too.
Please reopen if this does not fix the problem.

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 05:01:33 2024 UTC