Hi,

I started with a clone of MonetDB's mercurial repository.

I'm using Ubuntu with Linux kernel 3.0.x

I followed the instruction in HowToStart.rst

bootstrap, config and make moved forward well.

There were no complaints in "sudo make install" . . .

However, here's what I get:

> ~/work/chi-MonetDBConfig$ which mserver5
/usr/local/bin/mserver5
> ~/work/chi-MonetDBConfig$ sudo mserver5
mserver5: error while loading shared libraries: libmonetdb5.so.13: cannot open shared object file: No such file or directory
> ls -al /usr/local/lib/libmonetdb5.so
lrwxrwxrwx 1 root root 21 2012-10-11 11:46 /usr/local/lib/libmonetdb5.so -> libmonetdb5.so.13.0.0
> ls -al /usr/local/lib/libmonetdb5.so.13.0.0
lrwxrwxrwx 1 root root 21 2012-10-11 11:46 /usr/local/lib/libmonetdb5.so -> libmonetdb5.so.13.0.0

Do I need to add the shared library path explicitly to my LD_LIBRARY_PATH by hand?
It seems that it should be added as part of the installation. No?

Regards,
Masood