|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-01-12 11:50 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 22:00:01 2025 UTC |
config php with ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.9 --enable -track-vars apache as per INSTALL ./configure --prefix=/usr/local/wwwtest --activate-module=src/modules/php3/libph p3.a php compiles fine. apache gets: <=== src/modules gcc -c -I./os/unix -I./include -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSc gcc -c -I./os/unix -I./include -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSc gcc -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DUSE_EXPAT collect2: ld returned 8 exit status ld: 0711-317 ERROR: Undefined symbol: .ldopen ld: 0711-317 ERROR: Undefined symbol: .ldclose ld: 0711-317 ERROR: Undefined symbol: .ldnshread ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. apache compiles fine without php same as bug no #1055 which is closed as asks for a relog if still present.