From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 19:29:10 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1537D106566C for ; Mon, 11 Jul 2011 19:29:10 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout026.mac.com (asmtpout026.mac.com [17.148.16.101]) by mx1.freebsd.org (Postfix) with ESMTP id F21328FC1A for ; Mon, 11 Jul 2011 19:29:09 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp026.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LO600BC7OS7E160@asmtp026.mac.com> for questions@freebsd.org; Mon, 11 Jul 2011 12:28:56 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-07-11_06:2011-07-11, 2011-07-11, 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-1012030000 definitions=main-1107110174 From: Chuck Swiger In-reply-to: Date: Mon, 11 Jul 2011 12:28:55 -0700 Message-id: References: To: wayne mitchell X-Mailer: Apple Mail (2.1084) Cc: questions@freebsd.org Subject: Re: amd64 lib path locations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2011 19:29:10 -0000 On Jul 11, 2011, at 12:23 PM, wayne mitchell wrote: > installing is fine (from package - not port) > starting rosegarden from gui menu - nothing happens > executing rosegarden from CLI returns error: > [ /libexec/ld-elf.so.1: shared object "libQt3Support.so.4" not found, > required by "rosegarden" ] > > using 'find' to find the required object shows that it is on the system at: > /usr/local/lib/qt4/libQt3Support.so.4 It's likely that setting $LD_LIBRARY_PATH to list /usr/local/lib/qt4, or running "ldconfig -m /usr/local/lib/qt4" will help... Regards, -- -Chuck