Is this possible?
I get:
WARNING: Installing to ~/.gem since /usr/lib/ruby/gems/1.8 and /usr/bin arent both writable.
Are you doing a sudo gem install? If not, what command are you issuing?
That worked!
I successfully installed subdomain-fu using:
sudo gem install subdomain-fu—version “=0.5.3”—no-rdoc—no-ri
Thank you Dennis!