Thruk

From Segfault
Jump to navigation Jump to search

Installation

openSUSE

Where there are no official Thruk packages for openSUSE, we're trying to install the package for the latest SLES (SP2) release:

wget http://labs.consol.de/OMD/sles11sp2/daily/i386/omd-0.57.20121217-sles11sp2-30.i586.rpm
zypper install libboost_program_options1_49_0 libxcb-render-util0 apache2-prefork apache2-mod_python

Note: the zypper repository won't work because this systems architecture is "i586" while the .repo file says "i386" and cannot be used in openSUSE.

libperl.so cannot be found:

ln -s /usr/lib/perl5/5.16.0/i586-linux-thread-multi/CORE/libperl.so /usr/lib/libperl.so

libxcb-xlib.so.0 cannot be found any more, because it went away:

ln -s /usr/lib/libxcb.so.1.1.0 /usr/lib/libxcb-xlib.so.0

...

Configuration

tbd...

Links