From owner-freebsd-questions Fri Oct 8 2:45:45 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 5553414BFA for ; Fri, 8 Oct 1999 02:45:38 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.037 #1) id 11ZWZa-000EkL-00; Fri, 08 Oct 1999 11:44:22 +0200 From: Sheldon Hearn To: "Thiago Sayao" Cc: questions@FreeBSD.ORG Subject: Re: libraries In-reply-to: Your message of "Thu, 07 Oct 1999 11:01:42 -0300." <000901bf10cc$af3c4a40$11ddfea9@Sayao> Date: Fri, 08 Oct 1999 11:44:22 +0200 Message-ID: <56688.939375862@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 07 Oct 1999 11:01:42 -0300, "Thiago Sayao" wrote: > please, i'm having problems with the shared libs, the configuration > scrips are not finding the jpeg, png, gif ... libs, but they are > there! and it is in the ldconfig_path. What are "the configuration scripts"? How are they trying to find these libraries? How did you install the libraries? What error messages are you actually getting and what library files do you actually have? Given the lack of information in your mail, I have to suggest some fairly general advice. :-) You say that the paths to the libraries are in ldconfig_path. However, if you haven't updated the ld.so hints since you installed the files, ldconfig won't "find" them. Do you see the files you have installed when you do this: ldconfig -r | egrep '(jpeg|png|gif)' If not, you may need to rescan the ldconfig_path paths with this command and try again: ldconfig -R Then try again and see whether ldconfig knows about your library files. If that doesn't work, you really will need to provide more information. :-) Good luck, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message