
Thanks. Installing libssl-dev, libpcre3-dev, and libxml2-dev worked.
I have compiled and installed MonetDB server successfully.
A couple of things unresolved --
-> When I try to run "mclient", it asks me for user and password. Long
back when I had used MonetDB v5.14.* this was not the case. With some
trial and error, I could figure out default user and password
(couldn't find in documentation or manpages). I want to do some kind
of regression/repetitive queries on MonetDB server, so I was wondering
if there is any way to disable user/password checking or is there a
way to provide password also at the command line of "mclient"? (No one
else is going to connect to this monetdb so I am not very much
concerned abt security at this point!)
-> Older mclient had a "-t / --time" option to time the
queries/commands when mclient is not run in an interactive mode. The
current mclient version doesn't seem to have that. Is there any other
way to know time taken to execute queries/commands without going into
the interactive session of mclient?
Thanks.
On Tue, Aug 2, 2011 at 3:48 AM, Fabian Groffen
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.