Could you do a search and replace in the Rakefile replacing /usr/lib with /usr/lib64?
On Wed, May 20, 2009 at 9:51 AM, Dmitry A. Ustalov <[email protected]> wrote: > When I runnin' rake in Fedora 11 at my x86_64 laptop, Shoes unable to > operate with libraries in /usr/lib64 instead of /usr/lib: > > eveel{~/devel/shoes}% rake > (in /home/eveel/devel/shoes) > rm -rf dist > mkdir -p dist > # ... shoes comples successfully, but: > cp -r req/hpricot/ext/hpricot_scan/hpricot_scan.so > dist/ruby/gems/1.8/gems/hpricot-0.8.1/lib > cp req/hpricot/gemspec > dist/ruby/gems/1.8/specifications/hpricot-0.8.1.gemspec > cp /usr/lib/libruby.so dist/libruby.so > rake aborted! > No such file or directory - /usr/lib/libruby.so > /home/eveel/devel/shoes/Rakefile:191 > (See full trace by running task with --trace) > > In Fedora x86_64, libruby is located at: > eveel{~/devel/shoes}% locate libruby.so > /usr/lib64/libruby.so > /usr/lib64/libruby.so.1.8 > /usr/lib64/libruby.so.1.8.6 > > What should I do to use the Shoes toolkit? :) > > Thanks. > -- > Dmitry A. Ustalov > http://www.eveel.ru/ > icq:1996961 <http://www.eveel.ru/%0Aicq:1996961>, > xmpp:[email protected]<xmpp%[email protected]> >
