Displaying 2 results from an estimated 2 matches for "zend_error_noreturn".
2012 Jun 22
1
Problem with running xapian-bindings (php) on Fedora 16 and 17
...on Fedora 17 64 bit. Earlier
I had problem with Fedora 16 64 bit. After installing from yum repo or
compiling from source I was getting error : PHP Warning: PHP Startup:
Unable to load dynamic library '/usr/lib64/php/modules/xapian.so' -
/usr/lib64/php/modules/xapian.so: undefined symbol: zend_error_noreturn in
Unknown on line 0
On Fedora 16 I had php v.5.3.13, and after long time of struggling with
xapian I succeeded with compiling version of xapian 1.2.5 and everything
was working fine. Since new version of Fedora is out a wanted to upgrade
all my servers to new Fedora 17(php 5.4.3).
After upgradi...
2011 Dec 27
0
Xapian php module doesn't load.
...ian.so to my php.ini file
and restarting php-fpm, xapian. so doesn't load. After typing php -m in
command line i can see error message :"PHP Warning: PHP Startup: Unable to
load dynamic library '/usr/lib64/php/modules/xapian.so' -
/usr/lib64/php/modules/xapian.so: undefined symbol: zend_error_noreturn in
Unknown on line 0"
After thar i've remove xapian installed with yum and compile the newest
version from source. Compiling didnt resolve my problem and I'm still
getting message error trying load xapian module.