php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12322 php does not load as a dso
Submitted: 2001-07-23 14:00 UTC Modified: 2001-08-20 10:25 UTC
From: meyrptr at web dot de Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.6 OS: SuSE Linux 6.1
Private report: No CVE-ID: None
 [2001-07-23 14:00 UTC] meyrptr at web dot de
php cant load as a dso in the following configuration

SuSE Linux 6.1
apache 1.3.20
php 4.0.6

apache was installed with:

./configure --prefix=/usr/local/apache --enable-module=so
make
make install

php was installed with:

./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
make
make install

When the server was started with:

./apxs start

The following error message responding:

Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server:
/usr/local/apache/libexec/libphp4.so: undefined symbol: __mempcpy
./apachectl start: httpd could not be started 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-27 12:56 UTC] sniper@php.net
Was this a clean system? ie. no Apache installed before?
No PHP installed before? Were did you get the PHP sources?
Apache sources? Have you by any chance updated glibc?
Kernel? Have you installed recommended fixes from Suse?

And what is the compiler you're using? Version?

--Jani

 [2001-08-20 10:25 UTC] sniper@php.net
No feedback. Reopen if you still have this problem
with PHP 4.0.7 (soon to be released) or with latest CVS 
snapshot from http://snaps.php.net/

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 00:01:30 2024 UTC