Giter Site home page Giter Site logo

Comments (2)

junaruga avatar junaruga commented on June 12, 2024

OK. Below is a workaround with --with-openssl-lib=$HOME/.local/openssl-3.0.8-fips-debug-trace/lib64.

$ bundle exec rake compile -- --enable-debug --with-openssl-dir=$HOME/.local/openssl-3.0.8-fips-debug-trace --with-openssl-lib=$HOME/.local/openssl-3.0.8-fips-debug-trace/lib64
...
rm -f openssl.so
gcc -shared -o openssl.so openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_kdf.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_ts.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L/usr/local/ruby-3.2.1/lib -Wl,-rpath,/usr/local/ruby-3.2.1/lib -L=/home/jaruga/.local/openssl-3.0.8-fips-debug-trace/lib64 -Wl,-rpath,=/home/jaruga/.local/openssl-3.0.8-fips-debug-trace/lib64 -L/home/jaruga/.local/openssl-3.0.8-fips-debug-trace/lib -Wl,-rpath,/home/jaruga/.local/openssl-3.0.8-fips-debug-trace/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed -Wl,--compress-debug-sections=zlib    -Wl,-rpath,/usr/local/ruby-3.2.1/lib -L/usr/local/ruby-3.2.1/lib -lruby -lssl -lcrypto  -lm -lpthread  -lc
...

from openssl.

junaruga avatar junaruga commented on June 12, 2024

Note the pull-request #618 fixes this issue.

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.