Displaying 1 result from an estimated 1 matches for "lukewarmtapioca".
2009 Jun 24
0
[solved] CAPTCHA gem: undefined method `stringFT'
...the
following error:
undefined method `stringFT'' for GD::Image:Class
It turns out that I was missing the GD libs for ruby. I''m on ubuntu, so
a quick
sudo install libgd-ruby
solved the problem for me.
I also found resources for OS X and Red Hat Enterprise Linux 4:
OS X: http://lukewarmtapioca.com/2007/02/06/gd-on-osx-and-ruby-stringft/
Red Hat:
http://involution.com/2007/06/11/problems-with-rubys-captcha-gem/
--
Posted via http://www.ruby-forum.com/.