I installed a software bundle from an ancient package. Now the binaries and libraries are in place, but I nevertheless get a command not found. My suspicion is that the binary calls something different and that the i686-linux part in the path just does not fit.
bin/i686-linux/
Is there a way to find out what is used on this system and what my call to the command is actually doing?
Maybe I can fix the problem by just using some additional symbolic links.
bin/i686-linux/
? Do you mean/bin/i686-linux/
? And why is this relevant? Please give us some context to understand what you did. – terdon Mar 18 '24 at 14:49