Operating System - HP-UX
1833779 Members
2114 Online
110063 Solutions
New Discussion

SNMP++ - unresolved des_key_sched on HP-UX 11i...

 
Allan Stirrett
Occasional Advisor

SNMP++ - unresolved des_key_sched on HP-UX 11i...

Hi,

Has anyone out there done much programming with the SNMP++ library? I'm having a very strange problem using SNMP++ with libdes on HP-UX 11i.

I'm building a shared object library which I load at run-time via dlopen(). When I do so, I get an error from the dlopen(), and dlerror() reports:

Unresolved symbol: des_key_sched (code) from /usr/lib/libsnmp++.sl

Any thoughts? I've rebuilt SNMP++ and libdes several times from scratch with no better results. The one thing that bothers me is the fact that snmp++ is a .so shared library, while libdes.a is NOT shared. However the link of MY .sl file works fine with no errors or warnings, linking in both the snmp++.so and the libdes.a. That part is a little unsettling.

Thanks in advanace.

Allan Stirrett.