Operating System - Linux
1828478 Members
2783 Online
109978 Solutions
New Discussion

Re: Configuring Apache to run in 32 bit compatibility mode on Itanium & HP-UX 11.23

 
SOLVED
Go to solution
Dennis Handly
Acclaimed Contributor

Re: Configuring Apache to run in 32 bit compatibility mode on Itanium & HP-UX 11.23

>Which went away when linked to libunwind.so.

This is documented under:
http://docs.hp.com/en/8759/distributing.htm#linking

/usr/lib/hpux32/dld.so: dlsym: Unknown symbol dlsetnonuniqsymflag

Hmm, I don't remember seeing "Unknown symbol" before? I would have expected "Unsatisfied" but that "Unknown" appears in dlerror(3).

I found dlsetnonuniqsymflag in the linker patch PHSS_35979, you may want to install that.

It is possible that the BIND_VERBOSE is printing out bogus errors that are handled automatically by libCsup. Does your plugin work now?
Steve_The_King
Frequent Advisor

Re: Configuring Apache to run in 32 bit compatibility mode on Itanium & HP-UX 11.23

Hi Dennis,

Installing the patch did resolve the issue. Our plugin is now working. Thanks Alot..
Steve_The_King
Frequent Advisor

Re: Configuring Apache to run in 32 bit compatibility mode on Itanium & HP-UX 11.23

Closing the thread.