Comments - Upgrading MariaDB ColumnStore from 1.0.2 to 1.0.3

7 years, 7 months ago Stephane Varoqui

On some Centos 7.2, some dependencies are not track by rpm upgrade, those libraries have been bundle in previous release and now should use the system ones

boost and libnl should be install before postConfigure

It can happen that rpm -U does not remove the libstdc++ and postConfigure output following errors ./postConfigure -u ./postConfigure: /usr/local/mariadb/columnstore/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/local/mariadb/columnstore/lib/libjoblist.so.1)

To use system lib one should delete all reference to libstdc++ symlink and library in the directory /usr/local/mariadb/columnstore/lib

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.