Re: IODBC 3.52 with psqlODBC-08.02.0400

From: "Abhishek Srivastava" <abhishek_srivastava(at)persistent(dot)co(dot)in>
To: "'Hiroshi Saito'" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: IODBC 3.52 with psqlODBC-08.02.0400
Date: 2007-09-11 11:47:01
Message-ID: 003b01c7f469$7bb7b950$680ae90a@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks, I built my PGSQL with ssl, after that it worked fine.

Regards,
Abhishek

-----Original Message-----
From: Hiroshi Saito [mailto:z-saito(at)guitar(dot)ocn(dot)ne(dot)jp]
Sent: Tuesday, September 11, 2007 2:29 PM
To: Abhishek Srivastava
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] IODBC 3.52 with psqlODBC-08.02.0400

Hi.

Symbol reference problem in the case of without SSL,
please BUILD PostgreSQL including SSL.

inet% pg_config --libs
-lpgport -lssl -lcrypto -lz -lreadline -lcrypt -lm

inet% ldd `pwd`/psqlodbcw.so
/home/saito/PSQLODBC/psqlodbc/.libs/psqlodbcw.so:
libpq.so.5 => /usr/local/pgsql/lib/libpq.so.5 (0x281bb000)
libpthread.so.2 => /usr/lib/libpthread.so.2 (0x281d4000)
libiodbc.so.3 => /usr/local/lib/libiodbc.so.3 (0x281f9000)
libiodbcinst.so.3 => /usr/local/lib/libiodbcinst.so.3 (0x2823d000)
libc.so.6 => /lib/libc.so.6 (0x28077000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x2824d000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x2827b000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x2836d000)

It may have the necessity for BUILD without SSL.
However, It fails now.....

Regards,
Hiroshi Saito

----- Original Message -----
From: Abhishek Srivastava

Hi,
I have built iODBC 3.52 on Solaris and then I built psqlodbc with option
--with-iodbc. When
I try connecting to DB, I get the following error:
bash-3.00# ./iodbctestw "DSN=pg_template1;UID=x;PWD=x"
iODBC Unicode Demonstration program
This program shows an interactive SQL processor
Driver Manager: 03.52.0507.0105
1: SQLDriverConnectW = [iODBC][Driver Manager]ld.so.1: iodbctestw: fatal:
relocation error:
file /export/home/psqlodbc/lib/psqlodbcw.so: symbol SSL_read: referenced
symbol not found
(0) SQLSTATE=00000
2: SQLDriverConnectW = [iODBC][Driver Manager]Specified driver could not be
loaded (0)
SQLSTATE=IM003

Any pointers to fix the problem?

Thanks,
Abhishek

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Pvt. Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Pvt. Ltd. does not accept any liability for virus infected mails.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Chris Hoover 2007-09-11 21:02:08 Any way to see parameters
Previous Message Hiroshi Saito 2007-09-11 08:58:41 Re: IODBC 3.52 with psqlODBC-08.02.0400