Bug installing to /usr/local

Report bugs, bug fixes and workarounds here.
Topic author
adiemus

Bug installing to /usr/local

Post #1by adiemus » 13.12.2003, 06:33

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

Christophe
Developer
Posts: 944
Joined: 18.07.2002
With us: 22 years 4 months
Location: Lyon (France)

Re: Bug installing to /usr/local

Post #2by Christophe » 13.12.2003, 10:20

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

galileo
Posts: 34
Joined: 14.12.2003
With us: 20 years 11 months

Post #3by galileo » 14.12.2003, 10:31

thanks. i was having this problem just now as well. i'll be glad to get all those menus back :D

FYI that did the trick

[galileo@tycho celestia]$ export KDEDIRS="/usr:/usr/local"
[galileo@tycho celestia]$ celestia

boom all the menus are back. throwing that one in my .bashrc right now.


Return to “Bugs”