错误如下,请指教呐
首先,我尝试运行如下命令: ./setup-seafile-mysql.sh
[root seafile-server-6.0.8]# ./setup-seafile-mysql.sh
Checking python on this machine …
Checking python module: setuptools …
e[33m setuptools e[m is not installed, Please install it first.
On Debian/Ubntu: apt-get install python-setuptools
On CentOS/RHEL: yum install python-distribute
e[33mError occured during setup.
Please fix possible problems and run the script again.e[m
Exit code: 1
这个提示有些乱码,但是根据其结果,尝试运行:yum install python-distribute
[root seafile-server-6.0.8]# yum install python-distribute
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
- base: mirror.csclub.uwaterloo.ca
- extras: mirror.csclub.uwaterloo.ca
- updates: mirror.csclub.uwaterloo.ca
Resolving Dependencies
→ Running transaction check
—> Package python-setuptools.noarch 0:0.9.8-4.el7 will be installed
→ Processing Dependency: python-backports-ssl_match_hostname for package: python-setuptools-0.9.8-4.el7.noarch
→ Running transaction check
—> Package python-backports-ssl_match_hostname.noarch 0:3.4.0.2-4.el7 will be installed
→ Processing Dependency: python-backports for package: python-backports-ssl_match_hostname-3.4.0.2-4.el7.noarch
→ Running transaction check
—> Package python-backports.x86_64 0:1.0-8.el7 will be installed
→ Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
SizeInstalling:
python-setuptools noarch 0.9.8-4.el7 base 396 k
Installing for dependencies:
python-backports x86_64 1.0-8.el7 base 5.8 k
python-backports-ssl_match_hostname noarch 3.4.0.2-4.el7 base 12 k
Transaction Summary
Install 1 Package (+2 Dependent packages)
Total download size: 414 k
Installed size: 2.0 M
Is this ok [y/d/N]: Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2017-03-17.01-16.TIjMtc.yumtx
Exit code: 1
运行结束后,重新尝试:
[root seafile-server-6.0.8]# ./setup-seafile-mysql.sh
Checking python on this machine …
Checking python module: setuptools …
e[33m setuptools e[m is not installed, Please install it first.
On Debian/Ubntu: apt-get install python-setuptools
On CentOS/RHEL: yum install python-distribute
e[33mError occured during setup.
Please fix possible problems and run the script again.e[m
Exit code: 1
结果提示仍然是循环
求教大神呐