Joemama
12-25-2001, 12:46 PM
So far 1 of 2 problems I have with the new SEQ that's only a minor one, is that every time I go to terminal to /usr/local/bin and ./showeq, I get the error:
./showeq: relocation error: ./showeq undefined symbol: _ZN2Qt9lightGrayE
In onder to get around this, every time I restart Linux or open a new terminal to start SEQ, I have to type in the lines:
export QTDIR=/usr/local/qt-2.3.2
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
Then SEQ will start as long as the terminal window I typed that in stays open.
Any thoughts?
./showeq: relocation error: ./showeq undefined symbol: _ZN2Qt9lightGrayE
In onder to get around this, every time I restart Linux or open a new terminal to start SEQ, I have to type in the lines:
export QTDIR=/usr/local/qt-2.3.2
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
Then SEQ will start as long as the terminal window I typed that in stays open.
Any thoughts?