Chamane
Group: Members
Posts: 8
Joined: Dec. 2007 |
|
Posted: Feb. 10 2008,16:00 |
|
Hi,
I tried:
dsl@box:~$ ldd qgis ldd: ./qgis: No such file or directory dsl@box:~$ sudo ldd qgis ldd: ./qgis: No such file or directory dsl@box:~$ ldd which qgis which: ldd: ./which: No such file or directory qgis: ldd: ./qgis: No such file or directory dsl@box:~$ ldd 'which qgis' ldd: ./which qgis: No such file or directory dsl@box:~$ sudo ldd 'which qgis' ldd: ./which qgis: No such file or directory dsl@box:~$ sudo ldd which qgis which: ldd: ./which: No such file or directory qgis: ldd: ./qgis: No such file or directory dsl@box:~$
But QGIS is there:
dsl@box:~$ whereis qgis qgis: /usr/bin/qgis /usr/lib/qgis /usr/share/qgis /usr/share/man/man1/qgis.1.gz
I doubt that my deb files are not written properly in bootlocal.sh, I used copy/paste. What else can I do to make it work?
Also, I copied bashrc and profile from /KNOPPIX/etc to /ramdisk/etc and added /mnt/sdb2/opt/jre1_5_0/bin to both for the PATH. What do I do from there? I tried to replace them back in /KNOPPIX/etc, but they cannot be removed as they are read-only files.
Thanks,
Chamane
|