From: Gunnar Date: 2005-11-09T19:12:12+09:00 Subject: Re: Cannot install qtruby William Ramirez wrote: > Out of curiosity, what did you do to solve this issue? Well William After cleaning the machine of all ruby-installations, thus starting fresh I think the magic thing was in installing ruby. If you install ruby with ./configure --enable-shared make make install then cd to the qtruby-directory make -f Makefile.cvs ./configure --with-qt-libraries=/usr/lib/qt3/lib64 make make install it all completes and work, too! After that, I had to take the walk of shame. Turns out that in Suse its all done already!! All that is needed is to install the ruby-rpm package together with the kdebindings3-ruby rpm and its all done. Conclusion, at least I had two days on Google looking for answers and I even think I learned something. Gunnar