Re: psqlodbc-09.02.0100 / ssl installation error

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Bart Klein Ikink <bart_klein_ikink(at)hotmail(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: psqlodbc-09.02.0100 / ssl installation error
Date: 2014-01-09 15:38:43
Message-ID: 52CEC283.4000704@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 01/09/2014 02:40 AM, Bart Klein Ikink wrote:
> 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?

General rule, any time you are doing a configure and run into a library
not found or similar message you need to install the -devel package. In
this case probably libopenssl-devel. In package systems there is
generally a division between end user packages such as openssl and
development packages like libopenssl-devel. devel or development
packages are needed when you are compiling your own software. Part of
the ./configure process is to determine whether the development files
are present and throw an error if they are not.

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2014-01-09 16:03:03 Re: Database link from Postgres to Oracle using ODBC
Previous Message Patrice Dardoize 2014-01-09 14:04:40 buffer overwrite in function BuildBindRequest (file convert.c line 3749)