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
Currently failing on 24.04 with a long error message, abbreviated:
TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** fatal: [default]: FAILED! => {"cache_update_time": 1719927879, "cache_updated": false, "changed": false, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'mysql-server=8.0.37-0ubuntu0.24.04.1'' failed: No apport report written because the error message indicates its a followup error from a previous failure.\nE: Sub-process /usr/bin/dpkg returned an error code (1)\n", "rc": 100, "stderr": "No apport report written because the error message indicates its a followup error from a previous failure.\nE: Sub-process /usr/bin/dpkg returned an error
... "update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode", "Setting up mysql-server-8.0 (8.0.37-0ubuntu0.24.04.1) ...", "invoke-rc.d: policy-rc.d denied execution of stop.", "update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode", "Renaming removed key_buffer and myisam-recover options (if present)", "ERROR: Unable to start MySQL server:", "mysqld: error while loading shared libraries: libprotobuf-lite.so.32: cannot open shared object file: No such file or directory", "Please take a look at https://wiki.debian.org/Teams/MySQL/FAQ for tips on fixing common upgrade issues.", "Once the problem is resolved, run apt-get --fix-broken install to retry.", "dpkg: error processing package mysql-server-8.0 (--configure):", " installed mysql-server-8.0 package post-installation script subprocess returned error exit status 127", "Setting up libcgi-fast-perl (1:2.17-1) ...", "dpkg: dependency problems prevent configuration of mysql-server:", " mysql-server depends on mysql-server-8.0; however:", " Package mysql-server-8.0 is not configured yet.", "", "dpkg: error processing package mysql-server (--configure):", " dependency problems - leaving unconfigured", "Processing triggers for man-db (2.12.0-4build2) ...", "Processing triggers for libc-bin (2.39-0ubuntu8.2) ...", "Errors were encountered while processing:", " mysql-server-8.0", " mysql-server", "needrestart is being skipped since dpkg has failed"]}
I think the key is this part: "ERROR: Unable to start MySQL server:", "mysqld: error while loading shared libraries: libprotobuf-lite.so.32: cannot open shared object file: No such file or directory",
The text was updated successfully, but these errors were encountered:
New LTS is here!
Currently failing on 24.04 with a long error message, abbreviated:
TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** fatal: [default]: FAILED! => {"cache_update_time": 1719927879, "cache_updated": false, "changed": false, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'mysql-server=8.0.37-0ubuntu0.24.04.1'' failed: No apport report written because the error message indicates its a followup error from a previous failure.\nE: Sub-process /usr/bin/dpkg returned an error code (1)\n", "rc": 100, "stderr": "No apport report written because the error message indicates its a followup error from a previous failure.\nE: Sub-process /usr/bin/dpkg returned an error
...
"update-alternatives: using /var/lib/mecab/dic/ipadic-utf8 to provide /var/lib/mecab/dic/debian (mecab-dictionary) in auto mode", "Setting up mysql-server-8.0 (8.0.37-0ubuntu0.24.04.1) ...", "invoke-rc.d: policy-rc.d denied execution of stop.", "update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode", "Renaming removed key_buffer and myisam-recover options (if present)", "ERROR: Unable to start MySQL server:", "mysqld: error while loading shared libraries: libprotobuf-lite.so.32: cannot open shared object file: No such file or directory", "Please take a look at https://wiki.debian.org/Teams/MySQL/FAQ for tips on fixing common upgrade issues.", "Once the problem is resolved, run apt-get --fix-broken install to retry.", "dpkg: error processing package mysql-server-8.0 (--configure):", " installed mysql-server-8.0 package post-installation script subprocess returned error exit status 127", "Setting up libcgi-fast-perl (1:2.17-1) ...", "dpkg: dependency problems prevent configuration of mysql-server:", " mysql-server depends on mysql-server-8.0; however:", " Package mysql-server-8.0 is not configured yet.", "", "dpkg: error processing package mysql-server (--configure):", " dependency problems - leaving unconfigured", "Processing triggers for man-db (2.12.0-4build2) ...", "Processing triggers for libc-bin (2.39-0ubuntu8.2) ...", "Errors were encountered while processing:", " mysql-server-8.0", " mysql-server", "needrestart is being skipped since dpkg has failed"]}
I think the key is this part:
"ERROR: Unable to start MySQL server:", "mysqld: error while loading shared libraries: libprotobuf-lite.so.32: cannot open shared object file: No such file or directory",
The text was updated successfully, but these errors were encountered: