From: Dave B. <dav...@3d...> - 2005-12-08 11:46:09
|
On 8 Dec 2005, at 02:18, Dave Howell wrote: > > On Dec 7, 2005, at 17:58, Dave Howell wrote: > >> "ruby install.rb config" failed. It can't handles spaces in the path. >> >> I guess I'll have to relocate it to some directory that doesn't >> have any spaces in its path . . . > > Got it installed. > > Still can't run a Ruby app from XCode, though: > > can't open library: /usr/lib/libruby.1.dylib (No such file or > directory, errno = 2) > > Well, no kidding. That's because it's in /usr/local/lib. > > Quit and restart XCode. Nope. > > Log out and in. Nope. > > Reboot. Nope. Have you tried running from terminal? try: which ruby ruby -v have you setup your shell path environment to include /usr/local/bin? Dave. > > > > OK, so what did the Panther Install package screw up that the "ruby > install.rb" script wasn't smart enough to fix? > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |