installing libs from source

Ed Greshko Ed.Greshko at greshko.com
Wed Dec 20 14:42:06 UTC 2006


Brandon Rambo wrote:
> hey all,
> ok I may just be over looking something but I'm trying to install a lib
> required by this other program that I have downloaded... and i complie
> the lib (./configure, make, make install) and then use libtool to cp it
> to /usr/lib and when I do the ./configure on the other program it still
> says that i dont have it... am i missing something?

Not sure why you'd use libtool.  Normally when you "make install" it
installs the library files in some location, often /usr/local/lib, and all
you need do is run "ldconfig".


-- 
The difference between a Miracle and a Fact is exactly the difference
between a mermaid and a seal.
		-- Mark Twain




More information about the fedora-list mailing list