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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 - 32 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC