From owner-freebsd-ports@FreeBSD.ORG Mon May 14 14:12:49 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 4CF981065670 for ; Mon, 14 May 2012 14:12:49 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id A15F58FC08 for ; Mon, 14 May 2012 14:12:48 +0000 (UTC) Received: from seedlingblack-earthcouk.local ([195.53.238.218]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q4EEChxB069862 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 14 May 2012 15:12:44 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: OpenDKIM Filter v2.5.2 smtp.infracaninophile.co.uk q4EEChxB069862 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1337004764; bh=Q6xwl56xRO7gJyRvFgjY9Hsh7rcfyI2Cuu7TQ7DKuV8=; h=Date:From:To:Subject:References:In-Reply-To:Cc:Content-Type: Message-ID:Mime-Version; b=oHdnCqu2FPk1zrwXCqqS3EcXIhsmb5U6r7zhwhmFKKVjqEjKfb9yYsJNuXdn4NgxJ RxsZmBZHeYJXxxGGIEfSCPfPljpHRUwsGKgOgRmZpyMmhbD0W9evtJXlr61Fokfp8n IJpNmr2EPMlLNmnZyvvx95PZtEFk34Pc+8fOot1U= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host [195.53.238.218] claimed to be seedlingblack-earthcouk.local Message-ID: <4FB112D5.1000306@infracaninophile.co.uk> Date: Mon, 14 May 2012 16:12:37 +0200 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20120514120108.GA3484@mech-cluster241.men.bris.ac.uk> In-Reply-To: <20120514120108.GA3484@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.4.1 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9216CB8629BC51397F19EC2B" X-Virus-Scanned: clamav-milter 0.97.4 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED, RCVD_IN_XBL, RDNS_NONE, SPF_FAIL, T_DKIM_INVALID autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Subject: Re: is pkg-shlib(8) implemented yet? 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, 14 May 2012 14:12:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9216CB8629BC51397F19EC2B Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 14/05/2012 14:01, Anton Shterenlikht wrote: > I get: >=20 >> > ldd /usr/local/bin/gnuplot |grep libz > libz.so.6 =3D> /lib/libz.so.6 (0x1204c4000) >> > pkg shlib libz.so.6 > libz.so.6 was not found in the database >> > > Is that expected? >=20 pkg-shlib is implemented, but turned off in the default configuration. As I recall, you need to add: SHAREDLIBRARIES: yes to /etc/pkg.conf. (Actually, check the pkg.conf man page on the specifics of that: I'm unfortunately not near anywhere I can confirm the syntax right now.) Once the shared library tracking function is enabled, you'll need to install from ports to populate the DB tables. Cheers, Matthew=09 --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig9216CB8629BC51397F19EC2B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk+xEtoACgkQ8Mjk52CukIwUUQCeIfdGTnIeTdGApXb4Eo2cXAxP 1zIAn3zztKhKCS+h1eFS/acWcSVUboHH =rKff -----END PGP SIGNATURE----- --------------enig9216CB8629BC51397F19EC2B--