From: David B. <dav...@gm...> - 2011-09-04 21:28:47
|
Hello Haris, > I have downloaded and > installed it t4k_common in a custom location within my home folder. But it > is not being recognized by the ./configure command. > > Please help me get past the obstacle. Is the linker on your system set up to handle libraries installed in non-standard locations? You probably have to run ldconfig to tell ld.so where to find the library, e.g. if you have installed t4k_common at ~/lib/t4k_common.so, you might try "ldconfig ~/lib" (not tested). Or you could add your custom library path to /etc/ld.so.conf. Or you could simply install t4k_common to the default location (/usr/local/lib) where it should be located without difficulty (you might have to run "ldconfig" once without arguments the first time you do this on your system). Look at man ldconfig. Let us know if the above doesn't fix the problem. Cheers, -- David Bruce For all your software needs, visit The Apt Store: deb http://ftp.us.debian.org/debian stable main |