Edit report at http://bugs.php.net/bug.php?id=22683&edit=1
ID: 22683 Comment by: phil dot nyc at gmail dot com Reported by: j dot lammerts at chello dot nl Summary: Looks like math lib not found, which is installed Status: No Feedback Type: Bug Package: Compile Failure Operating System: AIX 5.1 PHP Version: 4CVS-2003-03-13 (stable) Block user comment: N Private report: N New Comment: I have a similar problem compiling php 5.2.17 on aix 5.3 I've configured with ./configure --program-prefix=4s --with-ibm- db2=/db2/v91t/db2lawt/sqllib --with-apxs2=/usr/apache2/bin/apxs --enable-pcntl - -enable-ftp --enable-cli Now I'm running gnu make 3.82 and getting these errors: o Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_ objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_defau lt_classes.lo Zend/zend_execute.lo ext/pcntl/pcntl.lo ext/pcntl/php_signal.lo sa pi/cli/php_cli.lo sapi/cli/php_cli_readline.lo sapi/cli/getopt.lo main/internal_ functions_cli.lo -lrt -lm -lpthread -lxml2 -liconv -lm -lxml2 -liconv -lm -ldb2 -lxml2 -liconv -lm -lxml2 -liconv -lm -lxml2 -liconv -lm -lxml2 -liconv -lm -o sapi/cli/php ld: 0711-317 ERROR: Undefined symbol: .__floor ld: 0711-317 ERROR: Undefined symbol: .__ceil ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: *** [sapi/cli/php] Error 8 Please tell me what more information is required for this issue. Previous Comments: ------------------------------------------------------------------------ [2003-03-19 16:50:04] sni...@php.net No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. ------------------------------------------------------------------------ [2003-03-13 17:20:57] sni...@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2003-03-13 14:30:40] j dot lammerts at chello dot nl First try to compile PHP on AIX 5.1. gcc version 2.95.3 AIX level 5.1.0.0 Only option used (for test) in configure: --without-mysql. Make ends in this: ld: 0711-317 ERROR: Undefined symbol: .pow ld: 0711-317 ERROR: Undefined symbol: .ceil ld: 0711-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .sin ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317 ERROR: Undefined symbol: .tan ld: 0711-317 ERROR: Undefined symbol: .asin ld: 0711-317 ERROR: Undefined symbol: .acos ld: 0711-317 ERROR: Undefined symbol: .atan ld: 0711-317 ERROR: Undefined symbol: .atan2 ld: 0711-317 ERROR: Undefined symbol: .sinh ld: 0711-317 ERROR: Undefined symbol: .cosh ld: 0711-317 ERROR: Undefined symbol: .tanh ld: 0711-317 ERROR: Undefined symbol: .exp ld: 0711-317 ERROR: Undefined symbol: .expm1 ld: 0711-317 ERROR: Undefined symbol: .log ld: 0711-317 ERROR: Undefined symbol: .log10 ld: 0711-317 ERROR: Undefined symbol: .sqrt ld: 0711-317 ERROR: Undefined symbol: .fmod ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. I remember that these messages can mean that libm is not installed, but it is.. Any suggestions ? Hans ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=22683&edit=1