From owner-freebsd-ports@FreeBSD.ORG Fri Jan 7 18:52:02 2011 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 D4C6B1065673 for ; Fri, 7 Jan 2011 18:52:02 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout024.mac.com (asmtpout024.mac.com [17.148.16.99]) by mx1.freebsd.org (Postfix) with ESMTP id BA31B8FC14 for ; Fri, 7 Jan 2011 18:52:02 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [17.151.99.224] by asmtp024.mac.com (Oracle Communications Messaging Exchange Server 7u4-18.01 64bit (built Jul 15 2010)) with ESMTPSA id <0LEO00LVD1P58YG0@asmtp024.mac.com> for freebsd-ports@freebsd.org; Fri, 07 Jan 2011 10:51:05 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-01-07_09:2011-01-07, 2011-01-07, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1010190000 definitions=main-1101070065 From: Chuck Swiger In-reply-to: <4D275E07.9090609@gmail.com> Date: Fri, 07 Jan 2011 10:51:05 -0800 Message-id: <3119DC5E-A0DC-416C-AAB2-9B943D94F1D3@mac.com> References: <4D275E07.9090609@gmail.com> To: David Demelier X-Mailer: Apple Mail (2.1082) Cc: freebsd-ports@freebsd.org Subject: Re: ldconfig -r does not show devel/sfml libraries 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: Fri, 07 Jan 2011 18:52:02 -0000 On Jan 7, 2011, at 10:40 AM, David Demelier wrote: [ ... ] > the weird thing is that ldconfig -m is ran after the devel/sfml install. > > What can I do to fix? If you "cat /var/run/ld-elf.so.hints", does /usr/local/lib appear in the list of paths? (Yeah, this is a mildly binary file, but...) Does running "ldconfig -R" do anything helpful? Regards, -- -Chuck