From owner-freebsd-questions@FreeBSD.ORG Sat Aug 1 22:28:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22E4F106564A for ; Sat, 1 Aug 2009 22:28:56 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id DB1A68FC14 for ; Sat, 1 Aug 2009 22:28:55 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.0/8.14.0) with ESMTP id n71MSrXl008860 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 1 Aug 2009 17:28:54 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n71MSrnx025959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 1 Aug 2009 17:28:53 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n71MSr92025955; Sat, 1 Aug 2009 17:28:53 -0500 (CDT) (envelope-from dan) Date: Sat, 1 Aug 2009 17:28:52 -0500 From: Dan Nelson To: Leonardo =?utf-8?B?TS4gUmFtw6k=?= Message-ID: <20090801222851.GA82067@dan.emsphone.com> References: <565560.34503.qm@web35606.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <565560.34503.qm@web35606.mail.mud.yahoo.com> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: ClamAV version 0.94.2, clamav-milter version 0.94.2 on email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email2.allantgroup.com [199.67.51.78]); Sat, 01 Aug 2009 17:28:54 -0500 (CDT) X-Scanned-By: MIMEDefang 2.45 Cc: freebsd-questions@freebsd.org Subject: Re: Filezilla doesn't work after libjpeg upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Aug 2009 22:28:56 -0000 In the last episode (Aug 01), Leonardo M. Ramé said: > > A couple of weeks ago I upgraded libjpeg to 10, and had to upgrade a bunch > of programs that required this library. > > Today I needed to use FileZilla client and received this error: > > /libexec/ld-elf.so.1: Shared object "libjpeg.so.9" not found, required by "libwx_gtk2_aui-2.8.so.0" > > I tried to recompile FileZilla to avoid the error and it is still showing. Sounds like you missed upgrading whatever port installed libwx_gtk2_aui-2.8.so.0, since it still depends on libjpeg.so.9. Run "locate libwx_gtk2_aui-2.8.so.0", then "pkg_info -W (whatever locate finds)", then "portupgrade -f (whatever pkg_info finds)". -- Dan Nelson dnelson@allantgroup.com