[Xastir] what does this mean I need?

Curt Mills, WE7U hacker at tc.fluke.com
Mon Jul 14 17:35:25 EDT 2003


On 14 Jul 2003, Wes Johnston wrote:

> [wes at localhost bin]$ xastir
> xastir: error while loading shared libraries: libshp.so.1: cannot open
> shared object file: No such file or directory
>
>
> Finally got it to see image magick!  One more stumbling block.

What OS?  Linux?  Windows?

If Linux, check your /etc/ld.so.conf file.  You may need to add
"/usr/local/lib" to it, then run ldconfig as root.  That will create
a new /etc/ld.so.cache file which the loader uses during runtime to
dynamically find/link libraries to the Xastir executable.

Here's what my ld.so.conf looks like on SuSE 7.3:


> cat ld.so.conf
/lib-aout
/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/i486-linux/lib
/usr/i486-linux-libc5/lib=libc5
/usr/i486-linux-libc6/lib=libc6
/usr/i486-linuxaout/lib
/usr/i386-suse-linux/lib
/usr/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/kde2/lib
/opt/gnome/lib


The directories of most interest to me are /usr/X11R6/lib, /usr/lib,
/usr/local/lib.


-- 
Curt Mills, WE7U                    hacker_NO_SPAM_ at tc.fluke.com
Senior Methods Engineer/SysAdmin
"Lotto:    A tax on people who are bad at math!"
"Windows:  Microsoft's tax on computer illiterates!" -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"



More information about the Xastir mailing list