Retrospect ist meine Sicherungssoftware für mac, redhat und win, ich möchte auch eine SUN Solaris8 mitsichern. Mein Problem: der RetrospechtClient braucht glib1.2 shared library-Dateien zur Ausführung. Aber mein SUN SOLARIS 8 benutzt schon die höhere Version glib2.0, deshalb scheitert die Installation des glib1.2 Paketes.
alle glib2.0 finde ich unter /usr/lib/
eine der zwei erforderlichen glib1.2-library-Dateien gibt es unter /usr/local/lib/
Wie kann ich diesen Konflikt auflösen, möglichst ohne unsaubere Methoden, wie sie mir von Seiten des Retrospekt-Herstellers vorgeschlagen werden Installing the Solaris Client (Solaris 8 SPARC)
1. Download the glib-1.2.10 for solaris 8 SPARC package from
http://www.sunfreeware.com/ 2. Install this package using the Sun Package manager as root
ie: # pkgadd -d /path/to/package-just-downloaded
3. This will install the package into a non-standard path, usually /opt/sfw.
We are after two libraries in this directory, libgthread-1.2.so.0, and libglib-1.2.so.0. For the client to work correctly, we need to create the correct links in /usr/lib.
(As root)
# ln -sf /opt/sfw/lib/libgthread-1.2.so.0 /usr/lib/libgthread-1.2.so.0
# ln -sf /opt/sfw/lib/libglib-1.2.so.0 /usr/lib/libglib-1.2.so.0
4. Now, install the retroclient pkg.
(As root)
# pkgadd -d /path/to/retroclient.pkg
This will install the client to /usr/local/dantz/client. To start the client control panel do:
(As root)
# /usr/local/dantz/client/RetroClient.sh