|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-10-15 22:00 UTC] jphillips at ergonet-ent dot com
[2002-06-16 14:16 UTC] sander@php.net
[2002-06-16 14:16 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 19:00:02 2025 UTC |
PHP3 and Apache 1.3.9 both compile fine, but "/usr/local/apache/bin/apachectl start" results in the following: Syntax error on line 207 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp3.so into server: /usr/local/apache/ libexec/libphp3.so: undefined symbol: charset_vbprintf /usr/local/apache/bin/apachectl start: httpd could not be started my do-conf: ./configure \ --prefix=/usr/local/php3 \ --with-shared-apache=/usr/src/apache_1.3.9 \ --with-apache=/usr/local/apache \ --with-mod_charset=yes \ --with-mysql=/usr/local/mySQL \ --with-ldap=/usr/local/ldap \ --with-pdflib=/usr/local/pdflib \ --with-fdftk=/usr/local/ftftk \ --with-zlib-dir=/usr/lib \ --with-jpeg-dir=/usr/lib \ --with-tiff-dir=/usr/lib \ --enable-sysvshm=yes \ --enable-sysvsem=yes \ --with-config-file-path=/usr/local/php3 \ --enable-debug=no \ --enable-track-vars=yes \ --enable-magic-quotes=yes my apache 1.3.9 do-conf: ./configure \ --prefix=/usr/local/apache \ --activate-module=src/modules/php3/libphp3.a \ --enable-shared=php3 \ --add-module=src/modules/mod_put/mod_put.c