|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-08-23 03:56 UTC] yale_yu at yahoo dot com
My configure line is as simple as: ./configure --with-apxs=/usr/local/apache/bin/apxs --without-mysql configure, make, make install are all successful, but apachectl start returned (line 207 is 'LoadModule php4_module libexec/libphp4.so'): Syntax error on line 207 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol ap_block_alarms: referenced symbol not found /usr/local/apache/bin/apachectl start: httpd could not be started It seems php building referenced some apache function, but didn't know how to find it. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 18 08:00:01 2025 UTC |
Apache is 1.3.12, you mean apache configure line? It's: ./configure --enable-module=so # ldd libphp4.so libpam.so.1 => /usr/lib/libpam.so.1 libdl.so.1 => /usr/lib/libdl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libm.so.1 => /usr/lib/libm.so.1 libcrypt_i.so.1 => /usr/lib/libcrypt_i.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libc.so.1 => /usr/lib/libc.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libmp.so.2 => /usr/lib/libmp.so.2