[MDEV-31984] cannot INSTALL SONAME 'provider_lz4'; Created: 2023-08-22  Updated: 2023-09-04  Resolved: 2023-09-04

Status: Closed
Project: MariaDB Server
Component/s: Documentation, Plugins
Affects Version/s: 11.0.3
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: fuying Assignee: Ian Gilfillan
Resolution: Fixed Votes: 0
Labels: None


 Description   

I want to set page compression algorithms. As the documentation says, "From MariaDB 10.7, algorithms can be installed as a plugin."
But according to the document, when I input the following sql statement, the error is reported as "ERROR 1126 (HY000): Can't open shared library '/usr/lib/mysql/plugin/provider_lz4.so' (errno: 2, cannot open shared object file: No such file or directory)"

environment: mariadb:11.0 docker

INSTALL SONAME 'provider_lz4';

https://mariadb.com/kb/en/compression-plugins/



 Comments   
Comment by Elena Stepanova [ 2023-08-22 ]

Compression plugins are are installed as separate .deb or .rpm packages, MariaDB-provider-lz4 etc.

greenman,

Somehow this part is missing from the KB page mentioned in the description.

Comment by fuying [ 2023-08-23 ]

Thank you for your help!

apt-get install mariadb-plugin-provider-lz4 

successfully solve the error.

Generated at Thu Feb 08 10:27:56 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.