~/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 ->
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 ->
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: libmonetdb5.so.13.0.0 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 _______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
On 10/11/12 21:06, Masood Mortazavi wrote:
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?
You might try (as root): ldconfig -v Stefan _______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
That worked superbly.
A brief mention of it in HowToStart.rst, right after make install might be
a good idea.
Thanks,
- masood
On Thu, Oct 11, 2012 at 12:30 PM, Stefan de Konink
On 10/11/12 21:06, Masood Mortazavi wrote:
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?
You might try (as root):
ldconfig -v
Stefan _______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
_______________________________________________ developers-list mailing list developers-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/developers-list
participants (2)
-
Masood Mortazavi
-
Stefan de Konink