From emartoglio at gmail.com Thu Aug 1 00:02:26 2013 From: emartoglio at gmail.com (Enzo Martoglio) Date: Wed, 31 Jul 2013 23:02:26 +0100 Subject: [Monetr-users] Problems with MonetDB.R Message-ID: Hi I've an Apple mac and I've installed monetdb with homebrew. Homebrew install monetdb in /usr/local/Cellar/monetdb, then a symlink is created in /usr/local/bin Because of this, monetdb.server.setup fails, because /usr/local/bin/monetdb connects to /usr/local/Cellar/monetdb/11.15.11/bin/monetdb but you further add bin to it, which do not exist. This is in mcl <- file.path( monetdb.program.path , "bin" ) As a matter of fact, I've modified the above line and executed server.setup, but then things get complex when the sh file is created with wrong addresses etc... A solution compatible with homebrew would be very welcome. Thanks Enzo -------------- next part -------------- An HTML attachment was scrubbed... URL: From Hannes.Muehleisen at cwi.nl Thu Aug 1 07:59:39 2013 From: Hannes.Muehleisen at cwi.nl (=?iso-8859-1?Q?Hannes_M=FChleisen?=) Date: Thu, 1 Aug 2013 01:59:39 -0400 Subject: [Monetr-users] Problems with MonetDB.R In-Reply-To: References: Message-ID: <78FB98D7-EE7A-46BF-83FB-99AD7B4CDC3B@cwi.nl> Hello Enzo, if you have a Homebrew install, you might be better off by using monetdbd create dir/monetdbd start dir/monetdb create somedb/monetdb release somedb. See http://www.monetdb.org/Documentation/Tutorial for a tutorial. Then, you can use dbConnect(MonetDB.R(),"monetdb://localhost/somedb") directly. Best, Hannes On 31.07.2013, at 18:02, Enzo Martoglio wrote: > I've an Apple mac and I've installed monetdb with homebrew. > > Homebrew install monetdb in /usr/local/Cellar/monetdb, then a symlink is created in /usr/local/bin > > Because of this, monetdb.server.setup fails, because /usr/local/bin/monetdb connects to /usr/local/Cellar/monetdb/11.15.11/bin/monetdb but you further add bin to it, which do not exist. > This is in > mcl <- file.path( monetdb.program.path , "bin" ) > > As a matter of fact, I've modified the above line and executed server.setup, but then things get complex when the sh file is created with wrong addresses etc... > > A solution compatible with homebrew would be very welcome. > > Thanks > > Enzo > _______________________________________________ > Monetr-users mailing list > Monetr-users at lists.r-forge.r-project.org > http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/monetr-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4154 bytes Desc: not available URL: