Hi all,
I use the latest kamikaze, brcm-2.4, on my asus wl500gp and as many essential programs are not in this repo, i source http://ipkg.nslu2-linux.org/feeds/optwa … oss/stable for optware. (I also use a usb harddrive mounted on /opt).
So for instance, I installed screen from the nslu2 repo, which installs
root@Zapp:~# ipkg files screen
Package screen (4.0.3-2) is installed on root and has the following files:
/opt/share/screen/utf8encodings/bf
/opt/share/screen/utf8encodings/cd
/opt/share/screen/utf8encodings/cc
/opt/share
/opt/share/screen/utf8encodings/d6
/opt/share/screen/utf8encodings/c8
/opt/share/screen/utf8encodings/c6
/opt/share/screen/utf8encodings/c7
/opt/share/screen/utf8encodings/c4
/opt/share/screen/utf8encodings/c2
/opt/share/screen/utf8encodings/c3
/opt/share/screen/utf8encodings/a1
/opt/bin
/opt/man/man1
/opt/man
/opt/man/man1/screen.1
/opt/info/screen.info-2
/opt/info/screen.info-3
/opt/info/screen.info-1
/opt/info/screen.info-4
/opt/info/screen.info-5
/opt/share/screen/utf8encodings/18
/opt/share/screen/utf8encodings/19
/opt/share/screen/utf8encodings/04
/opt/share/screen/utf8encodings/02
/opt/share/screen/utf8encodings/03
/opt/share/screen/utf8encodings/01
/opt/share/screen
/opt/bin/screen
/opt
/opt/bin/screen-4.0.3
/opt/info/screen.info
/opt/info
/opt/share/screen/utf8encodings
Done.
But, when I try to call it, I get "command not found", even when I ecplicitely specify the correct path, also "which" gives me the right path! What is wrong?
root@Zapp:~# screen
-ash: screen: not found
root@Zapp:~# which screen
/opt/bin/screen
root@Zapp:~# /opt/bin/screen
-ash: /opt/bin/screen: not found
root@Zapp:~# ls -larth /opt/bin/screen*
-rws--x--x 1 root root 422.9k Feb 25 07:17 /opt/bin/screen-4.0.3
lrwxrwxrwx 1 root root 12 May 19 16:53 /opt/bin/screen -> screen-4.0.3
root@Zapp:~# /opt/bin/screen-4.0.3
-ash: /opt/bin/screen-4.0.3: not found
TIA!
max
(Last edited by max2k5 on 20 May 2007, 10:40)