ID: 50774 Updated by: [email protected] Reported By: ivan at myhz dot com -Status: Open +Status: Feedback Bug Type: Unknown/Other Function Operating System: solaris 10 PHP Version: 5.3.1 New Comment:
Why are you using --enable-maintainer-zts? as the name suggests it's meant to be used by PHP maintainers. Removing this might fix your issue. Previous Comments: ------------------------------------------------------------------------ [2010-01-16 00:43:05] ivan at myhz dot com there is some similar problems: http://www.google.com/search?hl=en&source=hp&q=libphp5.so%3A+symbol+sapi_module%3A+referenced+symbol+not+found&btnG=Google+Search&aq=f&oq=&aqi= ------------------------------------------------------------------------ [2010-01-16 00:35:37] ivan at myhz dot com Description: ------------ apache 2.2.14 ./configure --prefix=/usr/local/apache2 --enable-so --enable-modules=all php 5.3.1 ./configure --prefix=/usr/local/php5 --with-config-file-path=/usr/local/apache2/conf --enable-json --enable-mbstring=all --with-iconv --with-zlib --enable-zip --enable-sockets --enable-ftp --disable-ipv6 --enable-static --enable-maintainer-zts --enable-zend-multibyte --enable-inline-optimization --with-xmlrpc --with-libxml-dir=/usr/local/libxml2 --enable-soap --with-curl=/usr/local/curl7 --with-bz2 --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-apxs2=/usr/local/apache2/bin/apxs after apache 2.2.14 make intall an php 5.3.1 make install, there is an error: bash-3.00# httpd -k stop httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp5.so: symbol sapi_module: referenced symbol not found ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50774&edit=1
