FlorianLR’s Blog

Comments about life

Archive for the ‘Linux’ Category

Icinga missing libltdl.so.3()(64bit) and libdbi.so.0()(64bit)

Posted by langbogen on November 25, 2011

Today I got this error when installing icinga:

rpm -ivh icinga-1.5.1-1.el5.rf.x86_64.rpm
warning: icinga-1.5.1-1.el5.rf.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
        libltdl.so.3()(64bit) is needed by icinga-1.5.1-1.el5.rf.x86_64

It’s not obvisious, but I had to install libtool-ltdl:

yum install libtool-ltdl.x86_64

I found it using pkgs.org.

The same applies to libdbi.so.0()(64bit) – I installed it using yum install libdbi

Posted in Linux | 1 Comment »

Huawei E220 with Ubuntu

Posted by langbogen on May 1, 2010

To run the Modem in Ubuntu install umtsmon and afterwards execute the following commands using the shell:

sudo rmmod usb-storage
sudo modprobe usbserial vendor=0x12d1 product=0×1003
sudo /usr/local/bin/umtsmon

This is necessary because unforunatelly the modem will not switch to it’s modem mode until the correct windows drivers are installed.

Posted in Linux | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.