Nginx und LibreSSL

Sickboy

Müßiggänger
Hallo allerseits,

eigentlich ist es nichts besonderes: lediglich eine weitere Jail, in der ein Nginx laufen soll. Beim Versuch, den Webserver zu starten, kommt folgende Fehlermeldung:
Code:
# service nginx onestart
Performing sanity check on nginx configuration:
/usr/local/lib/libssl.so.43: Undefined symbol "timingsafe_memcmp"
Starting nginx.
/usr/local/lib/libssl.so.43: Undefined symbol "timingsafe_memcmp"
/usr/local/etc/rc.d/nginx: WARNING: failed to start nginx

Meine Ports baue ich mit Poudriere gegen LibreSSL. Die make.conf:
Code:
DEFAULT_VERSIONS+= ssl=libressl

LibreSSL wird auch zusammen mit Nginx in der Jail installiert. Aber warum kommt dann o.g. Fehler? Die Port-Konfiguration:
Code:
nginx-1.12.1_1,2
Name           : nginx
Version        : 1.12.1_1,2
Installed on   : Sun Aug 13 12:01:44 2017 CEST
Origin         : www/nginx
Architecture   : FreeBSD:11:amd64
Prefix         : /usr/local
Categories     : ipv6 www
Licenses       : BSD2CLAUSE
Maintainer     : joneum@FreeBSD.org
WWW            : http://nginx.org/
Comment        : Robust and small WWW server
Options        :
        HTTP_FOOTER    : off
        HTTP_GEOIP     : off
        HTTP_GEOIP2    : off
        HTTP_GUNZIP_FILTER: on
        HTTP_GZIP_STATIC: on
        HTTP_IMAGE_FILTER: off
        HTTP_JSON_STATUS: off
        HTTP_MOGILEFS  : off
        HTTP_MP4       : on
        HTTP_MP4_H264  : off
        HTTP_NOTICE    : off
        HTTP_PERL      : off
        HTTP_PUSH      : off
        HTTP_PUSH_STREAM: off
        HTTP_RANDOM_INDEX: on
        HTTP_REALIP    : on
        HTTP_REDIS     : off
        HTTP_RESPONSE  : off
        HTTP_REWRITE   : on
        HTTP_SECURE_LINK: on
        HTTP_SLICE     : on
        HTTP_SSL       : on
        HTTP_STATUS    : on
        HTTP_SUB       : on
        HTTP_SUBS_FILTER: off
        HTTP_TARANTOOL : off
        HTTP_UPLOAD    : off
        HTTP_UPLOAD_PROGRESS: off
        HTTP_UPSTREAM_CHECK: off
        HTTP_UPSTREAM_FAIR: off
        HTTP_UPSTREAM_STICKY: off
        HTTP_VIDEO_THUMBEXTRACTOR: off
        HTTP_XSLT      : off
        HTTP_ZIP       : off
        ICONV          : on
        IPV6           : on
        LET            : off
        LUA            : off
        MAIL           : off
        MAIL_IMAP      : off
        MAIL_POP3      : off
        MAIL_SMTP      : off
        MAIL_SSL       : off
        MEMC           : off
        MODSECURITY    : off
        MODSECURITY_DEVEL: off
        NAXSI          : off
        NJS            : off
        PASSENGER      : off
        POSTGRES       : off
        RDS_CSV        : off
        RDS_JSON       : off
        REDIS2         : off
        RTMP           : off
        SET_MISC       : off
        SFLOW          : off
        SHIBBOLETH     : off
        SLOWFS_CACHE   : off
        SMALL_LIGHT    : off
        SRCACHE        : off
        STREAM         : on
        STREAM_SSL     : on
        STREAM_SSL_PREREAD: on
        THREADS        : on
        WWW            : on
        X11            : off
        XSS            : off
Shared Libs required:
        libssl.so.43
        libpcre.so.1
        libbrotlienc.so.0.6.0
        libcrypto.so.41
Annotations    :
        cpe            : cpe:2.3:a:nginx:nginx:1.12.1:::::freebsd11:x64:1
        repo_type      : binary
        repository     : poudriere

Hat jemand eine Idee?
 
Zurück
Oben