php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2227 Undefined symbols while compiling with apache
Submitted: 1999-09-02 23:38 UTC Modified: 2000-01-12 11:50 UTC
From: cbrent at orix dot com dot au Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: AIX 4.2.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cbrent at orix dot com dot au
New email:
PHP Version: OS:

 

 [1999-09-02 23:38 UTC] cbrent at orix dot com dot au
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-12 11:50 UTC] sas at cvs dot php dot net
This is an Apache bug which will hopefully be fixed in Apache 1.3.10. Thanks for your report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 19:01:37 2025 UTC