I needed a cron event to sign into a web page with ssl/basic authentication and built a php script using curl. On execution I get an error in log of curl_init not found. I do a "aptitude install php5-curl" which had a few problems but did not crash. But now when I attempt to execute a previously running php page I am asked if I want to save it. Do I just need to re-activate php somewhere or is the whole system screwed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I needed a cron event to sign into a web page with ssl/basic authentication and built a php script using curl. On execution I get an error in log of curl_init not found. I do a "aptitude install php5-curl" which had a few problems but did not crash. But now when I attempt to execute a previously running php page I am asked if I want to save it. Do I just need to re-activate php somewhere or is the whole system screwed?
Never mind I just reloaded everything