Results 1 to 5 of 5

Thread: undefined symbol: _ZN2Qt9lightGreyE

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    26

    Question Solved: undefined symbol: _ZN2Qt9lightGreyE

    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 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.
    Last edited by sequser; 12-22-2001 at 03:08 AM.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    42

    export lines are missing

    check the forums and enter uyour export lins b4 running seq .. worked for me

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    26
    Put the following in your /etc/profile and you will never have this problem again:

    export QTDIR=/usr/local/qt-2.3.2
    export PATH=$QTDIR/bin:$PATH
    export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
    export CXX=g++3
    export CC=gcc3

    Regards Repudi8or

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    1
    Can anyone help me, I have this same error. I did what repudi8or posted and it works until I reboot. Next time the computer comes back on after a shutdown, it will produce this error.

    Any ideas?

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    13

    Just to add a note here

    I got this very error when i forgot to do su before starting eq today. doh! Make sure you do su and are root at the command prompt.
    Override~!

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