cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

RE: Compiling PHP with curl

From: Paul McGarry <PaulM_at_opentec.com.au>
Date: Tue, 20 Mar 2001 10:18:35 +1100

Sebastian wrote:

> Syntax error on line 240 of /etc/httpd.attuk/httpd.conf:
> Cannot load /usr/local.attuk/apache/libexec/libphp4.so into server:
> libcurl.so.1: cannot open shared object file: No such file or directory
> /usr/local.attuk/apache/bin/apachectl start: httpd could not be started
> What is the reason for this ?????

It's having difficulty finding the library. If you run:

ldd /usr/local.attuk/apache/libexec/libphp4.so

it should show you the libs it can and can't find.

>The libcurl.so.1 file exists in the directory /usr/local/lib.

Depending on what your platform is, either ensure /usr/local/lib
is in your LD_LIBRARY_PATH, or make sure you have run ldconfig
if it's Linux.

--
Paul McGarry            mailto:paulm_at_opentec.com.au
Systems Integrator      http://www.opentec.com.au
Opentec Pty Ltd         http://www.iebusiness.com.au
6 Lyon Park Road        Phone: (02) 9878 1744
North Ryde NSW 2113     Fax:   (02) 9878 1755 
_______________________________________________
Curl-and-php mailing list
Curl-and-php_at_lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/curl-and-php
Received on 2001-03-20