I installed mod_php4 w/curl support on FreeBSD 4.5-Release running Apache 1.3.23
I think my php.ini file residing in /usr/local/etc is not configured properly: ; Directory in which the loadable extensions (modules) reside. extension_dir = /usr/local/lib or should i load it directly like this: extension=/usr/local/lib/libcurl.so Here's my lib directory: /usr/local/lib:# ls | grep curl libcurl.a libcurl.la libcurl.so libcurl.so.2 When I try to submit my information I get this error: Fatal error: Call to undefined function: curl_init() in /usr/local/www/data/php_test.php on line 251 Any help/advice would be greatly appreciated! thanks, Doyle [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php