php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7898 Apache 2 alpha 8 and current CVS problems
Submitted: 2000-11-21 02:49 UTC Modified: 2000-12-04 11:09 UTC
From: gamr at gattcomp dot com dot au Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0 Latest CVS (21/11/2000) OS: FreeBSD 4.0
Private report: No CVE-ID: None
 [2000-11-21 02:49 UTC] gamr at gattcomp dot com dot au
Configured php with

./configure '--enable-bcmath' '--enable-calendar' '--enable-dbase' '--enable-filepro' '--enable-ftp' '--with-imap=/usr/local/' '--with-mcrypt=/usr/local/' '--with-mysql=/usr/local/' '--with-mm=/usr/local/' '--enable-inline-optimization' '--enable-memory-limit' '--enable-dba=shared' '--with-gdbm' '--with-snmp=/usr/local/' '--enable-ucd-snmp-hack' '--disable-debug' '--enable-sysvsem' '--enable-sysvshm' '--with-zlib' '--enable-versioning' '--with-ldap=/usr/local/' '--with-gettext' '--with-mhash' --with-apxs2=/usr/local/apache2/bin/apxs 

Configured apache 2 with

./configure --with-mpm=prefork --enable-cache --enable-disk-cache --enable-vhost-alias --enable-status --enable-speling --enable-suexec --enable-so --enable-shared=max --prefix=/usr/local/apache2

Getting the following error when trying to start apache 2

root@server /usr/local/apache2/bin > ./httpd 
Syntax error on line 185 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/libexec/libphp4.so into server: /usr/local/apache2/libexec/libphp4.so: Undefined symbol "__pure_virtual"

I have Apache 1.3.12 on this server also compiled in the same way from the same cvs and it is working perfectly.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-04 11:09 UTC] sas@php.net
FreeBSD's support for shared libraries mixed with C++ code is broken (they have not figured out yet what to do with libgcc which defines symbols as __pure_virtual). There is no way to work around it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 06:01:30 2024 UTC