Search Criteria
Package Details: ccnet-server 7.1.5-2
Git Clone URL: | https://aur.archlinux.org/ccnet-server.git (read-only, click to copy) |
---|---|
Package Base: | ccnet-server |
Description: | Internal communication framework and user/group management for seafile server |
Upstream URL: | https://github.com/haiwen/ccnet-server |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | eolianoe |
Maintainer: | None |
Last Packager: | Joffrey |
Votes: | 96 |
Popularity: | 0.000037 |
First Submitted: | 2017-01-07 14:58 |
Last Updated: | 2020-12-05 11:00 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 ... Next › Last »
Captain_Rage commented on 2017-04-29 11:32
@a-bostaurus: Could you elaborate on what exactly you did to make it work? I tried remving the '-1.0' ending but I still got a few problems with the latest upgrade.
eolianoe commented on 2017-04-25 19:14
@klemens: nope, the openssl-1.0 dependency is resolved with the ccnet-server dep
klemens commented on 2017-04-25 19:05
This package is missing the openssl-1.0 dependency (as well as both seafile packages).
Edit: Oops, I was using an old ccnet-server package, sorry.
a-bostaurus commented on 2017-04-25 14:15
Because of my yaourt found an openssl only in core (openssl 1.0.2.k-1), I deleted in PKGBUILD the version-number of openssl. That seems to work fine.
Popkornium18 commented on 2017-04-25 11:21
Building this on aarch64 currently fails, because openssl-1.0 is not available for that architecture atm.
eolianoe commented on 2017-04-25 09:24
@languitar: openssl-1.0 is in extra
languitar commented on 2017-04-25 08:34
openssl-1.0 doesn't seem to exist as a package in AUR anymore?
:: no results found for openssl-1.0 (dependency tree: ccnet-server openssl-1.0)
oi_wtf commented on 2017-04-04 21:09
For openssl-1.0 the changes in this [1] pull request and
'export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig'
before the './autogen.sh' line are needed to fix build errors.
Additionally openssl (probably 1.0 in this case) should be added to the dependencies if its needed to build!
[1] https://github.com/haiwen/ccnet-server/pull/7
eolianoe commented on 2017-02-13 17:22
@a36233: building fine here, which version of openssl are you using ?
a36233 commented on 2017-02-13 17:08
It fails with:
In file included from /usr/include/openssl/evp.h:66:0,
from /usr/include/openssl/hmac.h:67,
from libccnet_utils.c:35:
/usr/local/include/openssl/opensslconf.h:18:3: error: #error OPENSSL_ALGORITHM_DEFINES no longer supported
# error OPENSSL_ALGORITHM_DEFINES no longer supported
^~~~~
libccnet_utils.c: In function ‘ccnet_util_expand_path’: