Re: Hi! - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: Hi!
Date
Msg-id 200912151014.47139.aklaver@comcast.net
Whole thread Raw
In response to Re: Hi!  ("Daniela Mamede d'Almeida" <dmamede@mecon.gov.ar>)
List pgsql-odbc
On Tuesday 15 December 2009 9:16:41 am Daniela Mamede d'Almeida wrote:
>  Oracle support told me to install PostgreSQL driver in my Oracle server.
> What I don't understand is what's the use of running pg_config in a server
> where there's no Postgre installed. Maybe there's another postgresql driver
> that wouldn't expect pg_config to be there. I there any?
>
>  Thanks!!
>

pg_config is not the problem, it is just a program to make compiling the ODBC
driver easier. You could specify the locations for the necessary files to the
configure program manually without using pg_config. The issue is that in order
to compile the driver you need the Postgres files/libraries. That being said
did you try the rpm below:

http://yum.pgsqlrpms.org/8.2/redhat/rhel-4-x86_64/postgresql-odbc-08.03.0400-1PGDG.rhel4.x86_64.rpm

Note:This is for version Postgres 8.2 which is what you originally said you are
using.

You previous email had postgresql-devel-8.4.1-1PGDG.rhel4.x86_64.rpm which is
for Postgres 8.4 and may be part of the problem.

--
Adrian Klaver
aklaver@comcast.net

pgsql-odbc by date:

Previous
From: "Daniela Mamede d'Almeida"
Date:
Subject: Re: Hi!
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1010739 ] Crash in psqlodbc35w.dll v8.4.1 when getting data of type "TEXT" from PSQL Server v8.3.6