- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem Installaing GNU TAR 1.15
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
05-09-2006 09:01 AM
05-09-2006 09:01 AM
1. /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl
/usr/lib/dld.sl: No such file or directory
After creating a link to /opt/gnome/lib, it resolved the above library, but got the below error after.
2./usr/lib/dld.sl: Unresolved symbol: libintl_bindtextdomain (code) from /usr/local/bin/tar
HELP!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 09:19 AM
05-09-2006 09:19 AM
SolutionYou may wish to take one of the following actions.
1) Create a directory soft link that points form where the system expects gnu tar is to where it actually is.
2) Alter your PATH and SHLIB_PATH environment variables to accommodate gnu tar.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 06:28 PM
05-09-2006 06:28 PM
Re: Problem Installaing GNU TAR 1.15
/me hates NLS/localization
I would suggest to either create gtar from source
# configure --prefix=/usr/local --disable-nls
Or install the sucking gettext and iconv packages from the same site you got this tar from and prevent suckage like this for other packages coming from that site.
Sometimes I wish I could turn back time, so I would be able to convince open source maintainers that --disable-nls should be the *default* for building packages, and that --enable-nls should be an option with about 73 questions like M$ "are you sure" and "are you really really sure"
I'm not even talking yet about the fact that you need that *TWICE* if you run both 32bit and 64bit utilities with localization enabled.
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 01:48 AM
05-10-2006 01:48 AM
Re: Problem Installaing GNU TAR 1.15
I'm currently trying to download "iconv" packages, can't find it.
I was able to get "gettext"
Any specail process for installing both of these packages.
Thanks, for all your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2006 01:54 AM
05-10-2006 01:54 AM
Re: Problem Installaing GNU TAR 1.15
Can you download and install from here,
http://hpux.connect.org.uk/hppd/hpux/Development/Libraries/libiconv-1.10/
You can use # swinstall -s
Make sure you install Runtime dependancies as well.
-Arun