>         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    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/


Reply via email to