I have always compiled software from source, but since I am setting up a
Linux (RH4) server, I planned to install Postgres by RPM. However, there
are multiple files on the FTP server, and I don't know which one to use.
I pulled down
postgresql-8.1.4-3PGDG.i686.rpm
and
postgresql-server-8.1.4-3PGDG.i686.rpm
but both of them require a library that presumably is in
postgresql-libs-8.1.4-3PGDG.i686.rpm
I now don't know which one of the first two to use. Is there an RPM that is
self-contained? if not, which RPM should I use?
Thanks.