gcc/g++ 3.0.1 if you
elect to use POD for Linux, dynamically linked version (or gcc 3.0.4 for POD
for FreeBSD, dynamically linked). Because the dynamically
linked version uses shared library, therefore your web server must have
gcc/g++ 3.0 installed. Specifically, POD needs an alias named libstdc++.so.3
in /usr/lib that points to the actual shared library libstdc++.so.3.0.1 (of
course you can delete the alias and rename the library to libstdc++.so.3, if
so wished). POD also needs libgcc_s.so.1 in /usr/lib. Both of these two
libraries are a direct result of installing gcc 3.0 into /usr/lib directory.
Please have your hosting company to upgrade their gcc package to 3.0 if they
did not already do so. They should do the upgrade at you request because
gcc is a very standard compiler, and your hosting company has the obligation
to install the newest libraries. gcc 3.0 can be downloaded from
gcc.gnu.org.
On the other hand, if you can't
have your server administrator to install gcc for you, you can still run POD
using the POD for unix, statically linked version (downloadable from
http://www.ming-yi.org/download.html),
which does not require gcc but has a bigger file size. Be aware that it
will load slower than the dynamically linked version because of its
size.