Sort of following on from #731918: Catch missing curl library when using PubSubHubbub, I'm getting an error with a missing curl library with PubSubHubbub.
Fatal error: Call to undefined function curl_init() in /var/www/.../sites/all/modules/feeds/libraries/PuSHSubscriber.inc on line 73
I uninstalled Beta 10 and installed Alpha 16, but the problem remains.
To reproduce the error, install Feeds alpha 16 using php without the curl extension, set up a feed using a standalone form and pubsubhubbub, and try to enter a feed url.
The rest of the error message:
Call Stack:
/.../
8. FeedsSource->save() /var/www/.../sites/all/modules/feeds/feeds.pages.inc:81
9. FeedsHTTPFetcher->sourceSave() /var/www/.../sites/all/modules/feeds/includes/FeedsSource.inc:185
10. FeedsHTTPFetcher->subscribe() /var/www/.../sites/all/modules/feeds/plugins/FeedsHTTPFetcher.inc:166
11. PuSHSubscriber->subscribe() /var/www/.../sites/all/modules/feeds/plugins/FeedsHTTPFetcher.inc:184
(Great module, by the way! And looking forward to watching this PuSH thing get much bigger.)
Comments
Comment #1
lazysoundsystem commentedI'm taking it that the curl library is required for pubsubhubbub, so I'll quietly close this issue.
By way of explanation, this issue arose because I was running php5.2 on Ubuntu 10.x. This helpful article shows how to include the correct curl library:
http://randyfay.com/node/63