From: David B. <dav...@gm...> - 2011-09-05 20:39:58
|
Hi Haris, > I have my t4k_common and gettext installed at ~/tuxmath/builds/ > > So I ran "sudo ldconfig ~/tuxmath/builds/t4k_common-0.1.1/lib/" My guess is that you need to tell ld.so about the path that *contains* t4k_common, e.g. "sudo ldconfig ~/tuxmath/builds", or more generally "sudo ldconfig $CUSTOM_PREFIX" if you did "./configure --prefix=$CUSTOM_PREFIX" when you built t4k_common. My knowledge of ldconfig is pretty much limited to what I had to learn to get the linking of t4k_common working on my computers. Hope that helps, -- David Bruce For all your software needs, visit The Apt Store: deb http://ftp.us.debian.org/debian stable main |