Install dependencies required to build graphviz
apt-get source graphviz apt-get build-dep graphviz
Download 2.6.18
wget http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-2.18.tar.gz tar xfvz graphviz-2.18.tar.gz cd graphviz
Build: Note, I didn't check all these configure options but it's what Debian uses for 2.6.16
./configure --prefix=/opt/graphviz-2.18 --disable-static --with-pangocairo --with-x -without-gdk-pixbuf --with-gnomeui --without-gtk --without-ipsepcola --enable-guile --enable-lua --enable-ocaml --enable-php --enable-python --enable-ruby --enable-tcl --disable-java --disable-sharp make make install
Make libraries available
echo "/opt/graphviz-2.18/lib" > /etc/ld.so.conf.d/graphviz-2.18.conf ldconfig
Configure the Graphviz service
http://wiki.opengarden.org/index.php...light=graphviz
Use: /opt/graphviz-2.18/bin/{dot | neato | circo | twopi} for your config settings