Part Number: F29H850TU
Other Parts Discussed in Thread: C2000WARE
Issue arises during a Linux install that are very unclear.
ERROR
:~/Downloads$ ./C2000Ware_5_02_00_00_setup.run
bash: ./C2000Ware_5_02_00_00_setup.run: cannot execute: required file not found
TROUBLESHOOTING
$:~/Downloads$ strace C2000Ware_5_02_00_00_setup.run
strace: Cannot find executable 'C2000Ware_5_02_00_00_setup.run'
alderbuck-developer@alderbuck-developer-VirtualBox:~/Downloads$ strace ./C2000Ware_5_02_00_00_setup.run
execve("./C2000Ware_5_02_00_00_setup.run", ["./C2000Ware_5_02_00_00_setup.run"], 0x7ffcf6855a40 /* 55 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++
$:~/Downloads$ file C2000Ware_5_02_00_00_setup.run
C2000Ware_5_02_00_00_setup.run: ELF 32-bit LSB executable, Intel i386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.2.5, stripped
----
DETAILS
The machine is a native 64-bit 8086 OS (x86_64, not aarch64). The Installer for C2000 is a 32-bit ELF binary. No 32-bit libraries exist on the machine.
The last 32-bit processor of this vintage was released in 2006. This was 20 years ago. Update the C2000 packages to be 64-bit.