trying to install on ubuntu gutsy

I'm trying to install screen-scraper on my machine, but it seems to have a couple of bugs, it doesn't seem to be statically compiled for example, so i get these errors

$ ./screen-scraper
nawk error while loading shared libraries libm.so.6 cannot open shared object file No such file or directory
dirname error while loading shared libraries libc.so.6 cannot open shared object file No such file or directory
/bin/ls error while loading shared libraries librt.so.1 cannot open shared object file No such file or directory
basename error while loading shared libraries libc.so.6 cannot open shared object file No such file or directory
dirname error while loading shared libraries libc.so.6 cannot open shared object file No such file or directory
basename error while loading shared libraries libc.so.6 cannot open shared object file No such file or directory
grep error while loading shared libraries libc.so.6 cannot open shared object file No such file or directory
/usr/local/java/bin/java error while loading shared libraries libpthread.so.0 cannot open shared object file No such file or directory

trying to install on ubuntu gutsy

Capitol,

Thank you for posting this error. This error is caused by a bug in the current 3rd party installer we use. We are close to releasing 4.0 as a public release which includes a different installer and should not produce this error. You can download the pre-release versions here.

http://dev.screen-scraper.com/download/choose_version.php

-Scott

trying to install on ubuntu gutsy

ok, found the problem:

this line will screw things up:

export LD_ASSUME_KERNEL=2.2.5