euphoria on Ubuntu Linux
- Posted by jessedavis May 21, 2009
- 1116 views
New install of euphoria downloaded from rsd for a linux platform. Platform is Ubuntu Linux using bash shell. Followed instructions for installing. exu refuses to run (from command line terminal). At first I thought it was a problem related to the exu executable file as the error message was "no such file or directory" (command issued from bash while in directory containing exu -> ./exu or ./exu file.ex). After many hours of working on this problem I am beginning to think that it has to do dynamic link libraries or the lack of them as if I run it under gdb because gdb tells me that it is unable to find the dynamic linker breakpoint. ldd tells me that it is NOT a dynamic executable; however, file tells me that it IS a dynamically linked program. I have done all the obvious things. Any thoughts greatly appreciated.