From: Dave H. <gr...@gr...> - 2005-12-09 08:29:12
|
On Dec 8, 2005, at 23:52, Dave Howell wrote: > > On Dec 8, 2005, at 4:00, Jonathan Paisley wrote: > >> >> Try removing /Library/Frameworks/RubyCocoa.framework altogether and >> rerunning the source install. > > sudo rm -R /Library/Frameworks/RubyCocoa.framework > sudo ruby install.rb install > > Attempt to run "test" > "can't open library: /usr/lib/libruby.1.dylib (No such file or > directory, errno = 2)" Eureka. Ahem... sudo rm -R ~/Library/Frameworks/RubyCocoa.framework Which just leaves the question of which program, when, installed the wrong version of the framework in my *user* /Library/Frameworks folder . . . . . |