Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2010 16:37:04 GMT
From:      Nick <Nick.Frederick@layeredtechnologies.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   amd64/147728: wget & bash still require libintl.so.8 after gettext upgrade
Message-ID:  <201006091637.o59Gb4Tu042065@www.freebsd.org>
Resent-Message-ID: <201006091640.o59Ge2Vt058729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006091637.o59Gb4Tu042065>