DB2 9.7 on SUSE 11.1 -> Install issues

Trying to install DB2 9.7 Express C on a fresh SUSE 11.1 install.
The error:

BlueDragon:/tmp/db2/expc # ./db2setup
WARNING:
Can’t use string to find the version of libstdc++.
Check the following web site for the up-to-date system requirements
of IBM DB2 9.7
http://www.ibm.com/software/data/db2/udb/sysreqs.html
IBM developerWorks: Wikis - Enterprise Information Management - DB2 9.7 for Linux - Supported Environments
Aborting the current installation …
Run installation with the option “-f sysreq” parameter to force the installation.

I’ve done research the indicates the problem maybe with a missing libstdc++ file. I have installed the package (libstdc++33) and have libstdc++.so.5 on my system.
I have also made sure to add /usr/lib to my PATH and have tried setting LD_LIBRARY_PATH as well.

BlueDragon:/usr/lib # ls -ld libstdc++*
-rwxr-xr-x 1 root root 285316 Nov 15 2000 libstdc+±3-libc6.1-2-2.10.0.so
-rwxr-xr-x 1 root root 306020 Jan 10 2003 libstdc+±3-libc6.2-2-2.10.0.so
-rwxr-xr-x 1 root root 283784 Jan 23 2000 libstdc+±libc6.1-1.so.2
lrwxrwxrwx 1 root root 31 Aug 18 23:39 libstdc+±libc6.1-2.so.3 → libstdc+±3-libc6.1-2-2.10.0.so
lrwxrwxrwx 1 root root 31 Aug 18 23:39 libstdc+±libc6.2-2.so.3 → libstdc+±3-libc6.2-2-2.10.0.so
lrwxrwxrwx 1 root root 18 Aug 18 23:39 libstdc++.so.2.9 → libstdc++.so.2.9.0
-rwxr-xr-x 1 root root 278052 Jun 29 1999 libstdc++.so.2.9.0
lrwxrwxrwx 1 root root 18 Aug 20 09:53 libstdc++.so.5 → libstdc++.so.5.0.7
-rwxr-xr-x 1 root root 748688 Dec 3 2008 libstdc++.so.5.0.7
lrwxrwxrwx 1 root root 19 Aug 14 23:11 libstdc++.so.6 → libstdc++.so.6.0.10
-rwxr-xr-x 1 root root 971048 Dec 2 2008 libstdc++.so.6.0.10

Thoughts?

–DRL

I had originally installed openSUSE 11.1 with the LiveCD version.
I reinstalled with the full DVD version.
That fixed my problem.
DB2 installed without any issues.