The ruby extensions in the "ext" directory of my ubuntu ruby interpreter i.e. zlib, etc, io, ... fail to load.
I mean they're recognized as extensions - I don't get a "no such file" error, yet they fail to load (i.e. return false).
Running this: puts require 'zlib'
prints "false"
Is there a way of tracking down why a module fails to load? some kind of trace or debug I could use?