Daniel Magin’s Weblog

My life in the Developers World

Part 2: Installing InterBase 2007 on suse and opensuse 11

On some Machines i found out the Running (also command line) registration after using the install did not work. I get the error:

./LicenseManagerLauncher.sh -i Console
/opt/interbase/bin/LicenseManagerLauncher: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

to run the LicenseMangerLauncher you must install a package from your suse cd.

1. Start Yast (the Configuration Tool from Suse)

2. Select “Install or Remove Software” (or a little other cause i use a German Version)

2.  Select in the left Pane “Software”

3. Search in Filter for “compat”

4. Insall Package

Screenshot

That’s all and the Registration Tool can be run as JavaApp with
/opt/interbase/bin/LicenseManagerLauncher.sh

or as Console Application with
LicenseManagerLauncher.sh -i Console

Screenshot

Regards Daniel Magin


July 9, 2008 Posted by dmagin | Embarcadero (CodeGear) stuff | | No Comments Yet