Giter Club home page Giter Club logo

Comments (6)

MarcJHuber avatar MarcJHuber commented on July 17, 2024

Hi,

thanks, could you please git pull and check whether the configure script now recognizes libcrypt on your system?

Thanks,

Marc

from event-driven-servers.

pleedom avatar pleedom commented on July 17, 2024

Hi Marc,

Tried the latest version and still get the same error.

We're found a workaround, but are not sure if it's elegant enough for primetime.

On Rocky Linux the package is known as "libcrypt"

[root@rocky1 SOURCES]# pkg-config --list-all | egrep -i crypt
libcrypt libxcrypt - Extended crypt library for DES, MD5, Blowfish and others
libxcrypt libxcrypt - Extended crypt library for DES, MD5, Blowfish and others
hogweed Hogweed - Nettle low-level cryptographic library (public-key algorithms)
nettle Nettle - Nettle low-level cryptographic library (symmetric algorithms)
libcrypto OpenSSL-libcrypto - OpenSSL cryptography library
libssl OpenSSL-libssl - Secure Sockets Layer and cryptography libraries
openssl OpenSSL - Secure Sockets Layer and cryptography libraries and tools
libcrypto3 OpenSSL-libcrypto - OpenSSL cryptography library
libssl3 OpenSSL-libssl - Secure Sockets Layer and cryptography libraries
openssl3 OpenSSL - Secure Sockets Layer and cryptography libraries and tools
[root@rocky1 SOURCES]#

but configure appears to look for "crypt"

check_for("CRYPT", "crypt", "crypt.h", "crypt", undef);

we added the following line beforehand

check_for("CRYPT", "libcrypt", "crypt.h", "crypt", undef);

the error has gone away :)

Kind regards Phil

from event-driven-servers.

MarcJHuber avatar MarcJHuber commented on July 17, 2024

Hi Phil,

thanks, the latest commit (153e906) should fix that issue, reliably.

Thanks,

Marc

from event-driven-servers.

pleedom avatar pleedom commented on July 17, 2024

Hi Marc,

First pass looking good, I'll do some more testing tomorrow but I think this is ready to close.

Thank you

from event-driven-servers.

MarcJHuber avatar MarcJHuber commented on July 17, 2024

Hi Phil,

great, thanks!

It always surprises me how Linux distributions differ in library locations. The current code should cover that now, but we'll see.

Thanks again,

Marc

from event-driven-servers.

pleedom avatar pleedom commented on July 17, 2024

from event-driven-servers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.