
On 02-08-2011 02:18:42 -0400, Medha Atre wrote:
I am trying to compile MonetDB-11.3.7 on Ubuntu 10.04 distribution (2.6.32-33 64 bit kernel). It fails with "openssl" not found error:
I am running configure script with following options:
$ ./configure --prefix=/work2/MonetDB-install-11.3.7 --enable-optimize --enable-sql --enable-monetdb5 <snip> checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for library containing uuid_generate... no checking for openssl... no configure: error: OpenSSL library not found but required for MonetDB5 $
openssl libraries are present on my system. I tried:
you probably need openssl-dev or something alike installed, see http://www.monetdb.org/Developers/SourceCompile on the paragraph right above the "Make" section.