On Wed, Oct 25, 2006 at 06:26:02PM -0400, we recorded a bogon-computron collision of the <[EMAIL PROTECTED]> flavor, containing: > Managed to get everything installed minus GPSman support(which I don't need > right now anyhow) and for some reason now I am getting this error upon > startup: > > [EMAIL PROTECTED]:~/xastir$ xastir & > [1] 28108 > xastir: error while loading shared libraries: libgeotiff.so: cannot open > shared object file: No such file or directory > > I looked to see if the file was indeed there: > [EMAIL PROTECTED]:~/xastir$ slocate libgeotiff.so > /home/sbrown/libgeotiff-1.2.3/libgeotiff.so.1.2.3 > /home/sbrown/libgeotiff-1.2.3/libgeotiff.so > /usr/local/lib/libgeotiff.so.1.2.3 > /usr/local/lib/libgeotiff.so.1.2 > /usr/local/lib/libgeotiff.so.1 > /usr/local/lib/libgeotiff.so > [1]+ Exit 127 xastir > [EMAIL PROTECTED]:~/xastir$
You probably need to run "ldconfig" to make sure that your dynamic loader knows to look in /usr/local/lib for shared libraries. See the INSTALL document in Xastir's top-level directory and consult your system's manual for the right way to do that. It varies from system to system. -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 AHTB#1 http://kevan.org/brain.cgi?DDTNM "And, isn't sanity really just a one-trick pony anyway? I mean all you get is one trick, rational thinking, but when you're good and crazy, oooh, oooh, oooh, the sky is the limit!" --- The Tick _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
