PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)
Bug #428650 reported by
ispyisail
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
drupal6 (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: drupal6
On Ubuntu server 9.04 install
sudo apt-get install drupal6
sudo /etc/init.d/apache2 restart
Then install "ubercart" module
Then install "token" module
Then enable "ubercart core"
Then enable ubercart-payment "paypal"
error
"PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)"
To post a comment you must log in.
Although the module in question is not provided by Ubuntu, I was able to confirm this problem. It does not appear to be a problem with the Drupal6 package; rather, it appears to be a problem with the php5-curl installation.
Simply running
* sudo dpkg-reconfigure php5-curl
* sudo /etc/init.d/apache2 restart
will fix the problem.
Perhaps the installation scripts are missing something? Seems like an easy fix.