HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/lib/dld.sl: Unresolved symbol
Operating System - HP-UX
1834236
Members
2310
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 04:55 AM
02-17-2005 04:55 AM
/usr/lib/dld.sl: Unresolved symbol
Hi all,
When I run my configurator I am getting an error
/usr/lib/dld.sl: Unresolved symbol: echoOff (code) from /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
./config-commda[86]: 13295 Abort(coredump)
So I did a chatr and ldd on this file. The outputs are as follows
# chatr /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
# /usr/ccs/bin/ldd /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -s /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -v /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -d /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -r /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
symbol not found: getPassword (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: __nw__FUl (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: __nwa__FUl (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: strcat (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: stat (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: strcpy (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: getpwuid (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: getgrgid (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: getPhysicalMemory (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: echoOff (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: echoOn (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: __sys_atexit (/usr/ccs/lib/lddstub)
I saw that for chatr both the SHLIB_PATH and embedded path is disabled. So I gave a "chatr +s enable" to enable SHLIB_PATH. this gave me the following results
# chatr +s enable /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl:
current values:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
chatr(warning): +s enable cannot be specified for a shared library with no dependencies.
new values:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
Any comments?
Thanks
vineesh
When I run my configurator I am getting an error
/usr/lib/dld.sl: Unresolved symbol: echoOff (code) from /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
./config-commda[86]: 13295 Abort(coredump)
So I did a chatr and ldd on this file. The outputs are as follows
# chatr /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
# /usr/ccs/bin/ldd /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -s /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -v /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -d /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
#
(Nothing)
# /usr/ccs/bin/ldd -r /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
symbol not found: getPassword (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: __nw__FUl (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: __nwa__FUl (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: strcat (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: stat (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: strcpy (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: getpwuid (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: getgrgid (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: getPhysicalMemory (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: echoOff (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: echoOn (/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl)
symbol not found: __sys_atexit (/usr/ccs/lib/lddstub)
I saw that for chatr both the SHLIB_PATH and embedded path is disabled. So I gave a "chatr +s enable" to enable SHLIB_PATH. this gave me the following results
# chatr +s enable /opt/sun/comms/commcli/lib/libsetupSDKJNI.sl
/opt/sun/comms/commcli/lib/libsetupSDKJNI.sl:
current values:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
chatr(warning): +s enable cannot be specified for a shared library with no dependencies.
new values:
shared library
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared vtable support disabled
static branch prediction disabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
third quadrant global data space disabled
data page size: D (default)
instruction page size: D (default)
nulptr references disabled
Any comments?
Thanks
vineesh
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 05:06 AM
02-17-2005 05:06 AM
Re: /usr/lib/dld.sl: Unresolved symbol
big post.
What are you trying to accomplish? install or use Java? if so, set the SHLIB_PATH variable.
Shalom.
SEP
What are you trying to accomplish? install or use Java? if so, set the SHLIB_PATH variable.
Shalom.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP