Re: odbc_fdw

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Florian Schwendener *EXTERN*" <fschwend(at)hsr(dot)ch>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: odbc_fdw
Date: 2011-11-30 11:01:05
Message-ID: D960CB61B694CF459DCFB4B0128514C2072DF7C3@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Florian Schwendener wrote:
[has problems building odbc_fdw]
> Oh, didn't see that! Now it says:
>
> root(at)ubuntu:/home/user/Downloads/odbc_fdw-0.1.0#
> PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1
> make: Nothing to be done for `all'.
>
> I remember trying a few options with the make command. Is it maybe
> already built?

Looks like it.

You can
PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1 clean
to delete already built files.

Then you can rebuild.

After building, use
PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1 install
to install.

Yours,
Laurenz Albe

In response to

  • Re: odbc_fdw at 2011-11-30 10:10:23 from Florian Schwendener

Responses

Browse pgsql-general by date

  From Date Subject
Next Message MURAT KOÇ 2011-11-30 11:17:50 Re: DDL & DML Logging doesn't work for calling functions
Previous Message Florian Schwendener 2011-11-30 10:10:23 Re: odbc_fdw