When installing celestia on a RedHat 9 box (with either kde 3.1 or kde 3.1.4), if you just run:
./configure;make;make install
you end up with a working celestia, but no bookmarks and almost no menus. If you run:
./configure --prefix=/usr;make;make install
then everything works as you'd think it would.
It also works as it should if you symlink /usr/local/share -> /usr/share
I'm not sure if this is a celestia bug or a kde bug, but it is rather annoying. You should be able to install celestia anywhere, and have it find its menus and bookmarks.
Chris
Bug installing to /usr/local
-
- Developer
- Posts: 944
- Joined: 18.07.2002
- With us: 22 years 4 months
- Location: Lyon (France)
Re: Bug installing to /usr/local
adiemus wrote:When installing celestia on a RedHat 9 box (with either kde 3.1 or kde 3.1.4), if you just run:
./configure;make;make install
you end up with a working celestia, but no bookmarks and almost no menus. If you run:
./configure --prefix=/usr;make;make install
then everything works as you'd think it would.
You have to install celestia in your KDEDIR directory or in one of your KDEDIRS directory.
You probably need to add:
Code: Select all
export KDEDIRS=/usr:/usr/local
to your .bashrc
Christophe