From owner-freebsd-ports@FreeBSD.ORG Fri Jun 23 21:46:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A80916A47C for ; Fri, 23 Jun 2006 21:46:00 +0000 (UTC) (envelope-from tarc@tarc.po.cs.msu.su) Received: from tarc.po.cs.msu.su (tarc.po.cs.msu.su [158.250.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCB643D48 for ; Fri, 23 Jun 2006 21:45:59 +0000 (GMT) (envelope-from tarc@tarc.po.cs.msu.su) Received: from tarc.po.cs.msu.su (localhost [127.0.0.1]) by tarc.po.cs.msu.su (8.13.4/8.13.4) with ESMTP id k5NLjftL000319; Sat, 24 Jun 2006 01:45:41 +0400 (MSD) (envelope-from tarc@tarc.po.cs.msu.su) Received: (from tarc@localhost) by tarc.po.cs.msu.su (8.13.4/8.13.4/Submit) id k5NLjewf000318; Sat, 24 Jun 2006 01:45:40 +0400 (MSD) (envelope-from tarc) Date: Sat, 24 Jun 2006 01:45:40 +0400 From: Tarc To: Simon Morgan Message-ID: <20060623214540.GC32801@tarc.po.cs.msu.su> References: <20060623105019.GA10437@bollo.16hz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20060623105019.GA10437@bollo.16hz.net> User-Agent: mutt-ng/devel-r581 (FreeBSD) Cc: ports@freebsd.org Subject: Re: compat4x ldconfig 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, 23 Jun 2006 21:46:00 -0000 On Fri, Jun 23, 2006 at 11:50:19AM +0100, Simon Morgan wrote: > compat4x doesn't seem to be running ldconfig after it's installed; I had to run > "ldconfig -m /usr/local/lib/compat" manually otherwise the Opera build would die > like so: > Hmm.. 1) INSTALLS_SHLIB and LDCONFIG_DIRS defined, so ldconfig will be runned. 2) Default ldconfig_paths on my system ($FreeBSD: src/etc/defaults/rc.conf,v 1.269 2005/12/20 20:36:48 dougb Exp $): /usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/ does you change it? 3) What about install Opera, which uses shared QT, but compilled for FreeBSD 5 or FreeBSD 6 -- Best regards, Arseny Nasokin