If I compile Celestia undeer Linux and move its directory, I get this message :
Code: Select all
$ bin/celestia
kbuildsycoca running...
DCOP Cleaning up dead connections.
Cannot chdir to '/data/users/jee/Celestia_SVN_RH4_KDE/share/celestia', probably due to improper installation
DCOP aborting call from 'anonymous-7034' to 'celestia'
It seems that the binary contains absolute paths like /usr/lib or the path where I compiled it. I see it with this command for example:
Code: Select all
$strings bin/celestia | grep share
/usr/local/share/lua/5.1/lua;/data/users/jee/Celestia_SVN_RH4_KDE/share/celestia;/data/users/jee/Celestia_SVN_RH4_KDE/share/locale
What can I do to have a "portable" Celestia under linux ?
Thanks in advance,
Johan (SpaceBel)