php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7644 Unsatisfied Symbol DL_UNLOAD
Submitted: 2000-11-05 04:45 UTC Modified: 2001-02-20 07:27 UTC
From: marvin_lam at agilent dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.3pl1 OS: HP-UX 10.20
Private report: No CVE-ID: None
 [2000-11-05 04:45 UTC] marvin_lam at agilent dot com
PHP 4.0.2 compiles and runs fine on my HP-UX 10.20
PHP 4.0.3p1 (haven't tried 4.0.3) will compile fine, but at runtime (Apache loading as DSO), it will complain about DL_UNLOAD being an unsatisfied symbol(code) (and promptly aborts startup)

Both were configured with:
./configure \
                --prefix=/prefix/to/php \
                --enable-shared \
                --with-apache=../apache_1.3.12 \
                --with-mysql=/prefix/to/mysql/default \
                --without-gd \
                --with-gdbm=/opt/gdbm

and compiled with Apache as DSO & APXS (same result).

My config.cache file does indeed list dlopen not found on my system and all ./configure output was similar (except for new functionality) between 4.0.3p1 and 4.0.2.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-29 04:40 UTC] sniper@php.net
reclassified
 [2001-01-02 09:00 UTC] sniper@php.net
Please try PHP 4.0.4 as this should be fixed.

--Jani

 [2001-02-20 07:27 UTC] sniper@php.net
No feedback, considered fixed.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 26 00:00:03 2025 UTC