php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3185 Undefined symbol
Submitted: 2000-01-11 23:59 UTC Modified: 2002-10-01 14:14 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: dmijavec at storm dot ca Assigned:
Status: Wont fix Package: Compile Failure
PHP Version: 3.0.14 OS: AIX 4.1.5
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
13 - 11 = ?
Subscribe to this entry?

 
 [2000-01-11 23:59 UTC] dmijavec at storm dot ca
I build module php4.0b3 with informix on AIX 4.1.5 with GNU compiler. when I tryed to bulid apache with module php4 I had error Undefined symbol ...
===> src
===> src/regex
Target "all" is up to date.
Target "lib" is up to date.
<=== src/regex
===> src/os/unix
Target "all" is up to date.
<=== src/os/unix
===> src/ap
Target "all" is up to date.
<=== src/ap
===> src/main
Target "all" is up to date.
<=== src/main
===> src/lib
===> src/lib/expat-lite
Target "all" is up to date.
<=== src/lib/expat-lite
Target "default" is up to date.
<=== src/lib
===> src/modules
===> src/modules/standard
Target "all" is up to date.
<=== src/modules/standard
===> src/modules/php4
Target "all" is up to date.
<=== src/modules/php4
Target "default" is up to date.
<=== src/modules
	gcc -c  -I./os/unix -I./include   -DAIX=41 -DNEED_RLIM_T -U__STR__ -DAIX_BIND_PROCESSOR -I/tools/php-4.0b3 -I/tools/php-4.0b3/libzend -I/tools/php-4.0b3/libzend -I/tools/php-4.0b3 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci` modules.c
	gcc -c  -I./os/unix -I./include   -DAIX=41 -DNEED_RLIM_T -U__STR__ -DAIX_BIND_PROCESSOR -I/tools/php-4.0b3 -I/tools/php-4.0b3/libzend -I/tools/php-4.0b3/libzend -I/tools/php-4.0b3 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci` buildmark.c
	gcc  -DAIX=41 -DNEED_RLIM_T -U__STR__ -DAIX_BIND_PROCESSOR -I/tools/php-4.0b3 -I/tools/php-4.0b3/libzend -I/tools/php-4.0b3/libzend -I/tools/php-4.0b3 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite `./apaci`     -o httpd buildmark.o modules.o  modules/php4/libphp4.a  modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a -L/tools/informix/lib -L/tools/informix/lib/esql -lixsql -lixasf -lixgen -lixos -lixgls /tools/informix/lib/esql/checkapi.o -lixglx -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lm        
ld: 0711-224 WARNING: Duplicate symbol: sapi_module
ld: 0711-341 WARNING: Replaced XTY_CM symbol sapi_module requires an
	alignment more strict than the alignment of the symbol that replaces it.
ld: 0711-341 WARNING: Replaced XTY_CM symbol sapi_module requires an
	alignment more strict than the alignment of the symbol that replaces it.
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
ld: 0711-317 ERROR: Undefined symbol: .t_look
ld: 0711-317 ERROR: Undefined symbol: t_errno
ld: 0711-317 ERROR: Undefined symbol: .t_rcv
ld: 0711-317 ERROR: Undefined symbol: .t_rcvudata
ld: 0711-317 ERROR: Undefined symbol: .t_sndudata
ld: 0711-317 ERROR: Undefined symbol: .t_sync
ld: 0711-317 ERROR: Undefined symbol: .t_close
ld: 0711-317 ERROR: Undefined symbol: .t_sndrel
ld: 0711-317 ERROR: Undefined symbol: .t_rcvrel
ld: 0711-317 ERROR: Undefined symbol: .t_rcvdis
ld: 0711-317 ERROR: Undefined symbol: .t_snd
ld: 0711-317 ERROR: Undefined symbol: .t_alloc
ld: 0711-317 ERROR: Undefined symbol: .t_free
ld: 0711-317 ERROR: Undefined symbol: .t_open
ld: 0711-317 ERROR: Undefined symbol: .t_bind
ld: 0711-317 ERROR: Undefined symbol: .t_accept
ld: 0711-317 ERROR: Undefined symbol: .t_listen
ld: 0711-317 ERROR: Undefined symbol: .t_rcvconnect
ld: 0711-317 ERROR: Undefined symbol: .t_connect
ld: 0711-317 ERROR: Undefined symbol: .t_unbind
collect2: ld returned 8 exit status
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.
Any sugestion

Dusan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 14:14 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC