分享

Couldn't find package php5-fpm

 ccccshq 2013-10-07

I'm trying to set up nginx with PHP5 and MySQL on my production VPS. The reason I chose nginx over Apache was because the VPS isn't high spec.

nginx is installed, and is successfully serving static pages like it should. Now I'm trying to install PHP5 and am running into troubles.

Following this guide: http://www./setting-up-a-php-development-environment-with-nginx-on-ubuntu-1104

it says to run this command to install PHP5:

sudo apt-get install php5-fpm php5-cli php5-common php5-curl php5-gd   php5-mcrypt php5-mysql php5-pgsql php5-sqlite php5-tidy php5-xmlrpc   php5-xsl php5-intl php5-imagick php5-xdebug php-apc php-pear

When I do, I get this output:

root@lvps92-60-122-235:/tmp# sudo apt-get install php5-fpm php5-cli php5-common php5-curl php5-gd >   php5-mcrypt php5-mysql php5-pgsql php5-sqlite php5-tidy php5-xmlrpc >   php5-xsl php5-intl php5-imagick php5-xdebug php-apc php-pear
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package php5-fpm

I've already tried running sudo apt-get update and it still fails. After Google'ing the problem, which usually fixes all trouble I have, there seems to be no fullproof solution :/

Has anyone done this before and knows how to get PHP5 working properly with nginx?

share|improve this question
Is your VPS running Ubuntu 11.04 (as per the article)? I believe the PHP-FPM package has only been included in Ubuntu 10.10 and up (so if you are running 10.04 LTS, for instance, it isn't in the repository). – cyberx86 Jan 5 '12 at 3:07
I'm running 10.04 LTS, yeah :/ I suppose I'll have to upgrade to get the required repositories? Or just add the repositories? – Whitey Jan 5 '12 at 3:23

2 Answers

For a start, for Ubuntu, you should almost always be using a Long Term Support edition, so that's 10.04.

Here's the reason - https://wiki./LTS - look at the graph.

(So if you can wait for 12.04 LTS, due at the end of April, good for you.)

Otherwise, the Nginx' PHP repo - ppa:nginx/php5 - is no longer maintained.

You could use Mercer's repo but he himself says not to (I've just updated vpsbible's stackscripts accordingly, hence the know-how) cos it's not maintained.

INSTEAD ... use the ppa:l-mierzwa/lucid-php5 repo with 10.04 and you'll be fine.

add-apt-repository ppa:l-mierzwa/lucid-php5
apt-get update

(Probably it will be fine with 11.04 also if you want to try.)

That gives you PHP 5.3.10. If you want to play with 5.4.0 (which is not recommended unless you're a bug tester) then this ...

add-apt-repository ppa:ondrej/php5

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多