From owner-freebsd-ports@freebsd.org Wed Jul 29 00:08:42 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95A599ACFC7; Wed, 29 Jul 2015 00:08:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7ABF9A0E; Wed, 29 Jul 2015 00:08:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 73679159C; Wed, 29 Jul 2015 00:08:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 328BC9420; Wed, 29 Jul 2015 00:08:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id POiEL4OlwWMh; Wed, 29 Jul 2015 00:08:40 +0000 (UTC) Subject: Re: The mystery of the missing library. DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com AA7C39416 To: David Naylor , FreeBSD Mailing List , freebsd-python@freebsd.org References: <2883201.vcG9JJBxrl@dragon.local> Cc: Bartek Rutkowski From: Bryan Drewery Organization: FreeBSD Message-ID: <55B81985.3000601@FreeBSD.org> Date: Tue, 28 Jul 2015 17:08:37 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <2883201.vcG9JJBxrl@dragon.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 00:08:42 -0000 On 7/28/15 11:46 AM, David Naylor wrote: > Why would the shared library be found when using a relative path but not > when using an absolute path? Is this a bug in FreeBSD? What is the output for readelf? readelf -d `which pypy`|grep -i libr -- Regards, Bryan Drewery