RedCloth vs redcloth grrrrrrrrr !!!!!

Most other folks use lower case file names for their gems but not RedCloth and now it's causing trouble.

On my development machine Ubuntu 8.04, Rails 2.1.0 RedCloth (4.1.0 4.0.3) everything loads and runs just fine.

On a new VPS (Ubuntu 64-bit) Rails 2.1.0 RedCloth 4.1.0, I can't even start Mongrel and I get this error `gem_original_require': no such file to load -- /usr/lib/ruby/gems/1.8/gems/RedCloth-4.1.0/lib/../redcloth (MissingSourceFile)

I see he's put a variant file RedCloth.rb, which then requires the lowercase version in a directory off of the lib. But it's just not working.

Anyone have any suggestions?

Thanks

John Small