[PHP-DEV] Re: [PHP-QA] RE: [PHP-DEV] 4.0.3RC2 From: Sascha Schumann (sascha <email protected>)
Date: 10/03/00

On Tue, 3 Oct 2000, Mike Robinson wrote:

>
> > Now it's for real :) I repackaged and created RC2 due to a few fixes such
> > as dirname() problems, imap-ssl build problems, crash bug in parse_url()
> > and a couple of other minor things.
>
> On a stock rhl6.2 box with apache 1.3.12, I was not able to get
> the curl stuff going, same problem as rc1. Removing curl support,
> make, make install went fine, but:
>
> 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.

    - Sascha

-- 
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>