[Kwintv] runiing qtvision as non-root

Stefan Hellwig kwintv@mail.kde.org
Fri, 15 Nov 2002 08:17:34 +0100


Hi!

On Wednesday 13 November 2002 18:14, kwintv-admin@mail.kde.org wrote:
> But why isn't it found?

Did you set your LD_LIBRARY_PATH correctly so that it includes 
/opt/K-Desktop-Environment-3.0.98/lib ? Try to find the qtvision binary (it 
should be in /opt/K-Desktop-Environment-3.0.98/bin in your case) and do:

ldd qtvision

This should print out the dependencies and whether or not a library is found 
and where it is found. Also do an "echo $LD_LIBRARY_PATH" to see how the 
LD_LIBRARY_PATH is set. I hope this helps.

Regards, Stefan.