Re: Hi!

From: "Daniela Mamede d'Almeida" <dmamede(at)mecon(dot)gov(dot)ar>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Hi!
Date: 2009-12-02 14:35:18
Message-ID: 4B167B26.8050809@mecon.gov.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks for answering!
My problem is that the Oracle Db and the PostgreSQL Db are both on
different servers, and I;ve been told by Oracle support that I need to
install the PostgreSQL driver in my Oracle server. Now I don't know how
to solve the PG_CONFIG error, as there's no pg_config file in the Oracle
server!
How can I solve this?

Thanks a lot!
Daniela.

Craig Ringer escribió:
> On 2/12/2009 4:03 AM, Daniela Mamede d'Almeida wrote:
>> Hi!
>> I'm trying to connect an Oracle Db with a PostgreSQL Db, by means of
>> Oracle heterogeneous service.
>> I've installed (in my oracle server) DG4ODBC which is the oracle
>> gateway, UnixODBC which is the driver manager... and all I need now is
>> the PostgreSQL driver. I've downloaded psqlodbc... but I can't
>> "configure" it as it says that theres a missing variable ...
>> "PG_CONFIG".
>
> Possible hints:
>
> http://www.google.com.au/search?q="PG_CONFIG"+"unixodbc"
>
> Particularly:
>
> http://cpansearch.perl.org/src/RKIES/UnixODBC-0.34/dbms/README
>
> ... which suggests that you must specify PG_CONFIG as an environment
> variable when calling configure:
>
> # export PG_CONFIG=/usr/local/pgsql/bin/pg_config
> # ./configure
>
> (adjust PG_CONFIG for the location of pg_config on your system).
>
> --
> Craig Ringer

In response to

  • Re: Hi! at 2009-12-02 01:20:17 from Craig Ringer

Responses

  • Re: Hi! at 2009-12-02 15:00:39 from Jonah H. Harris
  • Re: Hi! at 2009-12-02 15:05:45 from Craig Ringer

Browse pgsql-odbc by date

  From Date Subject
Next Message Jonah H. Harris 2009-12-02 15:00:39 Re: Hi!
Previous Message rahimeh khodadadi 2009-12-02 06:40:43 Re: Fwd: psql+krb5