[PHP-DEV] RE: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2 From: Mike Robinson (mike <email protected>)
Date: 10/03/00

> > Syntax error on line 45 of /etc/httpd/conf/httpd.conf:
> > Cannot load /usr/lib/apache/libphp4.so into server:
> > /usr/lib/apache/libphp4.so:
> > undefined symbol: php_memnstr
> > /usr/sbin/apachectl start: httpd could not be started
>
> Which extensions are you using?
>
> That is caused by a source file which used php_memnstr(), but
> does not #include php_string.h.

Sorry, I usually include that info:

./configure --disable-inline --disable-debug --with-apxs=/usr/sbin/apxs \
--with-msql=/usr/local/Hughes --with-pgsql=/usr/include/pgsql --enable-ftp \
--with-zlib --with-xml --with-mysql --with-mcrypt=/usr/local/lib \
--with-mhash=/usr/local/lib --with-imap=/usr/include/imap \
--with-swf=/usr/local/lib \
--with-interbase=/usr/interbase --with-ldap=/usr --enable-wddx \
--enable-sysvsem --enable-sysvshm --with-jpeg-dir=/usr/src/jpeg-6b \
--with-xpm-dir=/usr/X11R6/ --with-t1lib=/usr/local --with-gd=/usr/local \
--enable-bcmath --with-pfpro=/usr/local \
--with-pspell=/usr/local --with-tiff-dir=/usr/lib --with-pdflib=/usr/local \
--enable-sockets

.mike

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>