php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9574 Apache can't load neither static (core dump) neither DSO module (linking err).
Submitted: 2001-03-06 06:11 UTC Modified: 2001-04-10 10:49 UTC
From: prof at infosite dot ru Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: FreeBSD 2.2.7
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: prof at infosite dot ru
New email:
PHP Version: OS:

 

 [2001-03-06 06:11 UTC] prof at infosite dot ru
When module is static, then system reports "floating point exception, core dumped" (see also bug 9573).
When module is DSO, then system reports "Cannot load .../apache_1.3.17/libexec/libphp4.so into server: Undefined symbol "_finite" in httpd:.../apache_1.3.17/libexec/libphp4.so"

PHP:
./configure
--with-mysql=/usr/local
--with-apxs=/home/apache_1.3.17/bin/apxs
--enable-safe-mode
--with-openssl
--with-zlib

Apache is '1.3.17'. Patched by mod_ssl-2.8.0-1.3.17.
./configure
--prefix=.../apache_1.3.17
--enable-rule=SHARED_CORE
--enable-module=rewrite
--enable-module=so
--enable-module=ssl
--enable-shared=ssl

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-06 06:24 UTC] derick@php.net
This first part is already fixed in CVS.
 [2001-03-06 10:01 UTC] sniper@php.net
Please try latest CVS snapshot from http://snaps.php.net/ as both of these
problems should be fixed.

--Jani

 [2001-04-10 10:49 UTC] sniper@php.net
No feedback. If this happens also with soon to be released PHP 4.0.5, reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC