Giter Site home page Giter Site logo

Comments (4)

seobryn avatar seobryn commented on August 16, 2024

Hi @FeedehC can you please share with us What version of OpenSSL are you usign? I think you have the wrong version, you need the Open SSL 1.1 to compile firelands

from firelands-cata.

Meltie2013 avatar Meltie2013 commented on August 16, 2024

@FeedehC Ubuntu 22.04, 22.10 and 23.04 ship with OpenSSL 3.x by default. You can follow the small guide below to have a successful compile.

Remove OpenSSL related packages.

sudo apt remove openssl libssl-dev

Install OpenSSL 1.1.1 related packages

# Download OpenSSL 1.1.1f packages
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/openssl_1.1.1f-1ubuntu2.19_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb

# Install required packages
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i openssl_1.1.1f-1ubuntu2.19_amd64.deb
sudo dpkg -i libssl-dev_1.1.1f-1ubuntu2.19_amd64.deb

Also, you can hold the packages back as well to prevent them upgrading to OpenSSL 3.x again.

sudo apt-mark hold openssl
sudo apt-mark hold libssl-dev

If you have any issues, feel free to comment it here.

from firelands-cata.

seobryn avatar seobryn commented on August 16, 2024

So, if there's anything, I'm going to close the Issue

from firelands-cata.

FeedehC avatar FeedehC commented on August 16, 2024

Thank you!

from firelands-cata.

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.