Date: Mon, 24 Oct 2016 13:15:16 +0200 From: David Demelier <demelier.david@gmail.com> To: freebsd-ports@freebsd.org Subject: lighttpd does not pull OpenSSL dependency Message-ID: <2f756004-b35c-b9df-bcec-af596b100edb@gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, Upgraded my system to 11.0-RELEASE-p1 and using 2016Q4 branch, I have a small issue regarding lighttpd dependency. The binary is linked against the OpenSSL port, but it is not listed as a dependency: /usr/local/sbin/lighttpd: libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x800854000) libssl.so.8 => /usr/local/lib/libssl.so.8 (0x800acc000) libcrypto.so.8 => /usr/local/lib/libcrypto.so.8 (0x800d3f000) libc.so.7 => /lib/libc.so.7 (0x80114c000) libthr.so.3 => /lib/libthr.so.3 (0x801500000) The OpenSSL option is activated as well : pkg info lighttpd : lighttpd-1.4.41_1 Name : lighttpd Version : 1.4.41_1 Installed on : Mon Oct 24 12:52:45 2016 CEST Origin : www/lighttpd Architecture : freebsd:11:x86:64 Prefix : /usr/local Categories : www Licenses : BSD3CLAUSE Maintainer : pkubaj@anongoth.pl WWW : http://www.lighttpd.net/ Comment : Secure, fast, compliant, and flexible Web Server Options : ATTR : off BZIP2 : on DOCS : on FAM : off GDBM : off IPV6 : on LDAP : off LIBEV : off LUA : off MEMCACHED : off MYSQL : off MYSQLAUTH : off OPENSSL : on SPAWNFCGI : off VALGRIND : off WEBDAV : off Shared Libs required: libpcre.so.1 Annotations : cpe : cpe:2.3:a:lighttpd:lighttpd:1.4.41:::::freebsd11:x64:1 repo_type : binary repository : server What can I do to fix that? Thanks! -- David Demelier
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2f756004-b35c-b9df-bcec-af596b100edb>