I downloaded the source codes at https://www.monetdb.org/downloads/sources/Jul2015-SP2/MonetDB-11.21.13.zip
./configure --prefix=/usr/local/MonetDBmake
make install
No error is reported. But can't start:
monetdbd create ./yc
monetdbd: error while loading shared libraries: libstream.so.7: cannot open shared object file: No such file or directory
It looks like the libstream.so is lib on debian linux.
How can I fix it on CentOS 6.3?