I install php 7 using this tutorial than install Phalcon 3.0 using this https://phalcon.io/en/download
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/remi/php70/root/usr/lib64/php/modules/phalcon.so' - /opt/remi/php70/root/usr/lib64/php/modules/phalcon.so: cannot open shared object file: No such file or directory in Unknown on line 0
There is no file at path - /opt/remi/php70/root/usr/lib64/php/modules/phalcon.so. If i copy to this path fresh compiled file from /usr/lib64/php/modules/phalcon.so i get error
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/remi/php70/root/usr/lib64/php/modules/phalcon.so' - /opt/remi/php70/root/usr/lib64/php/modules/phalcon.so: undefined symbol: zval_used_for_init in Unknown on line 0
How fix this issue ?