php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10655 make fails with apache "Undefined simbol isinf"
Submitted: 2001-05-03 20:46 UTC Modified: 2001-05-03 22:24 UTC
From: grisha at kasenna dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: grisha at kasenna dot com
New email:
PHP Version: OS:

 

 [2001-05-03 20:46 UTC] grisha at kasenna dot com
php configured:
./configure --with-apache=/export/home/grisha/apache/apache_1.3.19 --enable-sockets --with-domxml=/usr/local/lib --with-sablot=/usr/local/lib --with-xml --enable-sablot-errors-descriptive
make and make install succesfull
apache configured:
./configure --activate-module=src/modules/php4/libphp4.a

then make in apache_1.3.19 fails with the message:

am  -ldl -lexpat -lsablot -lresolv -lresolv -lm -ldl -lcrypt -lnsl -lsocket  -lsocket -lgcc   -lsocket -lnsl

Undefined                       first referenced
 symbol                             in file
isinf                               modules/php4/libphp4.a(formatted_print.o)
ld: fatal: Symbol referencing errors. No output written to httpd
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/export/home/grisha/apache/apache_1.3.19/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/export/home/grisha/apache/apache_1.3.19'
make: *** [build] Error 2

Patches

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 28 09:01:28 2024 UTC