Linux web app deployment issue

Hi all,

I’m trying to deploy our simple Xojo web app. Working with a good Xojo developer, I’m coding and testing on a new Mac (10.8). I need to deploy it as a daemon service on our Linux web server, but when I try to execute it on the server to test it comes back with an error:

error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

We’re running Ubuntu Linux LTS 12.04. What’s the best way for making sure this runs as a daemon and doesn’t miss a library?

Thank you.

maybe you need to install older stdcc++ libraries.

12.04 64 bit?

$ sudo apt-get update
$ sudo apt-get install ia32-libs