From: David B. <dav...@gm...> - 2010-12-03 12:50:47
|
Hi Doruk, > So I guess, what I'm asking is, what could be the reasong Tuxmath isn't > linking to t4k_common, even though it's present in the system? > > Doruk I ran into something like this the first time I installed and built t4k_common, and it turned out I needed to run ldconfig to update the linker. This only had to be done once on each system. There is something I don't quite understand, however, about how the linker search works. In your case, your system already knows to look in /usr/lib. Anyway, when I installed t4k_common under /usr/local on Debian or Ubuntu machines, I just had to run "sudo ldconfig" (no arguments) a single time to get this issue to go away for all subsequent installations. Maybe someone with better knowledge of the linker can enlighten us. Thanks, David |