leewilson78
April 12th, 2008, 01:04 PM
I am running CubeCart on my Ubuntu powered dedicated server, I ran into problems because it seemed that cURL wasn't installed, I uploaded a php file containing the following:
<?php phpinfo(); ?>
... to my sites public_html directory, just to see if there was any reference to cURL, there wasn't. I then tried to install cURL using the following command:
apt-get install php5-curl
... but got the following message:
php5-curl is already the newest version.
Which sounds like it is already installed, however, I can't seem to see it when calling for server information (via <?php phpinfo(); ?>).
Can anyone help. Should I be seeing cURL in the list?
Appreciate any help.
Thanks
Lee
<?php phpinfo(); ?>
... to my sites public_html directory, just to see if there was any reference to cURL, there wasn't. I then tried to install cURL using the following command:
apt-get install php5-curl
... but got the following message:
php5-curl is already the newest version.
Which sounds like it is already installed, however, I can't seem to see it when calling for server information (via <?php phpinfo(); ?>).
Can anyone help. Should I be seeing cURL in the list?
Appreciate any help.
Thanks
Lee