Hello,
I attempted to run setup-seafile-mysql.sh on my server but it crashed after it asked me all of the questions. You can see the error message here:
---------------------------------
This is your configuration
---------------------------------
server name: myserver
server ip/domain: 192.168.2.3
ccnet port: 1234
seafile data dir: /media/external-drive/seafile-data
seafile port: 5678
httpserver port: 9101
admin email: m...@example.com
admin password: ******
database: create new
ccnet database: ccnet-db
seafile database: seafile-db
seahub database: seahub-db
database user: seafile
---------------------------------
Press ENTER to continue, or Ctrl-C to abort
---------------------------------
Generating ccnet configuration ...
/seafile/seafile-server-2.0.3/seafile/bin/ccnet-init: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
Error: Failed to generate ccnet configuration
Looks like the script is looking for some shared library or something. Where can I get this from? Why was this not listed as a dependency?
I'm running this on a 32 bit Archlinux system.
The script was able to successfully connect to mysql database and create the databases it needs.
Thanks in advance for your help!