使用 Percona 57 和 RHEL7 的 Ansible mysql_user
Ansible mysql_user with Percona 57 and RHEL7
我正在尝试在 RHEL7 上使用 ansible mysql_user 模块和 Percona 57
但在
上失败
the python mysqldb module is required
我已经安装完整的 Percona 57
我还尝试安装 yum install MySQL-python。 (1.2.3)
但是在 Python 中,当我尝试导入 MySQLdb 时,我得到
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
pip 安装 MySQL-python 因错误 (1.2.5)
而失败
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-_9GWXZ/MySQL-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-rmYnmt-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-_9GWXZ/MySQL-python
其他人遇到过这个问题吗?
最后我发现是 SELinux 阻塞了端口 ><
我正在尝试在 RHEL7 上使用 ansible mysql_user 模块和 Percona 57 但在
上失败the python mysqldb module is required
我已经安装完整的 Percona 57 我还尝试安装 yum install MySQL-python。 (1.2.3) 但是在 Python 中,当我尝试导入 MySQLdb 时,我得到
ImportError: libmysqlclient.so.18: cannot open shared object file: No such file or directory
pip 安装 MySQL-python 因错误 (1.2.5)
而失败unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-_9GWXZ/MySQL-python/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-rmYnmt-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-_9GWXZ/MySQL-python
其他人遇到过这个问题吗?
最后我发现是 SELinux 阻塞了端口 ><