[MCOL-1045] postConfigure on debian 9.2 fails with libreadline.so.5 link error Created: 2017-11-21  Updated: 2018-01-19  Resolved: 2018-01-19

Status: Closed
Project: MariaDB ColumnStore
Component/s: installation
Affects Version/s: 1.1.2
Fix Version/s: 1.1.3

Type: Bug Priority: Major
Reporter: David Thompson (Inactive) Assignee: Daniel Lee (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Sprint: 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



 Comments   
Comment by David Thompson (Inactive) [ 2017-11-21 ]

It appears debian 9.2 does not install libreadline 5 by default. This can be installed by using:

apt-get install libreadline5

so we may just need to update doc.

Comment by David Hill (Inactive) [ 2017-11-22 ]

docs and read mes have been updated, added libreadline5 dependency..

how to test, on debian 9, install the debian packages. will fail if libreadline5 is not installed

Comment by Daniel Lee (Inactive) [ 2018-01-19 ]

Verified requirement in Github's readme file and kb doc "Preparing for ColumnStore Installation - 1.1.x"

Generated at Thu Feb 08 02:25:46 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.