Details
-
Task
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
10.1.9-1, 10.1.9-2, 10.1.9-3
Description
When missing a required shared library like libaio or libjemalloc mysqld won't start up. mysqld_install_db detects the failed startup but does not provide useful feedback, it suggests to check the mysql error log which mysqld can't even create in this case.
The amount of following output also sort of hides the actual error message.
Feature request: mysql_install_db should check whether all shared library dependencies are met, using ldd output, before trying to start up mysqld for the first time. If any dependencies are found to be unmet it should just report this instead of its rather long general purpose error output.
Attachments
Issue Links
- relates to
-
MDEV-8916 binary tarball INSTALL-BINARY instructions do not mention shared library dependencies
-
- Open
-
- links to