vaishak Posted June 22, 2011 Share Posted June 22, 2011 Hi friends, I am running a LAMP system on my machine with PHP Version 5.2.10. (Obtained using phpinfo()) Heard that the curl_* functionality is built-in from version 4 onwards and can be used straightaway in the code. But unfortunately whenever a call to a curl_* function occurs in the code, I get the error message: Fatal error: Call to undefined function curl_*() in /home/user/NetBeansProjects/PhpProject1/pullData.php on line 2. Apparently the library libcurl is not getting linked. I badly need the curl functionality as my project depends heavily on it. Could anyone please point out where I had gone wrong or what I need to do to overcome this hurdle. Any help would be much appreciated. Thank You! Quote Link to comment https://forums.phpfreaks.com/topic/240056-curl-not-working/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.