ID: 10785
Updated by: hholzgra
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Compile Failure
Operating system:
PHP Version: 4.0.5
Assigned To:
Comments:
AFAIK only the 64bit libraries on HP/UX have
standard dl*() functions in them while the old 32bit
libs have some proprietary HP shared library support
Previous Comments:
---------------------------------------------------------------------------
[2001-05-10 08:51:18] [EMAIL PROTECTED]
Can you post the last 25 lines before you get that error?
Theses lines show what was used in linking PHP.
Derick
---------------------------------------------------------------------------
[2001-05-10 08:43:26] [EMAIL PROTECTED]
If i compile (gcc 2.95.3) apache 1.3.14 with PHP module i get this:
/usr/bin/ld: Unsatisfied symbols:
dlclose (code)
dlopen (code)
dlerror (code)
dlsym (code)
collect2: ld returned 1 exit status
/usr/lib/libdl.sl exists.
If i do the same on HP-UX11 (64bit) with HP C++ compiler
it works without errors.
commands:
./configure --without-mysql --with-apache=../apache_1.3.14
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10785&edit=2
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]