Hi Folks,

i have a huge Problem compiling PHP. I've used the same params as i used with PHP 4.2.1, 4.2.2 and 4.2.3.

The cli-version compiles correctly, but when i try to use the SAPI-module the Apache posts the following error:

Syntax error on line 240 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: _7QString.shared_null

There are no errors from configure or make install.
Only "make 2> /root/php-errors" repeats the following errors:

/usr/local/src/php-4.3.0/ext/standard/var_unserializer.c: In function `php_var_unserialize':
/usr/local/src/php-4.3.0/ext/standard/var_unserializer.c:308: warning: comparison is always false due to limited range of data type

!ATTENTION - configure-params following!

These are my configure-params:

./configure --prefix=/usr/local --datadir=/usr/local/php --bindir=/usr/bin --libdir=/usr/local --with-config-file-path=/etc --with-exec-dir=/usr/local/php/bin --with-mysql=/usr/local/mysql --with-gd=yes --enable-gd-native-ttf --enable-gd-imgstrttf --with-tiff-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-ldap=yes --with-zlib=yes --with-bz2 --with-xml --with-ttf --with-t1lib --with-mcal=/usr --with-imap-ssl=yes --with-sablot --with-ftp --with-ndbm --with-gdbm --with-mcrypt --with-gettext --with-gd=yes --with-qtdom=/usr/lib/qt-2.3.1 --enable-versioning --enable-bcmath --enable-trans-sid --enable-inline-optimization --enable-track-vars --enable-magic-quotes --enable-sockets --enable-sysvsem --enable-sysvshm --enable-shmop --enable-calendar --enable-mbstring --enable-mbstr-enc-trans --enable-exif --enable-ftp --enable-memory-limit --enable-wddx --enable-dbase --enable-ctype --disable-debug --enable-force-cgi-redirect --enable-discard-path --enable-sigchild --with-apxs=/usr/local/apache/bin/apxs

All needed Header-Files are installed. Has anyone an idea how to solve the Problem?

thanks

Manuel Cramer
Germany


--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to