From owner-freebsd-questions Fri Oct 8 20: 8:56 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id E33F014E9A for ; Fri, 8 Oct 1999 20:08:53 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id UAA13382; Fri, 8 Oct 1999 20:27:36 -0700 (PDT) Date: Fri, 8 Oct 1999 20:27:36 -0700 (PDT) From: Alfred Perlstein To: Thiago Sayao Cc: questions@FreeBSD.ORG Subject: Re: /usr/local In-Reply-To: <000b01bf11a0$d07c2660$cc2ffea9@Sayao> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 8 Oct 1999, Thiago Sayao wrote: > the ./configure script are not finding the *.h (includes) and *.so (libs) > that is in the /usr/local directory > the libs are in the ldconfig_path and it is in the ld.so hints too. > if i move the libs to other directory like /usr/lib and the includes to > /usr/include it works fine > i'm confused! > > if you are Sheldon Hearn, thanks for answering the my other question, it > helped i lot! > i've solved that! but this litte problem is still behind me.. :) export C_INCLUDE_PATH=/usr/local/include export LD_LIBRARY_PATH=/usr/local/lib you can also use ':' seperated entries like so: export C_INCLUDE_PATH=/usr/local/include:/usr/X11R6/include enjoy -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message