|
||
On Debian, if you get the error:
/usr/local/mysql/bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory type the following apt-get install libaio1 libaio-dev On Redhat/Fedora/CentOS: yum install libaio |
https://bugs.mysql.com/bug.php?id=69844
$ yum install 'perl(Data::Dumper)'
$ ln -sv /lib64/libpcre.so.1 /lib64/libpcre.so.0
[26 Jul 2013 3:00] Anthony Pong
[28 Jul 2013 1:58] Miguel Solorzano
Are you tried to run it with --basedir=path_for_install_directory too ?. Thanks.
[29 Aug 2013 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[5 Feb 2014 12:31] Terje Røsten
Problem is that your system don't have the required perl module Data::Dumper installed. To install this module on Fedora, please try (as root): $ yum install 'perl(Data::Dumper)' mysql_install_db script should be improved by giving user a better error message when required perl modules are missing.
[19 Feb 2014 18:53] Paul Dubois
Noted in 5.6.17, 5.7.4 changelogs. mysql_install_db provides a more informative diagnostic message when required Perl modules are missing.
[28 Mar 2014 19:35] Laurynas Biveinis
5.6$ bzr log -r 5802 -n0 ------------------------------------------------------------ revno: 5802 committer: Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com> branch nick: mysql-5.6 timestamp: Fri 2014-02-07 10:43:59 +0100 message: - BUG 18187451 - PROBLEM WITH SCRIPTS/MYSQL_INSTALL_DB --USER=MYSQL - Removed mysql-embedded-check.c packaging/rpm-fedora/CMakeLists.txt - Removed the patch steps from mysql-5.6.16-mysql-install.patch