I'm trying to get PHP to compile with CURL support (on my Linux server), but
it's not working and I'm not getting an error message.

I've installed curl correctly I think. /usr/local/include/curl contains
curl.h easy.h and other header files. /usr/local/lib has libcurl.a.

I said ./configure --with-curl=/usr/local (also tried /usr/local/lib and
/usr/local/include)

No errors for ./configure, no errors for make or make install. But I get
"call to undefined function curl_init()"

Help is appreciated!

Gabe



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to