Coder Social home page Coder Social logo

Comments (9)

ohler55 avatar ohler55 commented on June 11, 2024 1

Tried it here as well. I looks like Ruby 3.2.x ssl is broken. The compile works fine on Ruby 3.1. For now I'd suggest using Ruby 3.1 or if you can live without ssl then modify the extconf.rb file and comment out the two lines that mention ssl. I'm hesitant to make a release like that as the problem is pretty clearly the Ruby 3.2.1 release.

from agoo.

josephwecker avatar josephwecker commented on June 11, 2024

Just ran into this as well. I actually think it has something to do with openssl's setup right now on MacOS. I just got it to link correctly finally by adding -lcrypto to LIBS in the makefile. Apparently -lssl only has a subset of the symbols (or something... haven't looked any deeper).

from agoo.

backward-crazy-mage-puppy-36 avatar backward-crazy-mage-puppy-36 commented on June 11, 2024

Just ran into this as well. I actually think it has something to do with openssl's setup right now on MacOS. I just got it to link correctly finally by adding -lcrypto to LIBS in the makefile. Apparently -lssl only has a subset of the symbols (or something... haven't looked any deeper).

Hi @josephwecker can you share the exact steps.

from agoo.

josephwecker avatar josephwecker commented on June 11, 2024

I was setting it up to be used in rails, so after adding gem "agoo" to the Gemfile, bundle install would error out exactly as reported by op. But after running bundle config build.agoo --with-cflags="-lcrypto", bundle install ran just fine and it seems to be working perfectly. I also deployed it to heroku, which had no problem building it (on linux I'm sure) without the -lcrypto. By the way, I tried several versions of ruby all the way down to 3.1.0 with the same error as above before trying to link crypto in. Hope that helps.

from agoo.

backward-crazy-mage-puppy-36 avatar backward-crazy-mage-puppy-36 commented on June 11, 2024

#117 (comment)
Did not work for me.
Manually changing Makefile in
/Users/#{user}/.rbenv/versions/3.2.1/gemsets/Angel/gems/agoo-2.15.3/ext/agoo
and running

make clean
make install

does get the process to finish.

Tried it here as well. I looks like Ruby 3.2.x ssl is broken. The compile works fine on Ruby 3.1. For now I'd suggest using Ruby 3.1 or if you can live without ssl then modify the extconf.rb file and comment out the two lines that mention ssl. I'm hesitant to make a release like that as the problem is pretty clearly the Ruby 3.2.1 release.

This worked for me.
For anyone else having this issue, you can add
gem 'agoo', git: 'https://github.com/backward-crazy-mage-puppy-36/agoo', ref: '48584076d9c0f19bb419ecc835a0ca2ca99086f3'
to your Gemfile and it should bundle w/o needing to add any config.

from agoo.

ohler55 avatar ohler55 commented on June 11, 2024

Thanks all for the due diligence. I push a change to extconf.rb that seems to fix the issue on my M1. Anyone willing to double check? If so I'll make a release.

from agoo.

backward-crazy-mage-puppy-36 avatar backward-crazy-mage-puppy-36 commented on June 11, 2024

checking.

from agoo.

backward-crazy-mage-puppy-36 avatar backward-crazy-mage-puppy-36 commented on June 11, 2024

Thanks all for the due diligence. I push a change to extconf.rb that seems to fix the issue on my M1. Anyone willing to double check? If so I'll make a release.

@ohler55 2fb4cb4 is working for me.

from agoo.

ohler55 avatar ohler55 commented on June 11, 2024

Released v2.15.4

from agoo.

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.