Hi, I''m newbie to rails, so please be gentle with me. I got one of the new powerbooks that apple just released last month (october 2005). I installed rails using RubyGems and also the installer for mac osx found here http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners everything seems to update and install fine. But when I type rails at the bash shell I get dyld: NSLinkModule() error dyld: Library not loaded: /usr/lib/libcrypto.0.9.7.dylib Referenced from: /usr/lib/ruby/1.8/powerpc-darwin8.0/digest/md5.bundle Reason: Incompatible library version: md5.bundle requires version 0.9.7 or later, but libcrypto.0.9.7.dylib provides version 0.9.0 Trace/BPT trap the version of ruby on my mac is 1.8.2 and I have also patched this. Please can someone help me out here, I''m eager to see and believe.
Francesc Esplugas
2005-Nov-02 14:36 UTC
Re: problems running rails on mac osx tiger (10.4.3)
I''ve used this guide to set up Rails on Mac OS X. Hope that helps. http://maczealots.com/tutorials/ruby-on-rails/ Francesc On Nov 2, 2005, at 2:55 PM, Wale Ernie wrote:> Hi, > > I''m newbie to rails, so please be gentle with me. > > I got one of the new powerbooks that apple just released > last month (october 2005). > > I installed rails using RubyGems > and also the installer for mac osx found > here > http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on- > rails-on-mac-os-x-tiger-for-beginners > > everything seems to update and install fine. > > But when I type rails at the bash shell I get > > dyld: NSLinkModule() error > dyld: Library not loaded: /usr/lib/libcrypto.0.9.7.dylib > Referenced from: /usr/lib/ruby/1.8/powerpc-darwin8.0/digest/ > md5.bundle > Reason: Incompatible library version: md5.bundle requires version > 0.9.7 or later, but > libcrypto.0.9.7.dylib provides version 0.9.0 Trace/BPT trap > > the version of ruby on my mac is 1.8.2 > and I have also patched this. > > Please can someone help me out here, > I''m eager to see and believe. > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Thanks for the reply. Just followed the instructions on the page and I''m still getting the same message as before. On 02/11/05, Francesc Esplugas <francesc.esplugas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I''ve used this guide to set up Rails on Mac OS X. Hope that helps. > > http://maczealots.com/tutorials/ruby-on-rails/ > > Francesc > > On Nov 2, 2005, at 2:55 PM, Wale Ernie wrote: > > > Hi, > > > > I''m newbie to rails, so please be gentle with me. > > > > I got one of the new powerbooks that apple just released > > last month (october 2005). > > > > I installed rails using RubyGems > > and also the installer for mac osx found > > here > > http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on- > > rails-on-mac-os-x-tiger-for-beginners > > > > everything seems to update and install fine. > > > > But when I type rails at the bash shell I get > > > > dyld: NSLinkModule() error > > dyld: Library not loaded: /usr/lib/libcrypto.0.9.7.dylib > > Referenced from: /usr/lib/ruby/1.8/powerpc-darwin8.0/digest/ > > md5.bundle > > Reason: Incompatible library version: md5.bundle requires version > > 0.9.7 or later, but > > libcrypto.0.9.7.dylib provides version 0.9.0 Trace/BPT trap > > > > the version of ruby on my mac is 1.8.2 > > and I have also patched this. > > > > Please can someone help me out here, > > I''m eager to see and believe. > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Michael Engelhart
2005-Nov-04 20:17 UTC
Re: problems running rails on mac osx tiger (10.4.3)
I highly recommend using Locomotive at least for development (http://locomotive.sourceforge.net/). It''s a really easy way to run your applications and it comes with all the libraries built in. The only thing that''s different is that you have to hit Command-T so that Locotive can setup all the shell variables so that the command line stuff works correctly. Mike On 11/2/05, Wale Ernie <wale.ernie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks for the reply. > > Just followed the instructions on the page > and I''m still getting the same message as > before. > > On 02/11/05, Francesc Esplugas <francesc.esplugas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I''ve used this guide to set up Rails on Mac OS X. Hope that helps. > > > > http://maczealots.com/tutorials/ruby-on-rails/ > > > > Francesc > > > > On Nov 2, 2005, at 2:55 PM, Wale Ernie wrote: > > > > > Hi, > > > > > > I''m newbie to rails, so please be gentle with me. > > > > > > I got one of the new powerbooks that apple just released > > > last month (october 2005). > > > > > > I installed rails using RubyGems > > > and also the installer for mac osx found > > > here > > > http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on- > > > rails-on-mac-os-x-tiger-for-beginners > > > > > > everything seems to update and install fine. > > > > > > But when I type rails at the bash shell I get > > > > > > dyld: NSLinkModule() error > > > dyld: Library not loaded: /usr/lib/libcrypto.0.9.7.dylib > > > Referenced from: /usr/lib/ruby/1.8/powerpc-darwin8.0/digest/ > > > md5.bundle > > > Reason: Incompatible library version: md5.bundle requires version > > > 0.9.7 or later, but > > > libcrypto.0.9.7.dylib provides version 0.9.0 Trace/BPT trap > > > > > > the version of ruby on my mac is 1.8.2 > > > and I have also patched this. > > > > > > Please can someone help me out here, > > > I''m eager to see and believe. > > > _______________________________________________ > > > Rails mailing list > > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > > Rails mailing list > > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >