Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prerequisites missing in documentation #1951

Open
flberger opened this issue Sep 3, 2017 · 2 comments
Open

Prerequisites missing in documentation #1951

flberger opened this issue Sep 3, 2017 · 2 comments

Comments

@flberger
Copy link

flberger commented Sep 3, 2017

Unter "Setting Up Seafile Server", https://manual.seafile.com/deploy/using_sqlite.html lists

python 2.7
python-setuptools
python-imaging
python-ldap
python-urllib3
sqlite3

as the required dependencies.

Trying to run a current Seafile server with this setup yields

ccnet-init: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory

After installing libselinux, Seafile starts, but yields "Internal Server Error".

After installing requests and pyyaml, the Seafile works.

Please add

  • libselinux
  • requests
  • pyyaml

as required dependencies in the Seafile server documentation

@killing
Copy link
Member

killing commented Sep 4, 2017

What OS do you use?

@flberger
Copy link
Author

flberger commented Sep 4, 2017

Gentoo Linux, a source-based meta distribution.

It does not ship with libselinux or requests by design - everything has to be specified. That's why a complete list of dependencies is crucial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants