haiwen / ccnet-server

Internal communication framework and user/group management for Seafile server
Other
17 stars 36 forks source link

add ccnet to list of dependencies #45

Closed schmittlauch closed 4 years ago

schmittlauch commented 4 years ago

In v7.1.1 ccnet-server fails during configure if libccnet is not present:

checking for libccnet >= 0.9.3... no                                                                                                                                                         
configure: error: Package requirements (libccnet >= 0.9.3) were not met:

No package 'libccnet' found

Making ccnet available as a build input fixes the issue.

schmittlauch commented 4 years ago

19 though makes it seem that ccnet is not actually supposed to be required for building ccnet-server.

I'm going to figure out where this requirement comes from.

schmittlauch commented 4 years ago

Nevermind, due to caching issues I ran into using an older version of ccnet-server instead of the current one. Sorry.