Tagged Questions
0
votes
1answer
31 views
Downgrade php5-cgi using APT on Debian
I have lighttpd install with PHP5.4 installed
I need to downgrade it to 5.3.2 (possibly older/newer) but I can't install it
I tried this
apt-get install php5-cgi=5.3.2
but it says "E: Version ...
0
votes
1answer
105 views
TurnKey LAMP can't install PHP GD Library
When I try to install the GD Library for PHP on my TurnKey LAMP appliance, I get the following message:
root@lamp ~# apt-get install php5-gd
Reading package lists... Done
Building dependency tree
...
1
vote
1answer
45 views
I manually deleted my /etc/php5/ config files and now they don't reinstall
I wanted a clean reinstall of php5-cli, php5-common, php5-fpm. So what I did was:
rm -rf /etc/php5
rm -rf /usr/local/lib/php5
rm -rf /usr/local/php5
rm -rf /usr/lib/php
apt-get autoremove php5*
...
1
vote
3answers
344 views
Upgrade to the latest php by aptitude
I'm install php5 by aptitude, but php release the new version and recommend we upgrade.
But I unwant to compile the new version by myself.
How to upgrade the php to the newest version by aptitude?
1
vote
1answer
264 views
Bug in PHP 5.3.10, how do I upgrade without apt?
I have a few Ubuntu boxes that run the newest version of PHP present in the Ubuntu package distributions (PHP 5.3.10). However, there is a bug in that PHP version that makes my application break.
...
0
votes
1answer
161 views
Can't seem to install the correct version of PHP, using apt-get install
I'm using Ubuntu 11.04 LTS server, it's a new install on a VPS box from MediaTemple (their ve server). I'm trying to install PHP 5.4.3 on this box, but I'm having a common problem not matter what ...
0
votes
1answer
311 views
Can't remove partially-installed extension
I'm on an Ubuntu 11.10 server with PHP 5.4 installed from a PPA. I had the MySQL library installed (php5-mysql) but wanted to try out the native driver (php5-mysqlnd), so I ran sudo apt-get install ...
0
votes
1answer
237 views
Invalid operation dist-ugprade [closed]
i'm running Apache 2 on Debian at my VPS. Naturally i have problem with restricted GD-library of my php package and i need to fix it (i need imagerotate() function). Before installing php-gd pugin ...
-2
votes
2answers
649 views
Need help updating PHP 5.2 to 5.3 (on Debian Lenny)
I need to update 5.2 to 5.3 in one of our servers urgently. My unix skills are limited so please be as specific as possible.
Is there any way to do this easily with apt-get upgrade ?
0
votes
2answers
530 views
php ugrade error on ubuntu: packages have unmet dependencies
if I try to upgrade php on my vps with
apt-get install php5-cli
i get this error:
The following packages have unmet dependencies:
php5-cli: Depends: libc6 (>= 2.11) but 2.6.1-1ubuntu10 is to ...
1
vote
2answers
510 views
How to Install Latest version of PHP [closed]
I have access to a Linux box and SSH. I need the latest version of PHP. What will the following do:
sudo apt-get install php5
Right now, I have PHP Version 5.1.6. Not sure if the above command is ...
0
votes
1answer
70 views
PHP mail not working anymore
I accidentally removed the perl package instead of the pear from my Ubuntu server and for some reason it uninstalled many packages, like php, mysql, etc... Why is that? does those packages depend on ...
1
vote
1answer
197 views
Is apt-pinning considered bad practice? If so, why?
A few of my colleagues and I were discussing ways to maintain older versions of PHP (mostly 5.2.x) on newer Ubuntu releases. Being that the only versions in the repositories on 10.04+ are 5.3.x, the ...
0
votes
2answers
314 views
how can i install php 5.35 using apt
i tried:
apt-cache policy php5-dev
and got
Candidate: 5.3.2-1ubuntu4.7
How can i get the latest stable version (5.35) using apt, i understand i need to add a repository to my sources but how do ...
1
vote
1answer
6k views
How do I install php 5.2.10 on Ubuntu 10.04? [duplicate]
Possible Duplicate:
PHP 5.2x on Ubuntu 10.04 Lucid Lynx
I'm setting up a new Ubuntu server, but it's going to be running a somewhat old PHP application that seems to have conflicts with PHP ...
2
votes
3answers
4k views
Install Previous Version of PHP Package from Debian Testing Using Apt
Is there a way to install an older Debian testing repository version of a package using apt-get?
Specifically, I am looking to install the latest version of PHP 5.2.x on Debian Lenny.
The last time ...
0
votes
3answers
2k views
PHP 5.3.1 on CentOS 5.3 Or Ubuntu 8.04 / 9.10
Forgive me for such a newbie question, but in CentOS 5.3 or Ubuntu 8.04 / 9.10 what is the easiest way to install (and keep updated) PHP 5.3[.1] via yum or apt-get, respectively?
Thanks in advance!
1
vote
3answers
1k views
Is there an Ubuntu server package for PHP 5.3
It's been some time now since the release of PHP 5.3. I can't wait to work with it, but the Ubuntu developers have decided not to include it in the APT repository until 10.04. I don't want to wait ...
7
votes
4answers
17k views
Installing PHP 5.3 on Ubuntu server
Quite simply, what is the easiest and most stable way to replace an apt-get installed PHP 5.2 with the new PHP 5.3 on an Ubuntu 8.10 server?