Installing SQL Ledger on Debian 4.0 (Etch)

Installing

If you want specific version of PostgreSQL or Apache installed, install them first otherwise the wrong package may be installed as a dependency of SqlLedger.

These instructions assume a fresh install of sql-ledger.

If you want to print to postscript or PDFs, you also need to install the following packages:

   # aptitude install texlive-latex-extra tetex-extra

There is a bug in the tetex-bin package where the post configuration fails due to a warning that files are [now] over 5 years old! Fixes can be downloaded by including the following in /etc/apt/sources.list

deb http://people.debian.org/~frank/texlive2009 etch main
deb-src http://people.debian.org/~frank/texlive2009 etch main

Finally, install sql-ledger:

   # aptitude install sql-ledger

-- Frank Dean - 09 Oct 2009

Related Topics: SqlLedger, PostgreSQL