Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.2
-
None
-
2017-23, 2017-24, 2017-25, 2018-01, 2018-02
Description
Installed 1.1.2 on brand new VM with latest debian 9 network install which is 9.2. Running postCfg you get the error:
/usr/local/mariadb/columnstore/bin/postConfigure
/usr/local/mariadb/columnstore/bin/postConfigure: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
The specific library version is not installed. This can be worked around by manually symlinking to the correct file:
cd /usr/lib/x86_64-linux-gnu/
|
ln -s libreadline.so libreadline.so.5
|