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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Fri Mar 29 05:01:28 2024 UTC