NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: OpenSSL 1.1.1 missing shared objects
On Thu, Feb 6, 2020 at 6:17 AM Martin Husemann <martin%duskware.de@localhost> wrote:
>
> On Thu, Feb 06, 2020 at 06:01:43AM -0500, Jeffrey Walton wrote:
> > $ objdump -x /usr/local/bin/openssl | grep -E 'RPATH|RUNPATH'
> > RUNPATH $ORIGIN/../lib:/usr/local/lib
>
> What NetBSD version are you using?
NetBSD 8.1, x8686, fully patched:
$ cat /etc/release
NetBSD 8.1/amd64
> IIRC older version only supported RPATH
> in the runtime linker (as that is equivalent to RUNPATH). Newer versions
> accept RUNPATH as an alias for RPATH.
I perform a feature test for RUNPATH:
https://github.com/noloader/Build-Scripts/blob/master/setup-environ.sh#L315
As long as NetBSD supplies an error when RUNPATH is not supported, I
should be OK.
Jeff
Home |
Main Index |
Thread Index |
Old Index