labrocca
Verified User
- Joined
- Mar 12, 2006
- Messages
- 151
I can only get php-fpm54 to work. Install of php-fpm55 or php-fpm56
When I install 5.4 the file /usr/local/php54/sbin/php-fpm54 is a binary.
When I install 5.5 the file /usr/local/php55/sbin/php-fpm55 is a wrapper script.
Unsure where the binary is. Also I notice under Custombuild 2.0 that there is a "php-fpm.freebsd" file.
I need to run at least 5.5 considering 5.4 is no longer going to have security updates and has reached EOL.
Help is appreciated. btw, I run Nginx reverse proxy with Apache but that shouldn't really effect this.
/bin/php: error: `/usr/local/php55/bin/.libs/php' does not exist
This script is just a wrapper for php.
See the libtool documentation for more information.
[email protected]:/usr/local/directadmin/custombuild # /usr/local/etc/rc.d/php-fpm55 start
Starting php-fpm55: /usr/local/php55/sbin/php-fpm55: error: `/usr/local/php55/sbin/.libs/php-fpm' does not exist
This script is just a wrapper for php-fpm.
See the libtool documentation for more information.
When I install 5.4 the file /usr/local/php54/sbin/php-fpm54 is a binary.
When I install 5.5 the file /usr/local/php55/sbin/php-fpm55 is a wrapper script.
Unsure where the binary is. Also I notice under Custombuild 2.0 that there is a "php-fpm.freebsd" file.
I need to run at least 5.5 considering 5.4 is no longer going to have security updates and has reached EOL.
Help is appreciated. btw, I run Nginx reverse proxy with Apache but that shouldn't really effect this.