On Fri, Apr 11, 2008 at 10:24:08AM -0400, Miranda, Marjorie (GE, Corporate, consultant) wrote:
Hi, I get the error when attempting to install hobbit 4.2.0, librrd0 1.0.49, RRDTool 1.2.15 on Ubuntu 7.04 :
$ sudo dpkg -i librrd0_1.0.49-1_i386.deb dpkg: regarding librrd0_1.0.49-1_i386.deb containing librrd0: librrd2-dev conflicts with librrd0 librrd0 (version 1.0.49-1) is to be installed.
It would probably be easier to build a Hobbit .deb package against the librrd2 library you have. First, install the "debhelper", "debmake" and "fakeroot" packages from Ubuntu. Then grab the Hobbit source archive, unpack it and do this:
cd hobbit-4.2.0 ./build/makedeb.sh 4.2.0-1
After a while you'll have a ./debian/pkg/hobbit_4.2.0-1_i386.deb package built for your librrd2 libraries.
Regards, Henrik