Search Criteria
Package Details: cherokee 1.2.103.d021376-2
Git Clone URL: | https://aur.archlinux.org/cherokee.git (read-only, click to copy) |
---|---|
Package Base: | cherokee |
Description: | A very fast, flexible and easy to configure Web server |
Upstream URL: | http://cherokee-project.com |
Licenses: | |
Submitter: | severach |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 2 |
Popularity: | 0.000297 |
First Submitted: | 2015-09-11 07:22 |
Last Updated: | 2017-07-09 18:11 |
Dependencies (18)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- pcre (pcre-svn)
- python2
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi) (make)
- geoip (geoip-git) (make)
- libldap (make)
- libmariadbclient (libmysqlclient55, mariadb-libs-git, mariadb103-libs, libmysqlclient56, libmysqlclient57, libmysqlclient, mariadb-libs) (make)
- pam (pam-minimal-git, pam-selinux) (make)
- php-fpm (php55-fpm, php53-fpm, php-zts-fpm, php72-fpm, php56-fpm) (make)
- rrdtool (make)
- wget (wget-git) (make)
- ffmpeg: Audio/Video streaming handler (optional)
- geoip: GeoIP rule module (optional)
- libldap: ldap validator (optional)
- libmariadbclient: mysql validator (optional)
- pam: pam validator (optional)
- php-fpm: php5 support (optional)
- rrdtool: RRDtool based information collector (optional)
Required by (5)
- concrete5 (optional)
- cops (optional)
- freshrss (optional)
- hoteldruid (optional)
- muximux (optional)
Latest Comments
masoud commented on 2017-05-28 20:42
Fails to build:
In file included from cryptor_libssl.c:56:0:
cryptor_libssl_dh_512.c: In function ‘get_dh512’:
cryptor_libssl_dh_512.c:21:4: error: dereferencing pointer to incomplete type ‘DH {aka struct dh_st}’
dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
^~
cryptor_libssl.c: In function ‘cherokee_cryptor_libssl_find_vserver’:
cryptor_libssl.c:241:46: error: dereferencing pointer to incomplete type ‘SSL {aka struct ssl_st}’
SSL_set_options(ssl, SSL_CTX_get_options(ssl->ctx));
^~
cryptor_libssl.c: In function ‘cherokee_plugin_libssl_init’:
cryptor_libssl.c:1333:2: warning: ‘OPENSSL_config’ is deprecated [-Wdeprecated-declarations]
OPENSSL_config (NULL);
^~~~~~~~~~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from cryptor_libssl.h:52,
from cryptor_libssl.c:43:
/usr/include/openssl/conf.h:92:1: note: declared here
DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name))
^
make[3]: *** [Makefile:4261: libplugin_libssl_la-cryptor_libssl.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/media/mystuff/code/aur/cherokee-git/src/cherokee-git/cherokee'
make[2]: *** [Makefile:2868: all] Error 2
make[2]: Leaving directory '/media/mystuff/code/aur/cherokee-git/src/cherokee-git/cherokee'
make[1]: *** [Makefile:684: all-recursive] Error 1
make[1]: Leaving directory '/media/mystuff/code/aur/cherokee-git/src/cherokee-git'
make: *** [Makefile:487: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...