Re: geeting error in installing iodbc - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: geeting error in installing iodbc
Date
Msg-id 200904130703.35684.aklaver@comcast.net
Whole thread Raw
In response to geeting error in installing iodbc  (Praveen K Sharma2 <praveen.k.sharma@in.ibm.com>)
Responses Re: geeting error in installing iodbc
List 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@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@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@comcast.net

pgsql-odbc by date:

Previous
From: Praveen K Sharma2
Date:
Subject: geeting error in installing iodbc
Next
From: Adrian Klaver
Date:
Subject: Re: geeting error in installing iodbc