php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11726 undefined symbol alloca while building apache
Submitted: 2001-06-27 04:18 UTC Modified: 2001-08-23 16:34 UTC
From: jean-marc dot boucher at sydel dot fr Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: AIX 4.3.3.0 ML08
Private report: No CVE-ID: None
 [2001-06-27 04:18 UTC] jean-marc dot boucher at sydel dot fr
while compiling apache 1.3.20 + PHP_4.0.6 + Oracle 8.1.7 on AIX 4.3.3 i have this.
this is the same pb as Bug id #10562

  cc  -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -U__STR__ -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -I/home/root/php-4.0.6 -I/home/root/php-4.0.6/main -I/home/root/php-4.0.6/main -I/home/root/php-4.0.6/Zend -I/home/root/php-4.0.6/Zend -I/home/root/php-4.0.6/TSRM -I/home/root/php-4.0.6/TSRM -I/home/root/php-4.0.6 -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci` -lm -lpthread    -o httpd buildmark.o modules.o  modules/php4/libphp4.a  modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a  lib/expat-lite/libexpat.a  -R/oraker01/app/oracle/product/8.1.7/lib  -L/oraker01/app/oracle/product/8.1.7/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4   -ldl -lld -lbsd_r -lm -lodm -ldl -lcrypt -lbind -lm -ldl  -lclntsh  
ld: 0706-027 The -R /oraker01/app/oracle/product/8.1.7/lib flag is ignored.
ld: 0711-317 ERROR: Undefined symbol: .alloca
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
make: The error code from the last command is 8.


Stop.
make: The error code from the last command is 2.


Stop.
make: The error code from the last command is 2.


Stop.


any idea ???

regards

JMB

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-27 11:55 UTC] sniper@php.net
Please add your configure line to this report.


 [2001-07-23 11:54 UTC] kalowsky@php.net
no user feedback.
 [2001-07-31 06:00 UTC] jean-marc dot boucher at sydel dot fr
./configure --with-oci8=/oraker01/app/oracle/product/8.1.7 --with-apache=../apache_1.3.20 --with-mysql=no --enable-sigchild --enable-track-vars
 [2001-07-31 21:04 UTC] sniper@php.net
Could you please try the latest CVS snapshot from http://snaps.php.net/ ?
There have been some AIX related fixes since 4.0.6 was released.

--Jani

 [2001-08-20 10:29 UTC] sniper@php.net
No feedback. Reopen if you still have this problem
with PHP 4.0.7 (soon to be released) or with latest CVS 
snapshot from http://snaps.php.net/

 [2001-08-23 16:34 UTC] jean-marc dot boucher at sydel dot fr
by setting CFLAGS=-ma the pb was resolved

regards

JMB
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 06:01:30 2024 UTC