|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-29 04:40 UTC] sniper@php.net
[2001-01-02 09:00 UTC] sniper@php.net
[2001-02-20 07:27 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 06:00:02 2025 UTC |
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.