sequser
12-22-2001, 02:38 AM
After downloading a new Qt, getting it installed and built (using -thread option), I was finally able to build v4 ShowEQ. However I get the following error when I run showEQ
./showeq: error while loading shared libraries: ./showeq: undefined symbol: _ZN2Qt9lightGreyE
Ok. I just took a look at the this thread .Fix: SEQ4 and QT shared library error (http://seq.sourceforge.net/showthread.php?s=&threadid=65) and after some poking around, I found my $LD_LIBRARY_PATH was empty, im not sure why (must have been a typo in the .profile, but I dont see it)
when I do ldd showeq, I get:
libqt-mt.so.2 => /usr/lib/libqt.so.2 (0x40025000)
which was the wrong one (my new qt is in /usr/local/lib/qt), but I dont know the best way to fix the problem.
./showeq: error while loading shared libraries: ./showeq: undefined symbol: _ZN2Qt9lightGreyE
Ok. I just took a look at the this thread .Fix: SEQ4 and QT shared library error (http://seq.sourceforge.net/showthread.php?s=&threadid=65) and after some poking around, I found my $LD_LIBRARY_PATH was empty, im not sure why (must have been a typo in the .profile, but I dont see it)
when I do ldd showeq, I get:
libqt-mt.so.2 => /usr/lib/libqt.so.2 (0x40025000)
which was the wrong one (my new qt is in /usr/local/lib/qt), but I dont know the best way to fix the problem.