X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2FINSTALL.postgresql;h=061d471f114acd9c193e9e1c985e6ef9c0645a15;hb=4d55a2881c862bff5ad73c5272273904ab0d11f3;hp=0a53b95ce3b2d82b3d81f832b0d0ba90f1d69125;hpb=f8c6ba4c8f41aa89e5846d532edaeec932756f3e;p=mir.git diff --git a/doc/INSTALL.postgresql b/doc/INSTALL.postgresql index 0a53b95c..061d471f 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 @@ -81,3 +85,8 @@ change to the start-scripts folder in the contrib-part. /usr/local/pgsql/bin/psql test +Fine! - now you can continue with the postgresql-section in INSTALL.mir +Good luck. + + +