besser82 / libxcrypt

Extended crypt library for descrypt, md5crypt, bcrypt, and others
GNU Lesser General Public License v2.1
189 stars 52 forks source link

RFC3779 isn’t supported #156

Closed alarig closed 1 year ago

alarig commented 2 years ago

Hello,

I tried to install a package that needs RFC3779 support in libcrypto and it fails:

configure: error: libcrypto with RFC3779 support required

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-misc/rpki-client-7.9/work/rpki-client-7.9/config.log
 * ERROR: net-misc/rpki-client-7.9::SwordArMor failed (configure phase):
 *   econf failed

I don’t know what you need to test it and improve this issue, so please tell me!

thesamesam commented 1 year ago

libcrypto is from OpenSSL, while libcrypt is something different (this project). I bet you want to enable USE=rfc3779 on dev-libs/openssl.

alarig commented 1 year ago

It’s indeed what I want. Sorry for the confusion!