[Qt-interest] Qwt Examples

Sean Harmer sean.harmer at maps-technology.com
Tue May 5 15:29:34 CEST 2009


On Tuesday 05 May 2009 14:13:01 Matthias Pospiech wrote:
> Sujan Dasmahapatra schrieb:
> > While I am trying to execute one of those examples I am getting this
> > error.Pls tell me whats wrong
> >
> > ////////////////////////////////////////////////////////////////////////
> > ///////////////////////
> > ./bode: error while loading shared libraries: libqwt.so.5: cannot open
> > shared object file: No such file or directory
> > ////////////////////////////////////////////////////////////////////////
> > /////////////////////////
>
> You did not create a libary as you told us...
Or you are not allowing the run-time linker to find the shared library. Try 
setting the environment variable LD_LIBRARY_PATH to the point at the directory 
where your qwt libs are installed. The linker is not psychic and does not 
instinctively know where you built your libraries.

Also, have you checked that the library does in fact actually exist?

All of your problems relating to getting these examples to work are basic 
development problems and are not specific to Qt. Please learn how to use your 
chosen operating system.

Sean




More information about the Qt-interest-old mailing list