developers-list-request-d/
2012-10-12 10:00:01 UTC
This message was forwarded from developers-list-d/***@public.gmane.org The MonetDB
mailing lists have moved to monetdb.org. Please subscribe to
developers-list-d/***@public.gmane.org, and unsubscribe from this list.
See: http://mail.monetdb.org/mailman/listinfo/developers-list
Send developers-list mailing list submissions to
developers-list-d/***@public.gmane.org
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.monetdb.org/mailman/listinfo/developers-list
or, via email, send a message with subject or body 'help' to
developers-list-request-d/***@public.gmane.org
You can reach the person managing the list at
developers-list-owner-d/***@public.gmane.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of developers-list digest..."
Today's Topics:
1. Installation issue (Masood Mortazavi)
2. Re: Installation issue (Stefan de Konink)
3. Re: Installation issue (Masood Mortazavi)
4. A couple of minor fixes to HowToStart.rst (Masood Mortazavi)
----------------------------------------------------------------------
Message: 1
Date: Thu, 11 Oct 2012 12:06:10 -0700
From: Masood Mortazavi <masoodmortazavi-***@public.gmane.org>
To: developers-list-d/***@public.gmane.org
Subject: Installation issue
Message-ID:
<CAEMN6cXJYV5bGxUPhCo+CvLCrrfQ74cXrA=0gUo21Xfwk=hF1g-JsoAwUIsXosN+***@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"
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" . . .
open shared object file: No such file or directory
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.monetdb.org/pipermail/developers-list/attachments/20121011/fd1e3da8/attachment.html>
------------------------------
Message: 2
Date: Thu, 11 Oct 2012 21:30:59 +0200
From: Stefan de Konink <stefan-01bSGNrlLMOzQB+***@public.gmane.org>
To: "Communication channel for developers of the MonetDB suite."
<developers-list-d/***@public.gmane.org>
Subject: Re: Installation issue
Message-ID: <50771E73.6020909-01bSGNrlLMOzQB+***@public.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1
ldconfig -v
Stefan
------------------------------
Message: 3
Date: Thu, 11 Oct 2012 14:23:08 -0700
From: Masood Mortazavi <masoodmortazavi-***@public.gmane.org>
To: "Communication channel for developers of the MonetDB suite."
<developers-list-d/***@public.gmane.org>
Subject: Re: Installation issue
Message-ID:
<CAEMN6cVHMwcxXB9n3GWmCSKyVtjCekFuEt2RcEW51SW=OHhpXQ-JsoAwUIsXosN+***@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"
That worked superbly.
A brief mention of it in HowToStart.rst, right after make install might be
a good idea.
Thanks,
- masood
Stefan
_______________________________________________
developers-list mailing list
http://mail.monetdb.org/mailman/listinfo/developers-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.monetdb.org/pipermail/developers-list/attachments/20121011/c4800d60/attachment.html>
------------------------------
Message: 4
Date: Thu, 11 Oct 2012 15:31:30 -0700
From: Masood Mortazavi <masoodmortazavi-***@public.gmane.org>
To: "Communication channel for developers of the MonetDB suite."
<developers-list-d/***@public.gmane.org>
Subject: A couple of minor fixes to HowToStart.rst
Message-ID:
<CAEMN6cVzfOqJnCO49Vx3KTn28oFC03U6EPB1cjqmsDEome03Ug-JsoAwUIsXosN+***@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"
I have a couple of minor fixes to HowToStart.rst.
Can I use "hg push" to push these changes back to the repository?
Regards,
Masood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.monetdb.org/pipermail/developers-list/attachments/20121011/60ca5cbc/attachment.html>
------------------------------
_______________________________________________
developers-list mailing list
developers-list-d/***@public.gmane.org
http://mail.monetdb.org/mailman/listinfo/developers-list
End of developers-list Digest, Vol 2, Issue 4
*********************************************
mailing lists have moved to monetdb.org. Please subscribe to
developers-list-d/***@public.gmane.org, and unsubscribe from this list.
See: http://mail.monetdb.org/mailman/listinfo/developers-list
Send developers-list mailing list submissions to
developers-list-d/***@public.gmane.org
To subscribe or unsubscribe via the World Wide Web, visit
http://mail.monetdb.org/mailman/listinfo/developers-list
or, via email, send a message with subject or body 'help' to
developers-list-request-d/***@public.gmane.org
You can reach the person managing the list at
developers-list-owner-d/***@public.gmane.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of developers-list digest..."
Today's Topics:
1. Installation issue (Masood Mortazavi)
2. Re: Installation issue (Stefan de Konink)
3. Re: Installation issue (Masood Mortazavi)
4. A couple of minor fixes to HowToStart.rst (Masood Mortazavi)
----------------------------------------------------------------------
Message: 1
Date: Thu, 11 Oct 2012 12:06:10 -0700
From: Masood Mortazavi <masoodmortazavi-***@public.gmane.org>
To: developers-list-d/***@public.gmane.org
Subject: Installation issue
Message-ID:
<CAEMN6cXJYV5bGxUPhCo+CvLCrrfQ74cXrA=0gUo21Xfwk=hF1g-JsoAwUIsXosN+***@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"
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" . . .
~/work/chi-MonetDBConfig$ which mserver5
/usr/local/bin/mserver5~/work/chi-MonetDBConfig$ sudo mserver5
mserver5: error while loading shared libraries: libmonetdb5.so.13: cannotopen 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.monetdb.org/pipermail/developers-list/attachments/20121011/fd1e3da8/attachment.html>
------------------------------
Message: 2
Date: Thu, 11 Oct 2012 21:30:59 +0200
From: Stefan de Konink <stefan-01bSGNrlLMOzQB+***@public.gmane.org>
To: "Communication channel for developers of the MonetDB suite."
<developers-list-d/***@public.gmane.org>
Subject: Re: Installation issue
Message-ID: <50771E73.6020909-01bSGNrlLMOzQB+***@public.gmane.org>
Content-Type: text/plain; charset=ISO-8859-1
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):LD_LIBRARY_PATH by hand?
It seems that it should be added as part of the installation. No?
ldconfig -v
Stefan
------------------------------
Message: 3
Date: Thu, 11 Oct 2012 14:23:08 -0700
From: Masood Mortazavi <masoodmortazavi-***@public.gmane.org>
To: "Communication channel for developers of the MonetDB suite."
<developers-list-d/***@public.gmane.org>
Subject: Re: Installation issue
Message-ID:
<CAEMN6cVHMwcxXB9n3GWmCSKyVtjCekFuEt2RcEW51SW=OHhpXQ-JsoAwUIsXosN+***@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"
That worked superbly.
A brief mention of it in HowToStart.rst, right after make install might be
a good idea.
Thanks,
- masood
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?
ldconfig -vLD_LIBRARY_PATH by hand?
It seems that it should be added as part of the installation. No?
Stefan
_______________________________________________
developers-list mailing list
http://mail.monetdb.org/mailman/listinfo/developers-list
An HTML attachment was scrubbed...
URL: <http://mail.monetdb.org/pipermail/developers-list/attachments/20121011/c4800d60/attachment.html>
------------------------------
Message: 4
Date: Thu, 11 Oct 2012 15:31:30 -0700
From: Masood Mortazavi <masoodmortazavi-***@public.gmane.org>
To: "Communication channel for developers of the MonetDB suite."
<developers-list-d/***@public.gmane.org>
Subject: A couple of minor fixes to HowToStart.rst
Message-ID:
<CAEMN6cVzfOqJnCO49Vx3KTn28oFC03U6EPB1cjqmsDEome03Ug-JsoAwUIsXosN+***@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"
I have a couple of minor fixes to HowToStart.rst.
Can I use "hg push" to push these changes back to the repository?
Regards,
Masood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.monetdb.org/pipermail/developers-list/attachments/20121011/60ca5cbc/attachment.html>
------------------------------
_______________________________________________
developers-list mailing list
developers-list-d/***@public.gmane.org
http://mail.monetdb.org/mailman/listinfo/developers-list
End of developers-list Digest, Vol 2, Issue 4
*********************************************