From: | Bruno LEVEQUE <bruno(dot)leveque(at)net6d(dot)com> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: 7.4Beta2 installation not finding OpenSSL |
Date: | 2003-10-06 16:57:19 |
Message-ID: | bls6tj$1d1e$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Strange. I use a slack9 and ssl.h is in /usr/include/openssl.
The only option I put in order to compile postgres (7.3.4 or 7.4beta2)
is --with-openssl without any "=/usr/....".
Have you tried it ?
Bruno
Tony Reina wrote:
>No, even linking ssl.h to the /usr/local/openssl directory won't work.
>Perhaps, the error means that I don't have the correct version or
>something (??). I have OpenSSL 0.9.7a installed (RH9 version which is
>the latest from RedHat). The only other error I'm getting is a
>complaint that Bison isn't version 1.875 or later, but not sure if
>that would cause the ssl configure problem.
>
>-Tony
>
>checking openssl/ssl.h usability... no
>checking openssl/ssl.h presence... no
>checking for openssl/ssl.h... no
>configure: error: header file <openssl/ssl.h> is required for OpenSSL
>
>openssl version
>OpenSSL 0.9.7a Feb 19 2003
>
>
>Bruno LEVEQUE <bruno(dot)leveque(at)net6d(dot)com> wrote in message news:<blr253$1ht7$1(at)news(dot)hub(dot)org>...
>
>
>>If the script is only searching ssl.h, With don't you do a symbolic link ?
>>
>>ln -s /usr/include/openssl/ssl.h /usr/local/openssl/ssl.h
>>
>>Bruno
>>
>>Tony Reina wrote:
>>
>>
>>
--
Bruno LEVEQUE
System Engineer
SARL NET6D
bruno(dot)leveque(at)net6d(dot)com
http://www.net6d.com
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2003-10-06 17:13:57 | Re: [personal] Re: Filtering duplicated row with a trigger |
Previous Message | papapep | 2003-10-06 16:56:28 | Re: [personal] Re: Filtering duplicated row with a trigger |