QWSTslibMouseHandlerPrivate error

Ruben
Hi all

I get an error when running the fluid (demo app) on my mini2440 which i
cant sort out.

I compiled tslib and qt 4.6.2 following these instructions : 

http://mini2440vietnam.blogspot.com/2011/04/upgrade-qt462-in-mini2440.html

when i first tried to run the app i got this:

./fluidlauncher: error while loading shared libraries: libts-0.0.so.0:
cannot open shared object file: No such file or directory

so i fixed it using this: 

ln -s /usr/local/lib/libts-0.0.so.0 /usr/local/Qt/lib/libts-0.0.so.0.

now when i run the application, i get this:

QWSTslibMouseHandlerPrivate: ts_config() failed with error: 'No such file
or directory'                              
Please check your tslib installation! 

any advice or help is appreciated.

Thank you

Ruben

Ruben
I fixed this by removing this line from profile:

export TSLIB_PLUGINDIR=/usr/local/tslib/lib/ts

K.Tanveer
I have following error please help me

./fluidlauncher: error while loading shared libraries: libts-0.0.so.0:
cannot open shared object file: No such file or directory

davef
Which tutorial are you following?  I assume you cross-compiled tslib first
and successfully placed it on the target.

Could you tell us where you placed the tslib libraries?

sushant
Hello,
use blog...
http://qtinstall.logspot.in/

davef
I get a "server not found" error.

Try answering the other question and confirm that you did cross-compile
tslib properly.

Abhishek Ekhare
Hi Ruben,
You said that you fixed the ts_conf() failed error by :-

"I fixed this by removing this line from profile:
export TSLIB_PLUGINDIR=/usr/local/tslib/lib/ts"

I am facing the same problem. I have some questions.
Was your touch screen working before removing this line ??
If no, did it start working after you removed this line ??
Did everything else worked fine after you removed this line ??

Please reply.