Eminos Posted March 20, 2007 Share Posted March 20, 2007 Hi there, I am interested in this system, and I downloaded the trial, but I cannot get it to work coz I havn't CURL installed. I tried to install it, I googled, but no go. Is there an easy way to install CURL SSL and implement it into Apache ? Greatful for help .. /Eminos 0 Quote Link to comment Share on other sites More sharing options...
xxkylexx Posted March 21, 2007 Share Posted March 21, 2007 If you have cPanel, just easily recompile Apache from WHM, and include the Curl Support. Kyle 0 Quote Link to comment Share on other sites More sharing options...
Eminos Posted March 21, 2007 Author Share Posted March 21, 2007 I don't have cPanel. I use VHCS + other opensource stuff. My questions remains. /E 0 Quote Link to comment Share on other sites More sharing options...
shoppersworld Posted April 4, 2007 Share Posted April 4, 2007 Do you have access to shell? If so, try apt-get install curl php4-curl libcurl3-dev This will only work on a dedicated server with root access If you have php5 installed, use php5-curl instead of php4-curl After installation, restart apache with apachectl graceful If you have apache2, use apache2ctl graceful Marcus 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted April 4, 2007 Share Posted April 4, 2007 Hey, Just recompile PHP with curl support. In a nutshell ----------------------- Download PHP from PHP website. Then run the ./configure line with the right options (IE right places to Apache dir, etc.) Add the '--with-curl' and then make then make test (If anything fails DO NOT GO ON) then do make install. From, Adam 0 Quote Link to comment 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.