Giter Site home page Giter Site logo

fail to install luacrypto about luacrypto HOT 2 CLOSED

mkottman avatar mkottman commented on July 17, 2024
fail to install luacrypto

from luacrypto.

Comments (2)

lsevero avatar lsevero commented on July 17, 2024

Same issue here, and it is the same issue described at #46 .
The solution is to install libssl version 1.0.0 as described at that issue.

However, the most recent linux distros doesn't have libssl1.0 in the repos. I tried to install luacrypto on both Ubuntu 19.04 and in a docker with alpine linux:latest with no results. The docs says that luacrypt is compatible with libssl 0.9.7+ but that's just not true, there was some breaking changes in libssl1.1 and luacrypto has not been updated.

I think the solution is to use an old ubuntu/debian docker image which has libssl1.0 in the repos if you want to insist in lua, pretty bad situation.

from luacrypto.

zdebanos avatar zdebanos commented on July 17, 2024

The solution is to install libssl1.0-dev, as @lsevero commented. Here you can read the whole thread: rvm/rvm#4764.

Shortly said, what you need to do in debian is mentioned below (i'm running debian 11) It at least compiled after running configure script:

  1. as root edit /etc/apt/sources.list.
  2. add deb http://archive.debian.org/debian-security stretch/updates main
  3. sudo apt update
  4. sudo apt install libssl1.0-dev

The thread mentioned above is kinda old but this solution is from april 2023, so it should work for now.

from luacrypto.

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.