php-developer-list | 2000111
Date: 11/03/00
- Next message: mike <email protected>: "[PHP-DEV] PHP 4.0 Bug #7628: Interval Flaw...."
- Previous message: Claudio Aguiar: "[PHP-DEV] Re: PHP 4.0 Bug #7420 Updated: Still problem with fsockopen - fgets - fputs"
- In reply to: Jon Parise: "Re: [PHP-DEV] "__pure_virtual""
- Next in thread: Jon Parise: "Re: [PHP-DEV] "__pure_virtual""
- Reply: Jon Parise: "Re: [PHP-DEV] "__pure_virtual""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 3 Nov 2000, Jon Parise wrote:
>On Thu, Nov 02, 2000 at 03:39:52PM -0500, Jon Parise wrote:
>
>> Is anyone else seeing this?
>>
>> Cannot load /usr/local/apache/libexec/libphp4.so into server:
>> /usr/local/apache/libexec/libphp4.so: Undefined symbol "__pure_virtual"
>>
>> I'm getting this after building a DSO based on the latest CVS under
>> FreeBSD 4.2(-BETA).
>
>Rebuilding PHP as a static Apache module seems to work. I still can't
>build a working DSO, however.
Please do cvs update. And ./cvsclean ; ./buildconf
There was a bug in sapi/caudium/config.m4 which caused
every build to have ZTS defined in php_config.h
--Jani
-- 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>
- Next message: mike <email protected>: "[PHP-DEV] PHP 4.0 Bug #7628: Interval Flaw...."
- Previous message: Claudio Aguiar: "[PHP-DEV] Re: PHP 4.0 Bug #7420 Updated: Still problem with fsockopen - fgets - fputs"
- In reply to: Jon Parise: "Re: [PHP-DEV] "__pure_virtual""
- Next in thread: Jon Parise: "Re: [PHP-DEV] "__pure_virtual""
- Reply: Jon Parise: "Re: [PHP-DEV] "__pure_virtual""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

