From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 23:41:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 692441065679 for ; Thu, 14 Aug 2008 23:41:57 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id 5037C8FC1B for ; Thu, 14 Aug 2008 23:41:57 +0000 (UTC) (envelope-from cswiger@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp018.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0K5M00MAP75WTL50@asmtp018.mac.com> for freebsd-questions@freebsd.org; Thu, 14 Aug 2008 16:41:57 -0700 (PDT) Message-id: From: Chuck Swiger To: jean_francois666@yahoo.com In-reply-to: <864503.47214.qm@web31301.mail.mud.yahoo.com> Date: Thu, 14 Aug 2008 16:41:56 -0700 References: <864503.47214.qm@web31301.mail.mud.yahoo.com> X-Mailer: Apple Mail (2.928.1) Cc: ionut.oancea@avira.com, freebsd-questions@freebsd.org Subject: Re: $ORIGIN problem in freebsd 6.2 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: Thu, 14 Aug 2008 23:41:57 -0000 Bonjour-- On Aug 14, 2008, at 3:03 PM, Oancea Ionut-Francisc wrote: > Is here another solution to set up the search path to the same > dir with the executable?...or I must to update my /libexec/ld-elf.so. > 1 and my 'ld' utility(the version of ld is 2.15) It's likely that "man ldconfig" or setting $LD_LIBRARY_PATH env variable can resolve your missing shared libraries... Regards, -- -Chuck