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 |