Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 09:06:49 -0500
From:      Matthew Donovan <kitche@kitchetech.com>
To:        Guido Falsi <mad@madpilot.net>
Cc:        freebsd-ports <freebsd-ports@freebsd.org>, David Demelier <demelier.david@gmail.com>
Subject:   Re: lighttpd does not pull OpenSSL dependency
Message-ID:  <CABgom6eAghT14FFrWJQXH%2ByAydd_i5wXbSbPhy3x2A8=xYKQhQ@mail.gmail.com>
In-Reply-To: <b2386423-3d24-5843-7dc2-7976ff14cb93@madpilot.net>
References:  <2f756004-b35c-b9df-bcec-af596b100edb@gmail.com> <b2386423-3d24-5843-7dc2-7976ff14cb93@madpilot.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This might be due to you had port installed already and it got picked up
first

On Oct 24, 2016 7:59 AM, "Guido Falsi" <mad@madpilot.net> wrote:

> On 10/24/16 13:15, David Demelier wrote:
> > 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)
> >
> [...]
> >
> > What can I do to fix that?
>
> Are you generating your own packages? What software are you using to do
> that?
>
> Are you using some directive to enable ports provided ssl library?
>
> A machine using my own generated packages using poudriere does not show
> such behavior using ports trunk:
>
> /usr/local/sbin/lighttpd:
>         libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x800857000)
>         libssl.so.8 => /usr/lib/libssl.so.8 (0x800acf000)
>         libcrypto.so.8 => /lib/libcrypto.so.8 (0x800e00000)
>         libc.so.7 => /lib/libc.so.7 (0x80126d000)
>         libthr.so.3 => /lib/libthr.so.3 (0x80160d000)
>
> A VM I have using official packages from 2016Q4 also gives the same
> output(apart from the offsets which are slightly different) when
> checking a just downloaded lighttpd package.
>
> So I'd conclude there's something wrong affecting your builds. What
> about a stray installation of a ports provided ssl library somewhere?
>
> More information will be needed to really help you.
>
> --
> Guido Falsi <mad@madpilot.net>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABgom6eAghT14FFrWJQXH%2ByAydd_i5wXbSbPhy3x2A8=xYKQhQ>