Can't seem to install the correct version of PHP, using apt-get install
Posted
by
Mark Tomlin
on Server Fault
See other posts from Server Fault
or by Mark Tomlin
Published on 2012-06-07T09:17:25Z
Indexed on
2012/06/07
10:42 UTC
Read the original article
Hit count: 333
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 version I get. I'm trying to get the php-cgi process, so I do the command apt-get install php-cgi
and that installs, but does not provide me with the php-cgi
executable. I need this so that I can run php-cgi -b 127.0.0.1:9000
and have it has a FastCGI process for my nginx install. Any idea what I can do to get this to work, bonus points if you can get this to work with PHP 5.4.3, because all I can seem to install is PHP 5.3.5.
© Server Fault or respective owner