[Gambas-user] libqt-mt.so.3 again
Wojtek
gambas at ...162...
Tue Jul 29 21:43:46 CEST 2003
SuSE 8.1 / KDE 3.1 / QT 3.1.1
SHELL "cat /xxx | grep yyy > tempFile" WAIT
or
SHELL "ls -l /xxx > tempFile" WAIT
is O.K.
but
SHELL "mount /media/dvd" WAIT
or
SHELL "umount /media/dvd" WAIT
log -> mount: error while loading shared libraries: libqt-mt.so.3: cannot open
shared object file: No such file or directory
export LD_LIBRARY_PATH=/usr/lib/qt3/lib gbi
didn't help
ls -l /usr/lib | grep libqt-mt.s*
lrwxrwxrwx 1 root root 28 2002-12-04 04:42 libqt-mt.so.2 ->
../lib/qt2/lib/libqt-mt.so.2
lrwxrwxrwx 1 root root 28 2003-01-29 01:57 libqt-mt.so.3 ->
../lib/qt3/lib/libqt-mt.so.3
I add link
lrwxrwxrwx 1 root root 34 2003-07-28 18:14 libqt-mt.so ->
/usr/lib/qt3/lib/libqt-mt.so.3.1.1
didn't help
ls -l /bin | grep mount
-rwsr-xr-x 1 root root 73032 2002-10-08 22:52 mount
-rwsr-xr-x 1 root root 36968 2002-10-08 22:52 umount
chmod -s /bin/mount
log -> mount: must be superuser to use mount
Why not "error while loading..." etc.?
I don't understand it.
Can anybody explain it to me?
--
Wojciech Saltarski
More information about the User
mailing list