Giter Site home page Giter Site logo

Gemspec doesn't include extension about openssl HOT 3 CLOSED

ruby avatar ruby commented on May 20, 2024
Gemspec doesn't include extension

from openssl.

Comments (3)

zzak avatar zzak commented on May 20, 2024

Oh, interesting.. thanks for the report!

Did you get an error message or warning when you tried to install the gem?

I'll see if I can reproduce it!

from openssl.

martinjos avatar martinjos commented on May 20, 2024

There is no error message when you install the gem. It just installs without the .so file. As I understand it, this file needs to be rebuilt for the target platform, which normally happens at install time - which is why it isn't included in the gem (but the sources are).

Perhaps this normally doesn't cause a visible problem because it simply falls back on the .so file provided with the system. However, I needed to ensure that it was using a version of the .so file that was built against LibreSSL, while the system version was built against OpenSSL. For this, you need to specify "-- --with-cflags=... --with-ldflags=..." to gem install - but it's no good doing this if the gem doesn't build the library anyway.

from openssl.

zzak avatar zzak commented on May 20, 2024

Should be fixed now, thank you!

from openssl.

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.