Re: euphoria on Ubuntu Linux
- Posted by jessedavis May 21, 2009
- 1118 views
Further information:
file gives:
exu: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped
gdb answer:
(gdb) run Starting program: /home/jd/euphoria/bin/exu /bin/bash: /home/jd/euphoria/bin/exu: No such file or directory /bin/bash: /home/jd/euphoria/bin/exu: Success
Program exited with code 01. warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. You can't do that without a process to debug.
ldd yields:
not a dynamic executable
The error message is NOT coming from the shell. It appears to be coming from the loader or the program itself. Is there something required by exu to run on linux that is assumed to be there?
Time marches onward toward the inevitable end.