hi,
i install Ubuntu 24.04 and will user Seafile Pro whif 3 free User
Install ist done, but when i wil start seafile, have tis error
./seafile.sh start
** Message: 10:48:36.207: seafile-controller.c(1023): loading seafdav config from /data/seafile-server/conf/seafdav.conf
seaf-server: error while loading shared libraries: /data/seafile-server/seafile-pro-server-9.0.7/seafile/lib/libsearpc.so.1: file too short
failed to run “seaf-server -t” [32512]
I was looking for a solution but couldn’t find it
can it be that I still have to install something, maybe packages are missing?
thanks for all Help!
Do you mean 22.04? there are some incompatible python modules, you can find the solution in this forum, essentialy you need to change the installed version of cffi.
try: pip3 install --force-reinstall --upgrade --target /opt/seafile/seafile-pro-server-9.0.7/seahub/thirdpart cffi==1.14.6
Change if path if Seafile is installed in a different folder.
pip3 install --force-reinstall --upgrade --target /data/seafile-server/seafile-pro-server-9.0.7/seahub/thirdpart/ cffi==1.14.6
Collecting cffi==1.14.6
Using cached cffi-1.14.6-cp310-cp310-linux_x86_64.whl
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Installing collected packages: pycparser, cffi
Successfully installed cffi-1.14.6 pycparser-2.21
thanks
after restart still the same error