久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

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

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,,不代表本站觀點(diǎn),。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式,、誘導(dǎo)購(gòu)買等信息,,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,,請(qǐng)點(diǎn)擊一鍵舉報(bào),。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    類似文章 更多