From: | Andy Shellam <andy(dot)shellam(at)mailnetwork(dot)co(dot)uk> |
---|---|
To: | Moritz Bayer <moritz(dot)bayer(at)googlemail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Installation Postgres 8.1.3 on Linux Suse 9.1 |
Date: | 2006-02-22 12:55:09 |
Message-ID: | 43FC5F2D.9060305@mailnetwork.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi moritz,
termcap seems stable at 1.3.1 (it hasn't been updated since 2002 so
chances are it wont be again.)
readline is now up to 5.1 - I've updated the 5.0 library on my server
and all seems OK.
Termcap you can get from:
ftp://prep.ai.mit.edu/pub/gnu/termcap/termcap-1.3.1.tar.gz
(cd into your /tmp folder and do wget
ftp://prep.ai.mit.edu/pub/gnu/termcap/termcap-1.3.1.tar.gz)
For readline 5.1 do:
wget ftp://ftp.cwru.edu/pub/bash/readline-5.1.tar.gz
Then if you un-tar each of the above 2 files, cd into readline-5.1 and
termcap-1.3.1 respectively and in each one do:
./configure && make && make install
Then try re-configuring pgSQL 8.1.3.
Regards
Andy
From | Date | Subject | |
---|---|---|---|
Next Message | Jayaram Bhat | 2006-02-22 13:58:46 | unsubscribe |
Previous Message | Peter Eisentraut | 2006-02-22 10:52:05 | Re: Installation Postgres 8.1.3 on Linux Suse 9.1 |