Results 1 to 20 of 39

Thread: Qwt-6.0.0-rc1

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2011
    Posts
    8
    Qt products
    Qt4

    Default Re: Qwt-6.0.0-rc1

    Thanks for your response.

    I tried the following:
    export LD_LIBRARY_PATH=/usr/local/qwt-6.0.0/lib/
    Edit file /etc/ld.so.conf and include "/usr/local/qwt-6.0.0/lib/"
    Run ldconfig
    Run ldconfig -n "/usr/local/qwt-6.0.0/lib"
    None of them worked.

    Any suggestions?

    Im also reading http://tldp.org/HOWTO/Program-Librar...libraries.html and I think Im doing the right thing but it still doesn't work...

    Qt Code:
    1. mribeiro@mribeiro-linux:/usr/local/lib/qwt-6.0.0/lib$ ls
    2. libqwtmathml.so libqwtmathml.so.6.0 libqwt.so libqwt.so.6.0
    3. libqwtmathml.so.6 libqwtmathml.so.6.0.0 libqwt.so.6 libqwt.so.6.0.0
    To copy to clipboard, switch view to plain text mode 

    Edit1:
    Well, I copy-pasted libqwt.so.6 to /usr/lib and now it works. However I wonder how can I configure loader to search libraries in other directories. Any help is greatly appreciated!

    Edit2: Done! For further reference: create a file "*.conf" (f.e., qwt.conf) in "/etc/ld.so.conf.d/" and add path "/usr/local/qwt-6.0.0/lib"
    Last edited by msr; 25th May 2011 at 23:24.

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.