Re: ODBC making trobles

From: Cedar Cox <cedarc(at)visionforisrael(dot)com>
To: Dmitry Seleznev <dima(at)px(dot)podolsk(dot)ru>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC making trobles
Date: 2001-04-24 10:46:30
Message-ID: Pine.LNX.4.21.0104241333090.19858-100000@nanu.visionforisrael.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Correct me if I'm wrong but I think you have to build odbc stuff with the
rest of postgresql. If so, do

./configure --with-odbc
make

from the main tree. Are you planning on using ODBC from unix or a windows
client?

-Cedar
(Lehitraot! ;)

On Fri, 20 Apr 2001, Dmitry Seleznev wrote:

> Hi, guys!
>
> I have troubles with making ODBC included in PostgreSQL 7.1. I even
> tried to change directory to /src/interfaces/odbc and say "make"
> command. But I saw just a lot of "undefined" errors like
> "/usr/src/postgresql-7.1/src/interfaces/odbc/dlg_specific.c:847:
> undefined reference to `sprintf'". What does it mean?
> RH 5.2. libc5, glibc
> --
>
> Shalom lehitraot!
> Dmitry Seleznev AKA MacDuck
> FIDO: 2:5095/6
> E-mail: macduck(at)podolsk(dot)ru
> WWW:
> http://www.linuxadm.nm.ru - ëÕÒÓÙ "LINUX ÄÌÑ ÓÉÓÔÅÍÎÏÇÏ
> ÁÄÍÉÎÉÓÔÒÁÔÏÒÁ"
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Rob Yampolsky 2001-04-24 14:39:55 RE: How to configure iodbc access to local postgres db?
Previous Message Dave Page 2001-04-24 09:50:06 RE: Re: A proposal to change psqlodbc