Compiled BinaryBuilder on Ubuntu, does not run on Debian

I,ve made a lot of progress, installed Ubuntu in Parallels, installed some required libraries, compiled Juce, and compiled BinaryBuilder. And it actually runs! Hurray!

So I can compile a command line app on Ubuntu but when I move it to our webserver running Debian it errors:

./BinaryBuilder: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.4’ not found (required by ./BinaryBuilder)

Looks like Debian uses libc-2.3.6.so and Ubunto uses libc-2.5.so. Any sollutions? Is it possible to install an older version of libc on Ubuntu?

Nevermind … I managed to compile juce and binarybuilder on the webserver so IT’S WORKING! :smiley:

ok off to bed now …