From owner-freebsd-questions Mon Oct 11 21:42:59 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.netville.com.br (ns2.netville.com.br [200.215.101.2]) by hub.freebsd.org (Postfix) with ESMTP id 3D7FD14D19 for ; Mon, 11 Oct 1999 21:42:53 -0700 (PDT) (envelope-from sayao@netville.com.br) Received: from Sayao (r109p39.ppp.netville.com.br [200.193.91.59]) by mail.netville.com.br (8.9.3/8.9.3) with SMTP id CAA31487 for ; Tue, 12 Oct 1999 02:38:04 -0200 Message-ID: <001701bf1475$685cbae0$4cf4fea9@Sayao> From: "Thiago Sayao" To: Subject: =?iso-8859-1?Q?Fw:_**help**_ld_don=B4t_find_libs_in_/usr/local/lib_and_/u?= =?iso-8859-1?Q?sr/X11R6/lib_**help**?= Date: Tue, 12 Oct 1999 02:48:27 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ld is not finding my libs at /usr/local/lib, but if a move the libs to /usr/lib it finds.. when a do a ldconfig -r | egrep jpeg it shows me the lib and when a do a ld -ljpeg it don't find and when a do a ld -L/usr/local/lib -ljpeg it finds the problem is that the ./configure scripts donīt have the -L/usr/local/lib option to find the libs at /usr/local/lib the ldconfig_path is set to /usr/local/lib and to other path too.. i've tryed to use LD_LIBRARY_PATH too.. but didn't work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message