Unable to start atomic-php56-php-fpm

Support/Development for PHP
nmarguglio
New Forum User
New Forum User
Posts: 1
Joined: Tue Nov 01, 2016 11:44 am
Location: Argentina

Unable to start atomic-php56-php-fpm

Unread post by nmarguglio »

Hi,

I installed atomic-php56-php-5.6.26-40.el6.art.x86_64.rpm from https://www6.atomicorp.com/channels/ato ... 6_64/RPMS/ on a Redhat 6 and I am unable to start the init.d daemon.

Code: Select all

DEV wpweb1 ~ # /etc/init.d/atomic-php56-php-fpm status
php-fpm is stopped
DEV wpweb1 ~ # /etc/init.d/atomic-php56-php-fpm start
Starting php-fpm: /bin/bash: php-fpm: command not found
                                                           [FAILED]
I can see where the binary is located:

Code: Select all

DEV wpweb1 ~ # rpm -ql atomic-php56-php-fpm-5.6.26-40.el6.art.x86_64 | grep bin
/opt/atomic/atomic-php56/root/usr/sbin/php-fpm
But in order to make it work I would need to modify the init.d script. I tried to backport a couple of changes I see on the atomic-php70 init.d and it works. But I wonder if you need to fix this on your .rpm instead.

Please advice.

Thanks!
Post Reply