Comments - LZ4_LIBS Not Found (CentOS7, MariaDB 10.1.29) - Solved

6 years, 4 months ago DeJuan N. Onley

A better solution would be the following:

wget https://github.com/lz4/lz4/archive/v1.7.5.tar.gz
tar -zxvf v1.7.5.tar.gz
mv lz4-1.7.5 /path-to-mariadb-source/storage/mroonga/vendor/groonga/vendor/

Then add the following option to your cmake command line:

-DGRN_WITH_BUNDLED_LZ4=ON

 
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.