Re: odbc for unix

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Lizeth Solís <lizethsolis(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc for unix
Date: 2014-07-17 04:18:33
Message-ID: 53C74E99.6010906@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 07/15/2014 08:58 AM, Lizeth Solís wrote:
> Good morning. Please If you could answer this question. I would be so
> gratefull.
>
> I want to use heterogeneous service from Oracle to integrate Oracle –
> Postgres.
>
> And to use this, I need and ODBC driver installed in my unix server (AIX
> 7.1).
>
> I downloaded this one psqlodbc-09.03.0300.tar.gz from your web page,
> from the route SRC.
>
> And i’m applying this document:
>
> *Compiling psqlODBC on Unix*
>
> Following psqlODBC's move away from the main PostgreSQL source tree,
> Peter Eisentraut was kind enough provide a build environment for us
> which is now included in psqlODBC tarballs.
>
> *Installation*
>
> To install, just try something like:
>
> % tar -zxvf psqlodbc-xx.xx.xxxx.tar.gz
>
> % cd psqlodbc-xx.xx.xxxx
>
> % ./configure
>
> % make
>
> % make install
>
> But I get this error post apply ./configure
>
> ZEUS:/opt/odbc/psqlodbc-09.03.0300>#./configure
>
> checking for a BSD-compatible install... config/install-sh -c
>
> checking whether build environment is sane... yes
>
> checking for a thread-safe mkdir -p... config/install-sh -c -d
>
> checking for gawk... no
>
> checking for mawk... no
>
> checking for nawk... nawk
>
> checking whether make sets $(MAKE)... yes
>
> checking whether to enable maintainer-specific portions of Makefiles... no
>
> checking for gcc... no

The above is the problem.

> checking for cc... no
>
> checking for cl.exe... no
>
> configure: error: in `/opt/odbc/psqlodbc-09.03.0300':
>
> configure: error: no acceptable C compiler found in $PATH

Reiterated above.

>
> See `config.log' for more details

Might want to look in above for more information.

>
> My server is UNIX – AIX 7.1 and Im executing this one like ROOT.
>
> Please could you help me with this? Thanks a lot!!!

If you are going to compile from source you will need to have
development tools installed, Not sure how you do that on AIX, but for
now at least install gcc or its equivalent.

>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Craig Ringer 2014-07-21 04:36:37 Re: odbc for unix
Previous Message Lizeth Solís 2014-07-15 15:58:25 odbc for unix