Tagged Questions
2
votes
2answers
1k views
How can I install php5-curl on Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic x86_64)
I have a working server running Ubuntu 12.04 LTS (GNU/Linux 3.2.0-24-generic x86_64), including apache and php. Now I want to add curl support for php by running this:
apt-get install php5-curl
...
1
vote
0answers
244 views
Debian: Upgraded to php 5.3 and lost phpcli, php-pear, etc
I upgraded to PHP5.3 using this tutorial: http://www.debiantutorials.com/how-to-install-upgrade-to-php-5-3-on-debian-lenny/
It removed the following packages:
Removing php-pear ...
Removing ...
1
vote
2answers
261 views
PHP package won't install correctly
Yesterday I did apt-get upgrade on my Debian/testing and broke a php5 package. I
even tried to remove & purge with apt and dpkg clean apt cache. When installed again clean, it fails with ...
1
vote
2answers
980 views
Fixing debian installer
I have a VPS with Debian GNU/Linux on it. I'm trying to install a PHP file manager so that people could access it and download stuff into a directory.
I don't have anything in my /bin about PHP so ...