Linux/OpenWrt: " mmio: not found"

Gast #5843443
Lesenswert?

Was kann bewirken, dass die Linux-Shell ein Programm nicht 
findet/ausführt?



1
root@OpenWrt:/# :/mnt/sda1/programme/mmio
2
/bin/ash: :/mnt/sda1/programme/mmio: not found
3

4

5
root@OpenWrt:/# ls -l /mnt/sda1/programme/mmio
6
-rwxr-xr-x    1 root     root         31510 May  9 19:10 /mnt/sda1/programme/mmio
Gast #5843481
Lesenswert?

Doppelpunkt: Mein Fehler.
1
root@OpenWrt:/# /mnt/sda1/programme/mmio
2
/bin/ash: /mnt/sda1/programme/mmio: not found

noexec: starte in bin ebenfalss nicht
1
root@OpenWrt:/bin# mmio
2
/bin/ash: mmio: not found

> Oder ELF Loader fehlt oder ist inkompatibel?

Wie kann ich das am besten prüfen?

Das Programm mmio lief auf einer älteren OpenWrt-Version die jetzt 
aktualisiert wurde.
Gast #5843512
Lesenswert?

Hier die drei Ausgaben:

I
1
root@OpenWrt:/# file /mnt/sda1/programme/mmio
2
/bin/ash: file: not found

II
1
root@OpenWrt:/# ldd /mnt/sda1/programme/mmio
2
        /lib/ld-uClibc.so.0 (0x77f21000)
3
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x77efd000)
4
        libc.so.0 => /lib/ld-uClibc.so.0 (0x77f21000)
5
Error relocating /mnt/sda1/programme/mmio: __uClibc_main: symbol not found
6
Error relocating /mnt/sda1/programme/mmio: __ctype_b: symbol not found

III
1
root@OpenWrt:/# mount | grep /mnt/sda1
2
/dev/sda1 on /mnt/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
Beitrag #5847592 wurde von einem Moderator gelöscht.

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren