From owner-freebsd-questions@FreeBSD.ORG Thu Jun 22 17:43:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8634416A49E for ; Thu, 22 Jun 2006 17:43:48 +0000 (UTC) (envelope-from swygue@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B20E4470B for ; Thu, 22 Jun 2006 17:43:32 +0000 (GMT) (envelope-from swygue@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so649625uge for ; Thu, 22 Jun 2006 10:43:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qJ+LfoNdQQ8eHQ7FMauAS8v7vnEf6yH1BJNMpAl7okzJKZg7BEa3nX0v7x6wLRlPeTX3WFTTGKwTidBQO7ySDljdpRgVUD8kP9yKYWq5usGFzCkjmZwG5uVSz6iy/dK6nY9WpsmxZ9jqfzruYUJ3VFIC6vCpvJCBTENlVUe6Cng= Received: by 10.78.177.3 with SMTP id z3mr622273hue; Thu, 22 Jun 2006 10:43:31 -0700 (PDT) Received: by 10.78.20.7 with HTTP; Thu, 22 Jun 2006 10:43:31 -0700 (PDT) Message-ID: Date: Thu, 22 Jun 2006 13:43:31 -0400 From: swygue To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Learn more about ld-elf and FreeBSD 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, 22 Jun 2006 17:43:48 -0000 Once in a while I get some error, looking like this: /usr/libexec/ld-elf.so.1: Shared object "libpq.so.3" not found This specific error was a result of trying to connect to a postgresql-7.4.2 database running on FreeBSD, 4.6.2. And yes the server is in the process of being decommissioned. I was wondering how have others resolve problems related to ld-elf and shared objects ? And where can I find more information about ld-elf and FreeBSD ? Thanks -- swygue neron --->>