php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4391 Zend/zend_operators.c:1408: undefined reference to 'isfinite'
Submitted: 2000-05-10 20:24 UTC Modified: 2000-05-26 07:48 UTC
From: hackerx at sourceforge dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 2 OS: RedHat 6.0
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: hackerx at sourceforge dot net
New email:
PHP Version: OS:

 

 [2000-05-10 20:24 UTC] hackerx at sourceforge dot net
the php compiles fine, however apache barfs on the module using:

#configure --prefix=/usr/local/apache \
  --activate-module=src/modules/php4/libphp4.a \
  --enable-module=php4

#make

...

gcc  -DLINUX=2 -I/usr/local/install/php-4.0RC2 -I/usr/local/install/php-4.0RC2/Z
end -I/usr/local/install/php-4.0RC2/Zend -I/usr/local/install/php-4.0RC2 -DUSE_E
XPAT -I./lib/expat-lite -DNO_DL_NEEDED `./apaci`    \
      -o httpd buildmark.o modules.o modules/standard/libstandard.a modules/php4
/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a  lib/expat-lite/libexpat.
a  -Wl,-rpath,/usr/local/mysql/lib/mysql  -rdynamic -L/usr/local/mysql/lib/mysql
 -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4  -lgdbm  -ldl -
lmysqlclient -lgd -lresolv -lm -ldl -lcrypt -lnsl  -lresolv  -lm -lcrypt
modules/php4/libphp4.a(zend_operators.o): In function `is_numeric_string':
/usr/local/install/php-4.0RC2/Zend/zend_operators.c:1408: undefined reference to
 `isfinite'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/local/install/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/local/install/apache_1.3.12'
make: *** [build] Error 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-26 07:48 UTC] andi at cvs dot php dot net
This should be fixed in 4.0.0. If it isn't please reopen a bug report.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 21:01:30 2024 UTC