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

curl-and-php

Problem installing cURL with PHP ---- Help please!!!!

From: Mihir Khajanchi <mihirskhajanchi_at_yahoo.com>
Date: Thu, 27 Jan 2005 23:07:04 -0800 (PST)

I am a newbie to cURL and trying to enable the cURL support with PHP.
 
The existing configuration is
Apache 2.0.43
PHP 4.3.1
 
I have tried various versions of cURL. The latest I tried was with verion 7.10.4.
Following were the steps I performed in /opt/soft/curl-7.10.4:
1) Execute ./configure --with-ssl
2) Execute make
3) Execute make install
 
 
This worked fine. After this, I need to compile PHP adding cURL support. Hence in /opt/soft/php-4.3.1, I did the following steps:
1) Execute ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysqlnew --with-oci8=/opt/oracle/product/9.2 --with-curl=/usr/local/lib
Configure does not give any error
2) Execute make.
This gives the following error:
.........
Undefined first referenced
 symbol in file
executor_globals ext/curl/curl.lo
ld: fatal: Symbol referencing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

Is there anything I am missing out? Can anyone helop on this????
Thanks in anticipation....

                
---------------------------------
Do you Yahoo!?
 All your favorites on one personal page – Try My Yahoo!
Received on 2005-01-28