Hallo,
nachdem ich auch auf das Problem mit der fehlenden Saldenabfrage gestossen bin habe ich mich unter Ubuntu daran gemacht es zu installieren.
Zuerst sudo apt-get install rubygems
das ging noch.. dann bei sudo gem install mechanize kommt folgende Fehlermeldung:
*************************************************************
ray@Theke:~$ sudo gem install mechanize
Bulk updating Gem source index for:
http://gems.rubyforge.org
Install required dependency hpricot? [Yn] y
Select which gem to install for your platform (i486-linux)
1. hpricot 0.5 (mswin32)
2. hpricot 0.5 (ruby)
3. Cancel installation
> 2
Building native extensions. This could take a while...
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1
ERROR: While executing gem ... (RuntimeError)
ERROR: Failed to build gem native extension.
Gem files will remain installed in /var/lib/gems/1.8/gems/hpricot-0.5
for inspection.
Results logged to
/var/lib/gems/1.8/gems/hpricot-0.5/ext/hpricot_scan/gem_make.out
*************************************************************************
Kann mir jemand weiterhelfen?
Ray