From owner-freebsd-ports@FreeBSD.ORG Mon Jun 11 06:10:21 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7D59106566B for ; Mon, 11 Jun 2012 06:10:21 +0000 (UTC) (envelope-from uzimac@da3m0n8t3r.com) Received: from z.umatar.com (z.umatar.com [66.135.39.87]) by mx1.freebsd.org (Postfix) with ESMTP id A44D38FC17 for ; Mon, 11 Jun 2012 06:10:21 +0000 (UTC) Received: from z.umatar.com (localhost [127.0.0.1]) by z.umatar.com (8.14.5/8.14.3) with ESMTP id q5B6ALpU013800 for ; Sun, 10 Jun 2012 23:10:21 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) Received: (from uzimac@localhost) by z.umatar.com (8.14.5/8.14.3/Submit) id q5B6ALc2013799 for freebsd-ports@freebsd.org; Sun, 10 Jun 2012 23:10:21 -0700 (PDT) (envelope-from uzimac@da3m0n8t3r.com) X-Authentication-Warning: z.umatar.com: uzimac set sender to uzimac@da3m0n8t3r.com using -f From: "Waitman Gobble" To: Message-Id: <1339395021.13449@da3m0n8t3r.com> X-Originating-IP: 75.36.145.215 X-Mailer: Usermin 1.500 In-Reply-To: <4FD587A9.7010809@FreeBSD.org> Date: Sun, 10 Jun 2012 23:10:21 -0700 (PDT) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="bound1339395021" Subject: Re: libpng.so.6 missing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 06:10:21 -0000 This is a multi-part message in MIME format. --bound1339395021 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Michael Scheidell wrote .. > > > On 6/11/12 1:44 AM, Waitman Gobble wrote: > > Hi, > > > > I was reading the handbook about burning DVD's and thought I would check out > K3b as recommended... so I attempted to install from ports. After an hour or so > of the make script building a whole bunch of stuff my patience wore out, and I > bailed. > > > > ports tree csup this morning. > > > > Now it seems many things that were working great will no longer load, it's missing > libpng.so.6 > > > > # SciTE > > Shared object "libpng.so.6" not found, required by "libpangocairo-1.0.so.0" > > > > # qtcreator > > Shared object "libpng.so.6" not found, required by "libQtGui.so.4" > > > > # xxxterm > > Shared object "libpng.so.6" not found, required by "libwebkitgtk-1.0.so.0" > > > > > > etc, etc. and so on. > > > > Anyhow, i am not sure which package 'libpng.so.6' comes from.. anyone have a > tip or a pointer? > > > something is still looking for an old version of png (libpng.so.6), the > new version of png uses lib: libpng.so.15. > Did you rebuild all packages from source? > quick 'cheat' would be to restore libpng.so.6 to compat library from > your backup, or another system. > > > -- > Michael Scheidell, CTO > >*| * SECNAP Network Security Corporation > d: +1.561.948.2259 > w: http://people.freebsd.org/~scheidell > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Thank you for your reply. I did not rebuild all ports from source. This system was previously on a low power machine and I used pre-compiled packages as much as possible, because of the system requirements to build from source. I'll pull the libpng.so.6 and see if that fixes it. -- Waitman Gobble San Jose California USA --bound1339395021--