seahub启动不了啦

换服务器,就差最后一哆嗦了,seahub启动报错,大佬帮忙指点一下
(centos 7环境,nginx+mariadb10.1)

[root@localhost seafile-server-latest]# ./seahub.sh start-fastcgi 8080

LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub (fastcgi) at 127.0.0.1:8080 …
Traceback (most recent call last):
File “/opt/haiwen/seafile-server-6.2.3/seahub/manage.py”, line 10, in
execute_from_command_line(sys.argv)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/core/management/init.py”, line 354, in execute_from_command_line
utility.execute()
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/core/management/init.py”, line 328, in execute
django.setup()
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/init.py”, line 18, in setup
apps.populate(settings.INSTALLED_APPS)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/apps/registry.py”, line 85, in populate
app_config = AppConfig.create(entry)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/apps/config.py”, line 86, in create
module = import_module(entry)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/importlib-1.0.4-py2.6.egg/importlib/init.py”, line 37, in import_module
import(name)
File “/opt/haiwen/seafile-server-6.2.3/seahub/seahub/contacts/init.py”, line 3, in
from handlers import *
File “/opt/haiwen/seafile-server-6.2.3/seahub/seahub/contacts/handlers.py”, line 4, in
from models import Contact
File “/opt/haiwen/seafile-server-6.2.3/seahub/seahub/contacts/models.py”, line 54, in
class Contact(models.Model):
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/base.py”, line 139, in new
new_class.add_to_class(’_meta’, Options(meta, **kwargs))
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/base.py”, line 324, in add_to_class
value.contribute_to_class(cls, name)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/models/options.py”, line 250, in contribute_to_class
self.db_table = truncate_name(self.db_table, connection.ops.max_name_length())
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/init.py”, line 36, in getattr
return getattr(connections[DEFAULT_DB_ALIAS], item)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/utils.py”, line 241, in getitem
backend = load_backend(db[‘ENGINE’])
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/utils.py”, line 112, in load_backend
return import_module(’%s.base’ % backend_name)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/importlib-1.0.4-py2.6.egg/importlib/init.py”, line 37, in import_module
import(name)
File “/opt/haiwen/seafile-server-6.2.3/seahub/thirdpart/Django-1.8.18-py2.7.egg/django/db/backends/mysql/base.py”, line 27, in
raise ImproperlyConfigured(“Error loading MySQLdb module: %s” % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: libmysqlclient.so.18: cannot open shared object file: No such file or directory
Error:Seahub failed to start.

目前seafile好像跟mariadb10兼容性不够好,我布置mariadb10也启动不了,退回mariadb5就正常了