You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install clickhouse-mysql (RPM), an error occurs:
# yum install -y clickhouse-mysql
...
--> Finished Dependency Resolution
Error: Package: clickhouse-mysql-0.0.20180319-1.noarch (Altinity_clickhouse)
Requires: mysql-community-devel
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Hello!
When trying to install clickhouse-mysql (RPM), an error occurs:
Requires mysql-community-devel package:
clickhouse-mysql-data-reader/pack/clickhouse-mysql.spec
Line 24 in 5793418
This package is not in the official MariaDB repository:
Isn't it enough that the mysql-devel package is installed on the system?
I had to fix the requirements and build the RPM package manually to install the clickhouse-mysql-data-reader
When you try to install the mysql-devel package for the MySQL Community Server, the mysql-community-devel package will be automatically installed.
https://mariadb.com/kb/en/library/mariadb-vs-mysql-compatibility/
MariaDB 10.3.13
CentOS Linux release 7.6.1810
Thanks!
The text was updated successfully, but these errors were encountered: