Skip to content
Prev 10608 / 15075 Next

Report of failure with installation of MonetDB.R

The error message looks as if you need /bin on the end of the path:
it's looking for /usr/local/monetdb/mserver5 but the file is probably
/usr/local/monetdb/bin/mserver5

Personally, I start the server from the Terminal command line, per
http://www.monetdb.com/Documentation/monetdbd

First time only
/usr/local/monetdb/bin/monetdbd create ~/my-dbfarm

Subsequent times:
Before starting R
/usr/local/monetdb/bin/monetdbd start ~/my-dbfarm

After exiting R
/usr/local/monetdb/bin/monetdbd start ~/my-dbfarm


   -thomas
On Wed, May 7, 2014 at 2:53 PM, David Winsemius <dwinsemius at comcast.net> wrote: