[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Error installing hobbit: librrd2-dev conflicts with librrd0
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Error installing hobbit: librrd2-dev conflicts with librrd0
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Mon, 14 Apr 2008 07:49:36 +0200
- References: <184D5D31D664A445B4142B6CD9441ED9093A2C47 (at) STAMLVEM03.e2k.ad.ge.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
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