Did you try a sudo ldconfig?   That should make the system aware of new libraries.

Sent from my iPhone

On Mar 8, 2013, at 7:38 PM, Duncan Garmonsway <nacnudus@gmail.com> wrote:

Hello,

After installation I am getting the error:

$ monetdbd create ~/monetdb/
monetdbd: error while loading shared libraries: libstream.so.3: cannot open shared object file: No such file or directory

But the library (and the symlink to it) are right here:
$ ls -l /usr/local/lib | grep libstream
-rwxr-xr-x 1 root root       943 Mar  9 14:23 libstream.la
lrwxrwxrwx 1 root root        18 Mar  9 14:23 libstream.so -> libstream.so.3.1.5
lrwxrwxrwx 1 root root        18 Mar  9 14:23 libstream.so.3 -> libstream.so.3.1.5
-rwxr-xr-x 1 root root    107879 Mar  9 14:23 libstream.so.3.1.5

And there were no errors reported during any of
./configure
sudo make
sudo make install

My installation script was:
sudo apt-get install libxml2-dev bison ant flex unixODBC-dev
# download and unpack source
wget http://dev.monetdb.org/downloads/sources/Latest/MonetDB-11.15.3.tar.xz
tar -xvf MonetDB-11.15.3.tar.xz
# install
cd MonetDB-11.15.3
./configure
sudo make
sudo make install

Help much appreciated,

Duncan
_______________________________________________
users-list mailing list
users-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/users-list