Skip to content
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

Adding a note on dependencies #51

Merged
merged 1 commit into from Aug 3, 2022
Merged

Conversation

mattdark
Copy link
Contributor

During installation of percona-server-server, following the instructions here. I got the following error message:

/usr/share/mysql/mysql-helpers: line 73: 13537 Killed                  mysqld --defaults-group-suffix="$2" --user=mysql --init-file="$
1" --socket="$tmpdir/mysqld.sock" --pid-file="$tmpdir/mysqld.pid" > /dev/null 2>&1
dpkg: error processing package percona-server-server (--configure):
 installed percona-server-server package post-installation script subprocess returned error exit status 137
Processing triggers for systemd (245.4-4ubuntu3.17) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
Errors were encountered while processing:
 percona-server-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Getting the same error on both Ubuntu and Debian, configured on a Vagrant virtual environment. The solution was to install GnuPG and curl before installing Percona Distribution for MySQL, as mentioned here.

As mentioned in this page: https://docs.percona.com/percona-server/8.0/installation/apt_repo.html. GnuPG and curl must be installed as those packages are used during installation of Percona Distribution for MySQL
Copy link
Collaborator

@nastena1606 nastena1606 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! LGTM

@nastena1606 nastena1606 merged commit 0b3627e into percona:8.0 Aug 3, 2022
@LenzGr
Copy link

LenzGr commented Aug 15, 2022

Note: This PR fixes DISTMYSQL-206

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

Successfully merging this pull request may close these issues.

None yet

3 participants