I tried to install lz4 libraries in CentOS, but failing with the following error.
[Bash]# yum install liblz4 liblz4-devel
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: centos.excellmedia.net
* extras: centos.excellmedia.net
* updates: centos.excellmedia.net
No package liblz4 available.
No package liblz4-devel available.
Error: Nothing to do
[Bash]#
What is the right way to setup the liblz4.so?
Also, I am not able to find the lz4 rpm packages for CentOS, but available for other rpm based Operating Systems. Is lz4 supported for CentOS?