Results 1 to 2 of 2

Thread: ./configure --prefix=/home/$USER does not work

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    17

    ./configure --prefix=/home/$USER does not work

    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?

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    411
    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.
    casey AT trifocus DOT net

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On