Hi, Fabian,
I came across another failure following your suggestion,
checking for SSL_read in -lssl... no
configure: error: OpenSSL library not found
I think there is something wrong with my openssl installation. I
installed it like below,
$./config shared
$make && make install
Thanks,
Min
configure: error: OpenSSL library not found
On Mon, Mar 15, 2010 at 7:26 PM, Fabian Groffen
On 15-03-2010 19:07:57 +0800, Min Zhou wrote:
hi all,
I failed in install moentdb beacause the configure script can't find the correct openssl path. here is my instruction ./monetdb-install.sh --prefix=$HOME/monetdb --enable-sql
the failure hapened when compiling monetdb5 server with informations like below: configure: error: MonetDB 5 requires OpenSSL (you need a more recent version of OpenSSL) configuring MonetDB5-server failed Please refer to the full log at /var/tmp/MonetDB-1268650686/log If you believe this is an error in the script or the software, file a bug and attach the logfile. Terminated
here is my openssl information: $which openssl /usr/local/ssl/bin/openssl $openssl version OpenSSL 0.9.8m 25 Feb 2010
How can i fix it?
env EXTRA_ECONF="--with-openssl=/usr/local/ssl" ./monetdb-install.sh --prefix=$HOME/monetdb --enable-sql
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- My research interests are distributed systems, parallel computing and bytecode based virtual machine. My profile: http://www.linkedin.com/in/coderplay My blog: http://coderplay.javaeye.com