Hello,
I can't install MariaDB 10.x in CentOS 7. There is error log from MariaDB 10.3 vs 10.4
0K .......... .......... .......... .......... .......... 46% 132K 0s
50K .......... .......... .......... .......... .......... 92% 264K 0s
100K ....... 100% 43.8M=0.6s
2019-10-09 03:21:45 (190 KB/s) - ‘MySQL-python-1.2.5.zip’ saved [110515/110515]
Archive: MySQL-python-1.2.5.zip
creating: MySQL-python-1.2.5/
creating: MySQL-python-1.2.5/doc/
inflating: MySQL-python-1.2.5/doc/conf.py
inflating: MySQL-python-1.2.5/doc/FAQ.rst
inflating: MySQL-python-1.2.5/doc/index.rst
extracting: MySQL-python-1.2.5/doc/modules.rst
inflating: MySQL-python-1.2.5/doc/MySQLdb.constants.rst
inflating: MySQL-python-1.2.5/doc/MySQLdb.rst
inflating: MySQL-python-1.2.5/doc/user_guide.rst
creating: MySQL-python-1.2.5/doc/_build/
creating: MySQL-python-1.2.5/doc/_build/_sources/
inflating: MySQL-python-1.2.5/doc/_build/_sources/distribute_setup.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/FAQ.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/index.txt
extracting: MySQL-python-1.2.5/doc/_build/_sources/modules.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/MySQLdb.constants.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/MySQLdb.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/setup.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/setup_common.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/setup_posix.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/setup_windows.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/user_guide.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/_mysql.txt
inflating: MySQL-python-1.2.5/doc/_build/_sources/_mysql_exceptions.txt
inflating: MySQL-python-1.2.5/doc/_mysql.rst
inflating: MySQL-python-1.2.5/doc/_mysql_exceptions.rst
inflating: MySQL-python-1.2.5/GPL-2.0
inflating: MySQL-python-1.2.5/HISTORY
inflating: MySQL-python-1.2.5/INSTALL
inflating: MySQL-python-1.2.5/MANIFEST.in
inflating: MySQL-python-1.2.5/metadata.cfg
creating: MySQL-python-1.2.5/MySQLdb/
inflating: MySQL-python-1.2.5/MySQLdb/connections.py
creating: MySQL-python-1.2.5/MySQLdb/constants/
inflating: MySQL-python-1.2.5/MySQLdb/constants/CLIENT.py
inflating: MySQL-python-1.2.5/MySQLdb/constants/CR.py
inflating: MySQL-python-1.2.5/MySQLdb/constants/ER.py
inflating: MySQL-python-1.2.5/MySQLdb/constants/FIELD_TYPE.py
inflating: MySQL-python-1.2.5/MySQLdb/constants/FLAG.py
inflating: MySQL-python-1.2.5/MySQLdb/constants/REFRESH.py
extracting: MySQL-python-1.2.5/MySQLdb/constants/__init__.py
inflating: MySQL-python-1.2.5/MySQLdb/converters.py
inflating: MySQL-python-1.2.5/MySQLdb/cursors.py
inflating: MySQL-python-1.2.5/MySQLdb/release.py
inflating: MySQL-python-1.2.5/MySQLdb/times.py
inflating: MySQL-python-1.2.5/MySQLdb/__init__.py
creating: MySQL-python-1.2.5/MySQL_python.egg-info/
extracting: MySQL-python-1.2.5/MySQL_python.egg-info/dependency_links.txt
inflating: MySQL-python-1.2.5/MySQL_python.egg-info/PKG-INFO
inflating: MySQL-python-1.2.5/MySQL_python.egg-info/SOURCES.txt
extracting: MySQL-python-1.2.5/MySQL_python.egg-info/top_level.txt
inflating: MySQL-python-1.2.5/PKG-INFO
inflating: MySQL-python-1.2.5/pymemcompat.h
inflating: MySQL-python-1.2.5/README.md
inflating: MySQL-python-1.2.5/setup.cfg
inflating: MySQL-python-1.2.5/setup.py
inflating: MySQL-python-1.2.5/setup_common.py
inflating: MySQL-python-1.2.5/setup_posix.py
inflating: MySQL-python-1.2.5/setup_windows.py
inflating: MySQL-python-1.2.5/site.cfg
creating: MySQL-python-1.2.5/tests/
inflating: MySQL-python-1.2.5/tests/capabilities.py
inflating: MySQL-python-1.2.5/tests/configdb.py
inflating: MySQL-python-1.2.5/tests/dbapi20.py
inflating: MySQL-python-1.2.5/tests/test_MySQLdb_capabilities.py
inflating: MySQL-python-1.2.5/tests/test_MySQLdb_dbapi20.py
inflating: MySQL-python-1.2.5/tests/test_MySQLdb_nonstandard.py
inflating: MySQL-python-1.2.5/_mysql.c
inflating: MySQL-python-1.2.5/_mysql_exceptions.py
sh: /www/server/mysql/bin/mysql_config: No such file or directory
Traceback (most recent call last):
File "setup.py", line 17, in <module>
metadata, options = get_config()
File "/www/server/panel/install/MySQL-python-1.2.5/setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "/www/server/panel/install/MySQL-python-1.2.5/setup_posix.py", line 25, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: /www/server/mysql/bin/mysql_config not found
Reload aaPanel........ [32mdone[0m
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Uninstalling PyMySQL-0.9.3:
Successfully uninstalled PyMySQL-0.9.3
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting pymysql
From cffi callback <function _verify_callback at 0x7f1ea1b6a848>:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/OpenSSL/SSL.py", line 309, in wrapper
_lib.X509_up_ref(x509)
AttributeError: 'module' object has no attribute 'X509_up_ref'
Downloading https://mirrors.aliyun.com/pypi/packages/ed/39/15045ae46f2a123019aa968dfcba0396c161c20f855f11dea6796bcaae95/PyMySQL-0.9.3-py2.py3-none-any.whl (47kB)
Installing collected packages: pymysql
Successfully installed pymysql-0.9.3