[MonetDB-users] OpenSSL and SHA512
Hi, I have compiled the latest August build from CVS on windows. When I run mclient, I get this: server requires 'SHA512' hash, but client support was not compiled in I saw another thread regarding this before, but couldn't resolve the issue based on it. Please let me know what I might be doing wrong. Here is my server output: # MonetDB server v5.14.0, based on kernel v1.32.0 # Serving database 'demo', using 1 thread # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see C:\MonetCVS_base_Aug09\MonetCVS32_cleanBuild\Install\etc\monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Thanks. -- View this message in context: http://www.nabble.com/OpenSSL-and-SHA512-tp25223356p25223356.html Sent from the monetdb-users mailing list archive at Nabble.com.
Alex Bo. wrote:
Hi,
I have compiled the latest August build from CVS on windows.
Is there any particular reason you can't use the released binaries?
When I run mclient, I get this:
server requires 'SHA512' hash, but client support was not compiled in
I take it you have the OpenSSL libraries since they are required? What does mserver5 --version say? Are you using a pre-existing database with a newly built client/server or are you using a newly created database? Are you sure that mserver5 and mclient were both compiled by you and were using the same compiler configuration? In particular, was clients compiled with HAVE_OPENSSL=1?
I saw another thread regarding this before, but couldn't resolve the issue based on it. Please let me know what I might be doing wrong. Here is my server output:
# MonetDB server v5.14.0, based on kernel v1.32.0 # Serving database 'demo', using 1 thread # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see C:\MonetCVS_base_Aug09\MonetCVS32_cleanBuild\Install\etc\monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Thanks.
-- Sjoerd Mullender
I'm compiling from CVS and not using the released binaries, because I am trying to run some experimental code to see if I can make MonetDB fit my needs. I have added HAVE_OPENSSL=1 like you said, and now I get past the SHA512 error message. Thanks. However, now I have the following problem: As opposed to previous version that I built from CVS, on the Aug release the file MSQLserver.bat isn't created in the install folder, even though I built the sql module successfully. When I try to run the server now, I get this: !MALException:malInclude:could not open file: sql Thanks. P.S. the server says it's running version v5.14.0 Sjoerd Mullender-2 wrote:
Alex Bo. wrote:
Hi,
I have compiled the latest August build from CVS on windows.
Is there any particular reason you can't use the released binaries?
When I run mclient, I get this:
server requires 'SHA512' hash, but client support was not compiled in
I take it you have the OpenSSL libraries since they are required? What does mserver5 --version say?
Are you using a pre-existing database with a newly built client/server or are you using a newly created database?
Are you sure that mserver5 and mclient were both compiled by you and were using the same compiler configuration? In particular, was clients compiled with HAVE_OPENSSL=1?
I saw another thread regarding this before, but couldn't resolve the issue based on it. Please let me know what I might be doing wrong. Here is my server output:
# MonetDB server v5.14.0, based on kernel v1.32.0 # Serving database 'demo', using 1 thread # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see C:\MonetCVS_base_Aug09\MonetCVS32_cleanBuild\Install\etc\monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Thanks.
-- Sjoerd Mullender
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- View this message in context: http://www.nabble.com/OpenSSL-and-SHA512-tp25223356p25336591.html Sent from the monetdb-users mailing list archive at Nabble.com.
On 2009-09-07 23:28, Alex Bo. wrote:
I'm compiling from CVS and not using the released binaries, because I am trying to run some experimental code to see if I can make MonetDB fit my needs.
I have added HAVE_OPENSSL=1 like you said, and now I get past the SHA512 error message. Thanks.
However, now I have the following problem: As opposed to previous version that I built from CVS, on the Aug release the file MSQLserver.bat isn't created in the install folder, even though I built the sql module successfully. When I try to run the server now, I get this:
!MALException:malInclude:could not open file: sql
It should have been installed when you installed the sql component. All MSQserver.bat does is call M5server.bat with the extra argument --dbinit="include sql;" . I'll take a closer look when I'm near a Windows machine.
Thanks.
P.S. the server says it's running version v5.14.0
Sjoerd Mullender-2 wrote:
Alex Bo. wrote:
Hi,
I have compiled the latest August build from CVS on windows.
Is there any particular reason you can't use the released binaries?
When I run mclient, I get this:
server requires 'SHA512' hash, but client support was not compiled in
I take it you have the OpenSSL libraries since they are required? What does mserver5 --version say?
Are you using a pre-existing database with a newly built client/server or are you using a newly created database?
Are you sure that mserver5 and mclient were both compiled by you and were using the same compiler configuration? In particular, was clients compiled with HAVE_OPENSSL=1?
I saw another thread regarding this before, but couldn't resolve the issue based on it. Please let me know what I might be doing wrong. Here is my server output:
# MonetDB server v5.14.0, based on kernel v1.32.0 # Serving database 'demo', using 1 thread # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see C:\MonetCVS_base_Aug09\MonetCVS32_cleanBuild\Install\etc\monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Thanks.
-- Sjoerd Mullender
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
I know what MSQserver.bat basically only adds --dbinit="include sql;", so I tried to run m5server.bat with that argument manually, but I get the "!MALException:malInclude:could not open file: sql" exception. I also notice that the build time for the sql module is faster than it was in previous versions. It seems to me that not everything is being built, even though I get no build errors. Thanks. Sjoerd Mullender-2 wrote:
On 2009-09-07 23:28, Alex Bo. wrote:
I'm compiling from CVS and not using the released binaries, because I am trying to run some experimental code to see if I can make MonetDB fit my needs.
I have added HAVE_OPENSSL=1 like you said, and now I get past the SHA512 error message. Thanks.
However, now I have the following problem: As opposed to previous version that I built from CVS, on the Aug release the file MSQLserver.bat isn't created in the install folder, even though I built the sql module successfully. When I try to run the server now, I get this:
!MALException:malInclude:could not open file: sql
It should have been installed when you installed the sql component.
All MSQserver.bat does is call M5server.bat with the extra argument --dbinit="include sql;" .
I'll take a closer look when I'm near a Windows machine.
Thanks.
P.S. the server says it's running version v5.14.0
Sjoerd Mullender-2 wrote:
Alex Bo. wrote:
Hi,
I have compiled the latest August build from CVS on windows.
Is there any particular reason you can't use the released binaries?
When I run mclient, I get this:
server requires 'SHA512' hash, but client support was not compiled in
I take it you have the OpenSSL libraries since they are required? What does mserver5 --version say?
Are you using a pre-existing database with a newly built client/server or are you using a newly created database?
Are you sure that mserver5 and mclient were both compiled by you and were using the same compiler configuration? In particular, was clients compiled with HAVE_OPENSSL=1?
I saw another thread regarding this before, but couldn't resolve the issue based on it. Please let me know what I might be doing wrong. Here is my server output:
# MonetDB server v5.14.0, based on kernel v1.32.0 # Serving database 'demo', using 1 thread # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see C:\MonetCVS_base_Aug09\MonetCVS32_cleanBuild\Install\etc\monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Thanks.
-- Sjoerd Mullender
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- View this message in context: http://www.nabble.com/OpenSSL-and-SHA512-tp25223356p25341039.html Sent from the monetdb-users mailing list archive at Nabble.com.
Alex Bo. wrote:
I know what MSQserver.bat basically only adds --dbinit="include sql;", so I tried to run m5server.bat with that argument manually, but I get the "!MALException:malInclude:could not open file: sql" exception. I also notice that the build time for the sql module is faster than it was in previous versions. It seems to me that not everything is being built, even though I get no build errors.
So that is an indication that building the sql component did in fact fail. Do you have the output of the build process? Can you send that to me (off list)?
Thanks.
Sjoerd Mullender-2 wrote:
On 2009-09-07 23:28, Alex Bo. wrote:
I'm compiling from CVS and not using the released binaries, because I am trying to run some experimental code to see if I can make MonetDB fit my needs.
I have added HAVE_OPENSSL=1 like you said, and now I get past the SHA512 error message. Thanks.
However, now I have the following problem: As opposed to previous version that I built from CVS, on the Aug release the file MSQLserver.bat isn't created in the install folder, even though I built the sql module successfully. When I try to run the server now, I get this:
!MALException:malInclude:could not open file: sql It should have been installed when you installed the sql component.
All MSQserver.bat does is call M5server.bat with the extra argument --dbinit="include sql;" .
I'll take a closer look when I'm near a Windows machine.
Thanks.
P.S. the server says it's running version v5.14.0
Sjoerd Mullender-2 wrote:
Alex Bo. wrote:
Hi,
I have compiled the latest August build from CVS on windows. Is there any particular reason you can't use the released binaries?
When I run mclient, I get this:
server requires 'SHA512' hash, but client support was not compiled in I take it you have the OpenSSL libraries since they are required? What does mserver5 --version say?
Are you using a pre-existing database with a newly built client/server or are you using a newly created database?
Are you sure that mserver5 and mclient were both compiled by you and were using the same compiler configuration? In particular, was clients compiled with HAVE_OPENSSL=1?
I saw another thread regarding this before, but couldn't resolve the issue based on it. Please let me know what I might be doing wrong. Here is my server output:
# MonetDB server v5.14.0, based on kernel v1.32.0 # Serving database 'demo', using 1 thread # Compiled for i686-pc-win32/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see C:\MonetCVS_base_Aug09\MonetCVS32_cleanBuild\Install\etc\monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/
Thanks.
-- Sjoerd Mullender
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Sjoerd Mullender
participants (2)
-
Alex Bo.
-
Sjoerd Mullender