Results 1 to 2 of 2

Thread: QWT - libqwt.so.5: cannot open shared object file: No such file or directory

  1. #1
    Join Date
    Mar 2010
    Posts
    56
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60

    Default QWT - libqwt.so.5: cannot open shared object file: No such file or directory

    i download qwt, qmake, make, make install, all oki.
    Open a example in qt, run and:
    Starting /home/ze/Documentos/Qt/qwt-5.2.1/examples/bin/data_plot...
    /home/ze/Documentos/Qt/qwt-5.2.1/examples/bin/data_plot: error while loading shared libraries: libqwt.so.5: cannot open shared object file: No such file or directory
    /home/ze/Documentos/Qt/qwt-5.2.1/examples/bin/data_plot exited with code 127

    I about reading somethings but the path, but i want something that i can change between pcs without need to change the path always, can you help me?! I copy the libraries to the data_plot folder but its the same! :S

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QWT - libqwt.so.5: cannot open shared object file: No such file or directory

    The libraries need to be in a location that the system they are installed on looks in. On Linux this is governed by the contents of /etc/ld.so.conf (or equivalent on other UNIX flavours) and the content of the LD_LIBRARY_PATH environment variable.

Similar Threads

  1. Replies: 1
    Last Post: 23rd May 2011, 04:53
  2. Replies: 5
    Last Post: 15th June 2010, 07:42
  3. libQtWebKit.so.4: cannot open shared object file
    By Qt Coder in forum Qt Programming
    Replies: 1
    Last Post: 2nd June 2010, 13:27
  4. Replies: 4
    Last Post: 9th May 2010, 16:18
  5. Replies: 2
    Last Post: 9th March 2010, 05:21

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.