php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4519 Problem launching PHP4 module: isfinite referenced symbol not found
Submitted: 2000-05-19 09:12 UTC Modified: 2000-08-05 01:21 UTC
From: gallou at cict dot fr Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Release Candidate 2 OS: Solaris 2.7
Private report: No CVE-ID: None
 [2000-05-19 09:12 UTC] gallou at cict dot fr
I am trying to install php4RC2 as an apache module on Solaris 2.7, configure and make are OK. But when I launch httpd, I get a dynamic loader error:
.. .libphp4.so: symbol  isfinite: referenced symbol not found.
 It seems that configure thinks that it does not have the finite function, which is false.
 I had to modify php_config.h, and add 
#define HAVE_FINITE 1
in order to get a functioning module.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-29 01:57 UTC] sniper@php.net
Have you tried more recent version of PHP4 ?

I haven't had any problems with php4.0.1pl2 on same platform.
And I didn't have to modify any files.

--Jani
 [2000-08-05 01:21 UTC] sniper@php.net
No feedback from user. And I can not reproduce this on same platform.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 10:01:29 2024 UTC