amd64/147728: wget & bash still require libintl.so.8 after gettext
upgrade
Nick
Nick.Frederick at layeredtechnologies.com
Wed Jun 9 16:40:02 UTC 2010
>Number: 147728
>Category: amd64
>Synopsis: wget & bash still require libintl.so.8 after gettext upgrade
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-amd64
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 09 16:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Nick
>Release: FreeBSD 8.0 amd64
>Organization:
Layeredtech.com
>Environment:
FreeBSD kicktest 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:02:08 UTC 2009 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
after gettext is upgraded (and thus changes libintl.so.8 to libintl.so.9) bash and wget no longer work.
full ldd output:
kicktest# ldd /usr/local/bin/bash
/usr/local/bin/bash:
libncurses.so.8 => /lib/libncurses.so.8 (0x8006e4000)
libintl.so.8 => not found (0x0)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800830000)
libc.so.7 => /lib/libc.so.7 (0x800a2a000)
kicktest# ldd /usr/bin/wget
/usr/bin/wget:
libintl.so.8 => not found (0x0)
libssl.so.6 => /usr/lib/libssl.so.6 (0x800678000)
libcrypto.so.6 => /lib/libcrypto.so.6 (0x8007c7000)
libc.so.7 => /lib/libc.so.7 (0x800a5f000)
>How-To-Repeat:
install FreeBSD 8.0 from disk, install wget, install bash, update gettext
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-amd64
mailing list