Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: cURL IS installed
#1506
cURL IS installed 2 Years, 2 Months ago Karma: 0
very simple.. cURL is installed but it says it needs it and it's not installed. It's a reg install and the executable is in reg place at /usr/bin/curl.. what gives?
pentupentropy
(Free Member)

Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1507
Re: cURL IS installed 2 Years, 2 Months ago Karma: 8
check if cURL is listed in phpinfo().

it is tested in our code by
function_exists('curl_version')
ethan
jVideoDirect staff
Posts: 422
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1604
Re: cURL IS installed 2 Years, 1 Month ago Karma: 0
OK, It's not compiled into PHP. I thought when I installed it via apt-get it added the support. Apparently not. Any ideas on a good doc file for installing the support after I've installed both. I don't wanna screw up php, so just a how to on what I can do to simply add the support would be great. Not finding it sifting trough 80MM google results.
pentupentropy
(Free Member)

Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1606
Re: cURL IS installed 2 Years, 1 Month ago Karma: 16
you may like to try

www.howtoforge.com/

look for lamp installation for your OS, and extract the section of php installation with cURL
cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1618
Re: cURL IS installed 2 Years, 1 Month ago Karma: 0
Well... you're just awesome. It's actually as simple as this:

aptitude install php5-curl
/etc/init.d/apache2 reload

=)
pentupentropy
(Free Member)

Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/12/14 20:25 By pentupentropy.
The administrator has disabled public write access.
 
#1620
Re: cURL IS installed 2 Years, 1 Month ago Karma: 16
Sounds good... everything is working for you now

cassie
jVideoDirect staff
Posts: 1114
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1621
Re: cURL IS installed 2 Years, 1 Month ago Karma: 0
yup
pentupentropy
(Free Member)

Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: cassie, tanny, ethan