Results 1 to 2 of 2

Thread: problems on running an example application

  1. #1
    Join Date
    Aug 2007
    Posts
    6
    Thanks
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default problems on running an example application

    Hi all,

    i've cross compiled the tutorial 1 and tried to run it, then the following error messages come out:

    ./t1 -qws
    ./t1: error while loading shared libraries: /lib/libQtCore.so.4: symbol nl_langinfo, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    Could anyone tell me what to do in order to run the application successfully?
    Last edited by jacek; 22nd August 2007 at 22:17. Reason: changed [code] to [quote]
    Thanks and regards,
    Raymond

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: problems on running an example application

    You're probably linking against another version of libc that is found by the dynamic linker during execution. You might have to adjust LD_LIBRARY_PATH.

Similar Threads

  1. Replies: 10
    Last Post: 11th June 2007, 09:18
  2. Problems running on a Mac
    By spud in forum Qt Programming
    Replies: 2
    Last Post: 20th May 2007, 16:33
  3. problems with deploying a Qt application
    By nongentesimus in forum Installation and Deployment
    Replies: 2
    Last Post: 7th June 2006, 13:45
  4. Running application on Mac OS X
    By munna in forum General Discussion
    Replies: 1
    Last Post: 19th April 2006, 20:10
  5. Replies: 5
    Last Post: 16th January 2006, 05:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.