On Thu, 12 Apr 2018 08:30:43 -0700, Jonathan Ryshpan wrote: > > > $ file st > > > st: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), > > > dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux > > > 2.2.5, not stripped > > > > > > $ st > > > > > > bash: ./st: No such file or directory > > > $ strace st > > > > What do you get for "ldd st"? > > $ ldd st > > not a dynamic executable You've tried that on x86_64 not i686, right? Have you installed basic runtime packages as to execute i386 programs? Such as glibc.i686? _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx