From owner-freebsd-ports@FreeBSD.ORG Thu Jul 3 16:24:16 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D07FF87 for ; Thu, 3 Jul 2014 16:24:16 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 636792B3A for ; Thu, 3 Jul 2014 16:24:16 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so475971pab.22 for ; Thu, 03 Jul 2014 09:24:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=+y7x1u8Ph0imxtfs5X78iDd5TkNvZkTHzTvmU21iFRo=; b=oDAxz0KIFZxqRdTYYj9JYcJLbI93VcGPHGigCtMS3QqcSQf+xWGFlKE4E+xqNH3jbm aXK0gdQn+zNISRVzBjMt7iK26uxE8bIOEaNOR/l9v3zmDD4RFlEw7tRjyw9LQI9Yb9ql Z3ttHJ9jg3TkVEC2Iv+h4Ht8k9oe3iJBfn7Ov+eRoeaxsRcCnYurXB6rJQRLsKksv7if oKyOGR2W9qQQN/JFlhEQuzshOywi0q6aq00hvBZETFQqKbLkpceKvzp/THsU36ZrZ5Rr kAaxFg7vX23L558XZP0Nl5AfnMKpPV9jXAuv0Zuo1aH0kWs/ZmcdRuWEhEAngeZ2gvQb h89w== MIME-Version: 1.0 X-Received: by 10.70.102.226 with SMTP id fr2mr5079495pdb.56.1404404656036; Thu, 03 Jul 2014 09:24:16 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.134.4 with HTTP; Thu, 3 Jul 2014 09:24:15 -0700 (PDT) In-Reply-To: <53B52B6F.4080509@club-internet.fr> References: <53B5113B.5000602@webrz.net> <53B52B6F.4080509@club-internet.fr> Date: Thu, 3 Jul 2014 09:24:15 -0700 X-Google-Sender-Auth: e4L3HUP7EOZL9FQ9VxzgggOWfss Message-ID: Subject: Re: SQLi3 issue (port related?) From: Kevin Oberman To: Juanitou Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 16:24:16 -0000 On Thu, Jul 3, 2014 at 3:07 AM, Juanitou wrote: > > "libsqlite3.so.8" not found, required by=E2=80=A6 > > I had this issue yesterday after updating the sqlite3 package from 3.8.4.= 3 > to 3.8.5_1. The latter comes from the FreeBSD-new_xorg repository. Firefo= x > complained about it and did not start. Reinstalling the previous package > resolved it. > > Hope it helps, > Juan > The sqlite3 port was updated to 3.8.5. It looks like this bumped the version of libsqlite3.so from .0 to .8 due to an error in handling the libtool generated version (0.8.6 was turned into .8 when it should have been .0.) In other words, there was no version bump, but it looked like there was. The error was fixed in the update to 3.8.5_1. For those who did not update the port during the window of this error (just over 3 hours on June 27), there was no problem. For those who did, it is a bit of a mess as any ports that linked to libsqlite3.so during this window now have a bogus link to libsqlite3.so.8 which no longer exists. Oops. As usual, iI suggest running something like: pkg_libchk -o | grep sqlite | cut -d: -f1 | sort to get a list of ports that were updated during this window and re-install them. (There are LOTS of ways to process the output of "pkg_libchk -o".) I do wish miwi had added a note about this to let people know what was going on when these errors started popping up. Admittedly, this was probably not a lot of people, but, as one who was bitten, a note would have saved a bit of time in tracking down just what went wrong. --=20 R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com