Plesk 11.5 php-fpm

Support/Development for PHP
kram
Forum Regular
Forum Regular
Posts: 243
Joined: Sat Dec 11, 2004 2:33 pm
Location: South Africa

Plesk 11.5 php-fpm

Unread post by kram »

Hello,

I am busy testing PLESK 11.5 with Atomic Repos.
I trying to install php-fpm but get the following errors.

yum install php-fpm
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-fpm.x86_64 0:5.3.25-18.el6.art will be installed
--> Processing Dependency: php-common(x86-64) = 5.3.25-18.el6.art for package: php-fpm-5.3.25-18.el6.art.x86_64
--> Finished Dependency Resolution
Error: Package: php-fpm-5.3.25-18.el6.art.x86_64 (atomic)
Requires: php-common(x86-64) = 5.3.25-18.el6.art
Installed: php-common-5.3.26-19.el6.art.x86_64 (@atomic)
php-common(x86-64) = 5.3.26-19.el6.art
Available: php-common-5.2.17-1.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.2.17-1.el6.art
Available: php-common-5.3.18-11.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.18-11.el6.art
Available: php-common-5.3.19-12.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.19-12.el6.art
Available: php-common-5.3.20-13.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.20-13.el6.art
Available: php-common-5.3.21-14.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.21-14.el6.art
Available: php-common-5.3.22-15.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.22-15.el6.art
Available: php-common-5.3.23-16.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.23-16.el6.art
Available: php-common-5.3.25-18.el6.art.x86_64 (atomic)
php-common(x86-64) = 5.3.25-18.el6.art
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


Any Suggestions?
Mark Brindley
2Large Networks - Web solutions that work
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Plesk 11.5 php-fpm

Unread post by scott »

What version of php do you have installed?
kram
Forum Regular
Forum Regular
Posts: 243
Joined: Sat Dec 11, 2004 2:33 pm
Location: South Africa

Re: Plesk 11.5 php-fpm

Unread post by kram »

Hello Scott.

php -v
PHP 5.3.26 (cli) (built: Jun 12 2013 12:47:31)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH

rpm -qa | grep php
php-mbstring-5.3.26-19.el6.art.x86_64
php-ioncube-loader-4.4.1-3.el6.art.x86_64
php-common-5.3.26-19.el6.art.x86_64
php-imap-5.3.26-19.el6.art.x86_64
php-process-5.3.26-19.el6.art.x86_64
psa11-php-fakepackage-11.0.9-cos6.build110120608.16.x86_64
psa11.5-php-fakepackage-11.5.30-cos6.build115130628.19.x86_64
php-pdo-5.3.26-19.el6.art.x86_64
php-xml-5.3.26-19.el6.art.x86_64
psa-phpmyadmin-3.5.8.1-cos6.build115130618.12.noarch
php-pecl-apc-3.1.10-2.el6.art.x86_64
php-5.3.26-19.el6.art.x86_64
php-mysql-5.3.26-19.el6.art.x86_64
php-soap-5.3.26-19.el6.art.x86_64
roadsend-php-libs-2.9.8-10.2.el6.art.x86_64
php-xmlrpc-5.3.26-19.el6.art.x86_64
php-common-5.3.26-19.el6.art.i686
php-pear-1.9.4-4.el6.noarch
php-cli-5.3.26-19.el6.art.x86_64
php-tidy-5.3.26-19.el6.art.x86_64
php-bcmath-5.3.26-19.el6.art.x86_64
php-suhosin-0.9.33-1.el6.art.x86_64
php-gd-5.3.26-19.el6.art.x86_64
psa-php5-configurator-1.6.3-cos6.build115130618.14.x86_64
psa-phppgadmin-5.0.4-cos6.build115130415.19.noarch
php-devel-5.3.26-19.el6.art.x86_64
php-mcrypt-5.3.26-19.el6.art.x86_64
Mark Brindley
2Large Networks - Web solutions that work
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Plesk 11.5 php-fpm

Unread post by scott »

Yeah I see what the problem is, you've got that bad 5.3.26 build in there. That was pulled from the repo, you need to downgrade to 5.3.25 or subscribe to the Nucleus repo and upgrade to 5.3.27
kram
Forum Regular
Forum Regular
Posts: 243
Joined: Sat Dec 11, 2004 2:33 pm
Location: South Africa

Re: Plesk 11.5 php-fpm

Unread post by kram »

Hi Scott,

I tried to downgrade php but got a load Dependency errors.
How do I subscribe to the Nucleus repo?
Mark Brindley
2Large Networks - Web solutions that work
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Plesk 11.5 php-fpm

Unread post by scott »

You can sign up for the Nucleus repo through the store at:
https://www.atomicorp.com/amember/signup.php
kram
Forum Regular
Forum Regular
Posts: 243
Joined: Sat Dec 11, 2004 2:33 pm
Location: South Africa

Re: Plesk 11.5 php-fpm

Unread post by kram »

Hi Scott,

Thanks I have signed up to the monthly package.
How do I now get access to Repo?
Mark Brindley
2Large Networks - Web solutions that work
faris
Long Time Forum Regular
Long Time Forum Regular
Posts: 2321
Joined: Thu Dec 09, 2004 11:19 am

Re: Plesk 11.5 php-fpm

Unread post by faris »

I didn't realise Nucleus had gone live!

I also didn't realise .26 was bad?

Anyway, I've signed up too. I can see http://www.atomicorp.com/channels/atomic-nucleus but I get a Forbidden when I go there after authenticating (I'm assuming the directory is empty!)
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
Post Reply