Skip to content

mysql version 8.0.33 linux arm64/v8 build faild #969

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BearDare opened this issue Apr 25, 2023 · 1 comment
Closed

mysql version 8.0.33 linux arm64/v8 build faild #969

BearDare opened this issue Apr 25, 2023 · 1 comment

Comments

@BearDare
Copy link

BearDare commented Apr 25, 2023

I have a problem during the build,the build log is as follows, It seems that the mysql package cannot be downloaded through apt-install,how to solve it

E: Unable to locate package mysql-community-client
E: Unable to locate package mysql-community-server-core
The command '/bin/sh -c {                 echo mysql-community-server mysql-community-server/data-dir select '';                 
echo mysql-community-server mysql-community-server/root-pass password '';                 
echo mysql-community-server mysql-community-server/re-root-pass password '';                 
echo mysql-community-server mysql-community-server/remove-test-db select false; } | debconf-set-selections         
&& apt-get update         && apt-get install -y                 mysql-community-client="${MYSQL_VERSION}"                 mysql-community-server-core="${MYSQL_VERSION}"         
&& rm -rf /var/lib/apt/lists/*         
&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld        
&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld         
&& chmod 1777 /var/run/mysqld /var/lib/mysql' returned a non-zero code: 100
@tianon
Copy link
Member

tianon commented Apr 25, 2023

Duplicate of #953 - Oracle only supports arm64 on Oracle Linux (not Debian)

@tianon tianon closed this as completed Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants