Thread: ODBC making trobles

ODBC making trobles

From
Dmitry Seleznev
Date:
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@podolsk.ru
WWW:
           http://www.linuxadm.nm.ru - Курсы "LINUX для системного
администратора"

Re: ODBC making trobles

From
Cedar Cox
Date:
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@podolsk.ru
> WWW:
>            http://www.linuxadm.nm.ru - ëÕÒÓÙ "LINUX ÄÌÑ ÓÉÓÔÅÍÎÏÇÏ
> ÁÄÍÉÎÉÓÔÒÁÔÏÒÁ"
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>