You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seafile-build.sh script does not work for seafile 12.0 anymore.
When running docker run --rm -it --volume=/$(pwd):/seafile ubuntu:24.04 /seafile/seafile-build.sh 12.0.7 it first fails because libargon2-dev ubuntu package is missing.
After I added this package the build of seafile-server now fails with this error.
../common/user-mgr.c: In function ‘try_load_ldap_settings’:
../common/user-mgr.c:188:40: error: ‘SeafileSession’ {aka ‘struct _SeafileSession’} has no member named ‘ccnet_config’
188 | GKeyFile *config = manager->session->ccnet_config;
Please fix the build script.
The text was updated successfully, but these errors were encountered:
seafile-build.sh
script does not work for seafile 12.0 anymore.When running
docker run --rm -it --volume=/$(pwd):/seafile ubuntu:24.04 /seafile/seafile-build.sh 12.0.7
it first fails becauselibargon2-dev
ubuntu package is missing.After I added this package the build of
seafile-server
now fails with this error.Please fix the build script.
The text was updated successfully, but these errors were encountered: