gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
166 stars 31 forks source link

Add RPATH definition for macOS bundle #95

Closed lorrden closed 4 years ago

lorrden commented 4 years ago

Trying to resolve runtime linking issues on Catalina

lorrden commented 4 years ago

@gjtorikian : This progressed further, the next issue seems to be a Travis setup issue.

/Users/travis/.rvm/gems/ruby-2.4.4/gems/byebug-9.0.6/lib/byebug/history.rb:2:in `require': dlopen(/Users/travis/.rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/x86_64-darwin17/readline.bundle, 9): Library not loaded: /usr/local/opt/readline/lib/libreadline.7.dylib (LoadError)
3794  Referenced from: /Users/travis/.rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/x86_64-darwin17/readline.bundle
3795  Reason: image not found - /Users/travis/.rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/x86_64-darwin17/readline.bundle
3796

I cannot replicate this on my local machine. Though I am using system ruby (2.6) instead of rvm. Any ideas?

Also, looking at brew, the current deadline that is installed on Catalina is libreadline.8.dylib not 7 which may be related to the failure.

gjtorikian commented 4 years ago

Thanks for your help!