PDA

View Full Version : ./configure --prefix=/home/$USER does not work



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?

casey
04-22-2003, 01:40 PM
all of the /usr/local references are in the default seqdef.xml, edit that to your liking and it'll work fine. and yes, they are hardcoded atm to /usr/local and do not take the configure prefix into account, consider it a todo.