- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- path for vim
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
01-29-2003 11:25 PM
01-29-2003 11:25 PM
I have successfully installed vim and its dependencies (gettext, gtk+ and glib) into HP-UX 11.00. When I tried to used vim, the following message showed:
/usr/lib/dld.sl: Can't open shared library: /opt/gettext/lib/libintl.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
I search for libintl.sl and found it located in /usr/local/lib.
Appreciate any advice which can overcome this problem.
Thanks in advance,
YC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 11:27 PM
01-29-2003 11:27 PM
Re: path for vim
Get all the components installed from binary depots if possible.
P
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
01-29-2003 11:46 PM
01-29-2003 11:46 PM
Re: path for vim
$export SHLIB_PATH
$vim
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 01:01 AM
01-30-2003 01:01 AM
Re: path for vim
The message says, that the library libintl.sl
could not be found in any of search paths, used by dynamic loader.
You can run:
#chatr vim
- to see which paths are searched by dld.sl
Check correct instalation /and vers. 10.20
or 11.x / for gettext.
Check content of SHLIB_PATH.
Regards,Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 01:31 AM
01-30-2003 01:31 AM
Re: path for vim
I tried the following:
1) echo $SHLIB_PATH (nothing in returned)
2) export SHLIB_PATH=/usr/local/lib
3) vim (same error as before)
4) chart vim
chatr(warning): dl_header_ext.size != sizeof(dl_header_ext). Please update your version of the linker.
vim:
shared executable
shared library dynamic path search:
SHLIB_PATH enabled first
embedded path disabled second Not Defined
shared library list:
dynamic /opt/gtk+/lib/libgtk.sl
dynamic /opt/gtk+/lib/libgdk.sl
dynamic /opt/glib/lib/libgmodule.sl
dynamic /opt/glib/lib/libglib.sl
dynamic /opt/gettext/lib/libintl.sl
dynamic /usr/lib/X11R6/libXext.3
dynamic /usr/lib/libm.2
dynamic /usr/lib/X11R6/libXt.3
dynamic /usr/lib/X11R6/libX11.3
dynamic /usr/lib/libc.2
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
global hash array nbuckets:3
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 enabled
shared library private mapping disabled
Any clue from the output of step (4) ?
YC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 01:36 AM
01-30-2003 01:36 AM
Re: path for vim
so
export SHLIB_PATH=$SHLIB_PATH://opt/gettext/lib
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 07:56 PM
01-30-2003 07:56 PM
Re: path for vim
After exported the SHLIB_PATH, I have the following message:
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
I tried to search for libiconv.sl but not avail.
YC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 09:27 PM
01-30-2003 09:27 PM
Solutionhttp://hpux.cs.utah.edu/hppd/hpux/Development/Libraries/libiconv-1.8/
It will install the required files & shared lib(sl) in the /usr/local/lib dir.
check and revert