0

I'm trying to compile the development library for libzdb, because dbmail requires this dev package to compile.

While I've downloaded and compiled the package from libzdb, this is just the regular binary, whereas what I need is the devel package.

How can I build/get/download libzdb-devel?

Thufir
  • 4,551

1 Answers1

1

To get a libzdb-dev which works on Ubuntu, please add this repository by adding this line to the end of your /etc/apt/sources.list file:

deb http://debian.nfgd.net/debian unstable main

This only has zdb packages, so it shouldn't mess up anything else.

Then, run sudo apt-get update && sudo apt-get install libzdb-dev.

(Source)

ish
  • 139,926
  • could I just install dbmail from that repo? that's the end goal. – Thufir Aug 14 '12 at 13:15
  • I don't know---I'm browsing from my phone right now so dont have access to the usual tools. I will look into this In a couple of hours and update. – ish Aug 14 '12 at 13:16
  • no problem. http://askubuntu.com/questions/175724/how-safe-is-deb-http-debian-nfgd-net-debian-unstable-main – Thufir Aug 14 '12 at 13:25