Hi,
I'm trying to get www/phalcon to work. Accoring to the website, that should be easy on a FreeBSD system. And sure enough,
But as soon as I restart php-fpm, I run into trouble.
When I look in /usr/local/lib/php/20131226-zts/, there is no phalcon.so there. That file is located in /usr/local/lib/php/20131226/. But copying or linking that file to /usr/local/lib/php/20131226-zts/ doesn't solve anything.
What's going wrong here? And how can I fix this?
I'm trying to get www/phalcon to work. Accoring to the website, that should be easy on a FreeBSD system. And sure enough,
pkg install phalcon executed without any errors.But as soon as I restart php-fpm, I run into trouble.
Code:
/usr/local/etc/rc.d/php-fpm restart
Stopping php_fpm.
Waiting for PIDS: 37887.
Starting php_fpm.
[06-Oct-2015 09:38:22] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20131226-zts/phalcon.so' - Cannot open "/usr/local/lib/php/20131226-zts/phalcon.so" in Unknown on line 0
What's going wrong here? And how can I fix this?