Re: geeting error in installing iodbc

From: Adrian Klaver <aklaver(at)comcast(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Cc: Praveen K Sharma2 <praveen(dot)k(dot)sharma(at)in(dot)ibm(dot)com>
Subject: Re: geeting error in installing iodbc
Date: 2009-04-13 14:03:35
Message-ID: 200904130703.35684.aklaver@comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Monday 13 April 2009 5:52:40 am Praveen K Sharma2 wrote:
> Hi All,
> I was trying to install odbc driver for the oracle on linux , for that I
> download psqlodbc-08.03.0400
> When I was installing the the iodbc getting the error

Just to be clear you are trying to install the ODBC driver for Postgres not
Oracle right?

>
> [oralsh(at)db psqlodbc-08.03.0400]$ make
> make all-am
> make[1]: Entering directory
> `/home/oralsh/ODBC_HOME/PSQLODBC/psqlodbc-08.03.0400'
> if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
> -I. -I/usr/include -Wall -g -O2 -MT socket.lo -MD -MP -MF
> ".deps/socket.Tpo" -c -o socket.lo socket.c; \
> then mv -f ".deps/socket.Tpo" ".deps/socket.Plo"; else rm -f
> ".deps/socket.Tpo"; exit 1; fi
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -Wall -g -O2 -MT socket.lo
> -MD -MP -MF .deps/socket.Tpo -c socket.c -fPIC -DPIC -o .libs/socket.o
> In file included from /usr/include/openssl/ssl.h:179,
> from /usr/include/libpq-fe.h:33,
> from socket.c:21:
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> make[1]: *** [socket.lo] Error 1
> make[1]: Leaving directory
> `/home/oralsh/ODBC_HOME/PSQLODBC/psqlodbc-08.03.0400'
> make: *** [all] Error 2
> [oralsh(at)db psqlodbc-08.03.0400]$
>
> Any clue/ help over this is really helpfull for me.

Looks like an OpenSSL problem. Do you have the openssl-dev libraries installed?

>
> regards,
> Praveen

--
Adrian Klaver
aklaver(at)comcast(dot)net

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2009-04-13 14:19:14 Re: geeting error in installing iodbc
Previous Message Praveen K Sharma2 2009-04-13 12:52:40 geeting error in installing iodbc