psqlodbc-09.02.0100 / ssl installation error

From: Bart Klein Ikink <bart_klein_ikink(at)hotmail(dot)com>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: psqlodbc-09.02.0100 / ssl installation error
Date: 2014-01-09 10:40:44
Message-ID: DUB117-W8677F79A57612CB7F5BF10C1B00@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I have the following installation issue with psqlodbc-09.02.0100 and SSL:

./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
...

checking for pthread_create in -lpthread... yes
checking for PQconnectdb in -lpq... yes
checking for SSL_read in -lssl... no
configure: error: ssl library not found

SSL is installed:

$ which openssl
/usr/bin/openssl

$ rpm -qa openssl
openssl-1.0.1e-16.el6_5.4.x86_64

Is there a solution or a work around?

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Patrice Dardoize 2014-01-09 14:04:40 buffer overwrite in function BuildBindRequest (file convert.c line 3749)
Previous Message Bart Klein Ikink 2014-01-09 10:31:37 Re: Database link from Postgres to Oracle using ODBC