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

seafile-build.sh does not work for seafile 12.0 (12.0.7) #434

Closed
ol-iver opened this issue Feb 9, 2025 · 2 comments
Closed

seafile-build.sh does not work for seafile 12.0 (12.0.7) #434

ol-iver opened this issue Feb 9, 2025 · 2 comments

Comments

@ol-iver
Copy link

ol-iver commented Feb 9, 2025

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.

@gitouche-sur-osm
Copy link

gitouche-sur-osm commented Mar 8, 2025

Hello, I got around this problem by removing --enable-ldap in build/seafile-build.py:218

@freeplant
Copy link
Member

It is fixed in #438

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

No branches or pull requests

3 participants