1754320 Members
3037 Online
108813 Solutions
New Discussion юеВ

Shared Libraries

 
Winnie Chiu
Occasional Contributor

Shared Libraries

The following error messages appear when trying to access a Sybase database from a Browser. It this a Sybase problem or a HP-UX problem, or neither?

# /usr/lib/dld.sl: Unresolved symbol: pthread_mutexattr_default (data) from /opt/sybase/11.5.1.2/lib/libcomn_dce.sl
/usr/lib/dld.sl: Unresolved symbol: pthread_condattr_default (data) from /opt/sybase/11.5.1.2/lib/libcomn_dce.sl
/usr/lib/dld.sl: Unresolved symbol: pthread_attr_default (data) from /opt/sybase/11.5.1.2/lib/libcomn_dce.sl
/usr/lib/dld.sl: Unresolved module for symbol: comn_yield (code) from /opt/sybase/11.5.1.2/lib/libcomn_dce.sl
2 REPLIES 2
Steffi Jones_1
Esteemed Contributor

Re: Shared Libraries

Hello,

is it possible that you use 2 different versions of sybase on your system?

it might be that the execution gets confused.

Steffi Jones
Darrel Louis
Honored Contributor

Re: Shared Libraries

It seems like you're missing some library sets.

If you perform the following
what /opt/sybase/11.5.1.2/lib/libcomn_dce.sl|grep pthread_mutexattr_default


It might be that you've installed a DCE patch and need to relink some of your libraries or that you need to install the latest DCE patch.
Check Special Installation instructions for patch PHSS_19739