norton
11-24-2007, 09:51 PM
Just found the solution to the problem I was having running st19xl under linux. I would get no output at all from st19xl and i was immediatly dropped back to a prompt.
When running:
>strace ./st19xl
I got errors dealing with missing files, etc....
and
>ltrace ./st19xl
produced .dynsym and .dynstr errors
The problem has something to do with UPX compression.
The solution was to do the following(under Ubuntu 7.10, should be similar on other distro's):
sudo apt-get install upx-ucl-beta
Once installed then do from the directory st19xl is located:
upx -d ./st19xl
Now you should be able to execute st19xl without any problems.
I don't know how widespread this issue is but thought others might be able to benefit from this.
When running:
>strace ./st19xl
I got errors dealing with missing files, etc....
and
>ltrace ./st19xl
produced .dynsym and .dynstr errors
The problem has something to do with UPX compression.
The solution was to do the following(under Ubuntu 7.10, should be similar on other distro's):
sudo apt-get install upx-ucl-beta
Once installed then do from the directory st19xl is located:
upx -d ./st19xl
Now you should be able to execute st19xl without any problems.
I don't know how widespread this issue is but thought others might be able to benefit from this.