Hi,everyone. I have installed zephir and tried to the first example(utils.zep),but it can not work.
The message is "PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/utils.so"
[[email protected]]# php -v
PHP 5.6.30 (cli) (built: Jan 19 2017 22:50:24)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
[[email protected]]# php -m
[PHP Modules]
bcmath bz2 calendar Core ctype curl date dom ereg exif fileinfo filter ftp gd gettext gmp hash iconv json libxml mbstring mcrypt mhash mysql mysqli openssl pcntl pcre PDO pdo_mysql pdo_sqlite phalcon Phar readline Reflection session shmop SimpleXML sockets SPL sqlite3 standard tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zip zlib
My system is centos 6.8.
Does anyone have the same problem?