Skip to content

LogonUbuntu

StephanOepen edited this page Oct 9, 2011 · 11 revisions

Background

Linux distributions differ, particularly so in the selection of tools and libraries pre-installed in standard configurations. This page provides Ubuntu-specific information related to installing and operating the LOGON infrastructure (for general installation guidelines, please see the LogonInstallation page). The information on this page is user-provided documentation. As you extend or revise the page, please take care to spell out (a) the specific problem to be addressed, including observable symptoms; (b) the exact platform (32- or 64-bit) and version of the distribution affected; and (c) the exact procedure to be applied for fixing the problem.

32-Bit Compatibility Libraries

As recommended in LogonInstallation, you'll want these on 64-bit systems. To install these, run:

    sudo apt-get install ia32-libs

However even after doing this, LOGON components such as itsdb may complain about missing libraries. Installing the following packages solved the problem at least on one jaunty system (please add more if you find problems from running other components):

sudo apt-get install libxpm4
sudo apt-get install libxt6
sudo apt-get install libxmu6
sudo apt-get install libxft2
sudo apt-get install libjpeg62
sudo apt-get install libpng12-0
Clone this wiki locally