MonetDB-11.21.13 (Jul2015-SP2) can't start in CentOS 6.3
I downloaded the source codes at https://www.monetdb.org/downloads/sources/Jul2015-SP2/MonetDB-11.21.13.zip ./configure --prefix=/usr/local/MonetDBmakemake install No error is reported. But can't start:monetdbd create ./ycmonetdbd: 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?
Hi,
libstream.so.7 is specific to MonetDB and related to the stream package.
I would recommend using the EPEL in packages in the for CentOS in downloads
section.
Regards,
Brian Hood
On Jan 18, 2016 7:36 AM,
I downloaded the source codes at https://www.monetdb.org/downloads/sources/Jul2015-SP2/MonetDB-11.21.13.zip
./configure --prefix=/usr/local/MonetDB make 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?
_______________________________________________ users-list mailing list users-list@monetdb.org https://www.monetdb.org/mailman/listinfo/users-list
participants (2)
-
Brian Hood
-
chenkaijiang@bigknow.com.cn