From: rk Date: Thu, 27 Sep 2001 18:55:57 +0000 (+0000) Subject: updated necessary packages for postgresql X-Git-Tag: prexmlproducerconfig~411 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=c721215749990b1f227ecd5998bf058f0f3418d5;hp=0c7b9e10062c7df5c0700e768a46c2b76fe6fb4a;p=mir.git updated necessary packages for postgresql --- diff --git a/doc/INSTALL.postgresql b/doc/INSTALL.postgresql index 0a53b95c..b969c637 100755 --- a/doc/INSTALL.postgresql +++ b/doc/INSTALL.postgresql @@ -7,15 +7,19 @@ we installed postgres on machines with debian / kernel 2.2 / jdk 1.3 (blackdown) make sure you don't have postgresql installed via debian / apt-get. if you do purge the installation. -make sure you have libreadline-dev package installed, otherwise you won't be -able to use cursor/backspace in psql-shell. - the following things have to be done as superuser (if not otherwise stated): -1. get the tarball from postgresql.org +1. make sure you have: + + libreadline-dev + perl-dev + ant >= 1.3 + (blackdown) jdk1.3 -2. unzip/untar the tarball +2. get the tarball from postgresql.org + + tar xvfz postgresql-7.1.3.tar.gz 3. configure