Обсуждение: l need help

Поиск
Список
Период
Сортировка

l need help

От
frank asabere
Дата:
could somebody help to install drivers for postgresql on redhat 9


frank adu asabere
frankies222000@yahoo.com
p.o.box 233
accra


Yahoo! Answers - Get better answers from someone who knows. Try it now.

Re: l need help

От
"Phillip Smith"
Дата:
> could somebody help to install drivers for postgresql on redhat 9
See http://www.postgresql.org/docs/8.2/static/installation.html

And specifically, from http://www.postgresql.org/docs/8.2/static/install-
procedure.html

Client-only installation: If you want to install only the client
applications and interface libraries, then you can use these commands:
    gmake -C src/bin install
    gmake -C src/include install
    gmake -C src/interfaces install
    gmake -C doc install


THINK BEFORE YOU PRINT - Save paper if you don't really need to print this

*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee.  If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments
e-mail.

Re: l need help

От
"Scott Marlowe"
Дата:
On 10/24/07, frank asabere <frankies222000@yahoo.co.uk> wrote:
> could somebody help to install drivers for postgresql on redhat 9

Assuming you're using the RPMs that came with RH 9, you'll want to
find the postgresql rpms and install the base package.

Re: l need help

От
Tom Lane
Дата:
"Scott Marlowe" <scott.marlowe@gmail.com> writes:
> On 10/24/07, frank asabere <frankies222000@yahoo.co.uk> wrote:
>> could somebody help to install drivers for postgresql on redhat 9

> Assuming you're using the RPMs that came with RH 9, you'll want to
> find the postgresql rpms and install the base package.

[ checks CVS.. ]  Um, the Postgres RPMs that came with RHL9 were PG
7.3.4 :-(

The rest of that release is not any newer.  My question is why would you
want to run such an ancient Linux release?  Get onto something recent,
both as to the system and the database ... the download time will be
well repaid by time you don't spend pulling your hair out.

            regards, tom lane