Rhonwyn
04-22-2003, 11:34 AM
I configured showeq with:
./configure --prefix=/home/$USER
This worked fine for almost everything. It compiled, installed everything into /home/$USER/bin and /home/$USER/share, but it looks like a few files are hard coded to look in /usr/local/share instead of $PREFIX/share.
world.log, showeq.xml and spawnlog.txt were the errors I found. When it tries to load spawnlog.txt when I login, it seg faults.
Error opening /usr/local/share/showeq/spawnlog.txt: No such file or directory (will keep trying)
Segmentation fault
These should all be looking in $PREFIX/share/showeq not in /usr/local/share.
Has anyone else had this problem?
./configure --prefix=/home/$USER
This worked fine for almost everything. It compiled, installed everything into /home/$USER/bin and /home/$USER/share, but it looks like a few files are hard coded to look in /usr/local/share instead of $PREFIX/share.
world.log, showeq.xml and spawnlog.txt were the errors I found. When it tries to load spawnlog.txt when I login, it seg faults.
Error opening /usr/local/share/showeq/spawnlog.txt: No such file or directory (will keep trying)
Segmentation fault
These should all be looking in $PREFIX/share/showeq not in /usr/local/share.
Has anyone else had this problem?