bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error while executing bash in HPUX11.11


From: Chet Ramey
Subject: Re: Error while executing bash in HPUX11.11
Date: Thu, 18 Mar 2010 10:27:31 -0400

>         coredumps while executing bash Version 4.0.33 
> 
> /usr/local/bin#./bash
> 
> /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)
> 
> -----------
> 
> #ldd bash
> 
>         /usr/lib/libc.2 =>      /usr/lib/libc.2
> 
>         /usr/lib/libdld.2 =>    /usr/lib/libdld.2
> 
>         /usr/lib/libc.2 =>      /usr/lib/libc.2
> 
> /usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libiconv.sl
> 
> /usr/lib/dld.sl: No such file or directory

Looks like you built bash on one machine and tried to execute it on another,
and that second machine doesn't have the same set of shared libraries.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]