tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: libressl status



"Kamil Rytarowski" <n54%gmx.com@localhost> writes:

> Greg Troxel wrote: 
>> At this point it seems like the arguments in favor of subprefix are
>> compelling enough that I would prefer to see that implemented in wip
>> pre-import.
>> 
>
> I was trying to add support for it in wip/libressl and I landed into:
> => Checking for missing run-time search paths in libressl-2.1.6
> ERROR: libressl/bin/openssl: missing library: libcrypto.so.32
> ERROR: libressl/lib/libssl.so.32.0.0: missing library: libcrypto.so.32
> ERROR: libressl/lib/libtls.so.3.0.0: missing library: libcrypto.so.32
> *** Error code 1
>
> http://pkgsrc-wip.cvs.sourceforge.net/viewvc/pkgsrc-wip/wip/libressl/Makefile
>
> For now I ran out of ideas how to resolve it.
> Please help.

It looks like the issue is that those three files have missing RPATH
information so that they don't find the named libraries.  I would look
over the build log to see what the actual RPATH flags were.  Probably
with objdump or some debugging flags with ldd one can find out what's in
the file, too.

Attachment: pgpQmPtjEeFwe.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index