From: Hauke Date: Sat, 14 May 2011 18:26:00 +0000 (-0400) Subject: extend the prerequests for build, I found this out when I tried to build this. X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=752f83cb47cac45083b171a7fa9112acca40e307 extend the prerequests for build, I found this out when I tried to build this. --- diff --git a/building.mdwn b/building.mdwn index 708f4f1..9162792 100644 --- a/building.mdwn +++ b/building.mdwn @@ -18,12 +18,17 @@ On a Debian or Ubuntu system you can get a lot of these dependencies with: aptitude install libxml-security-c-dev libxerces-c-dev \ - libcurl4-openssl-dev liblog4cpp5-dev autotools-dev doxygen libtool + libcurl4-openssl-dev liblog4cpp5-dev autotools-dev doxygen libtool \ + libconfuse-dev libfreeradius-dev + + aptitude install -t experimental libkrb5-dev libevent-dev A sufficiently new version of libevent is in the libevent-dev package in Debian experimental. The libkrb5-dev in Debian experimental is also sufficiently new. [Sam Hartman](http://www.launchpad.net/~hartmans) maintains sufficiently new krb5 for Ubuntu. +Ensure that libgss-dev is not installed as the headers are conflicting +with the headers from libkrb5-dev. Follow the [Repository](http://www.project-moonshot.org/developers/repository)