I've reenabled it using the old resizer.
Posted under General
I have updated my server, but have to enable some lines in extconf.rb of the new resizer, in fact everything that involve GD is now enabled for me, before that, with the new resizer, I was unabled to start mongrel as it seems it failed at loading the bundle (my server use OSX Leopard Server).
here is the log :
sh-3.2# mongrel_rails start -p 30000 -e production
- Starting Mongrel listening at 0.0.0.0:30000
- Starting Rails with production environment...
/Volumes/raid/httpData/ruby_on_rails/danbooru/lib/danbooru_image_resizer/danbooru_image_resizer.bundle: dlopen(/Volumes/raid/httpData/ruby_on_rails/danbooru/lib/danbooru_image_resizer/danbooru_image_resizer.bundle, 9): Symbol not found: __ZTVN10__cxxabiv117__class_type_infoE (LoadError)
Referenced from: /Volumes/raid/httpData/ruby_on_rails/danbooru/lib/danbooru_image_resizer/danbooru_image_resizer.bundle
Expected in: dynamic lookup
- /Volumes/raid/httpData/ruby_on_rails/danbooru/lib/danbooru_image_resizer/danbooru_image_resizer.bundle from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
from /Volumes/raid/httpData/ruby_on_rails/danbooru/lib/danbooru_image_resizer/danbooru_image_resizer.rb:1
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /Library/Ruby/Gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require'
... 14 levels...
from /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/command.rb:212:in `run'
from /Library/Ruby/Gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281
from /usr/bin/mongrel_rails:19:in `load'
from /usr/bin/mongrel_rails:19
Now with gd activated, mongrel start, and the resizer seems to works well.
I'll corroborate seabook's story. Sorry, seabook, I made a stupid jab at you in the comments of post #206460 and then came up with this error myself, much to my dismay :P