Installation problem

Hi there,
I am trying to set up my rails environment on my mac (OSX leopard) I
have installed MySQL and it works fine with CocoaMySQL. I have edited
the database.yml file to represent my databases. But, when i try and run
./script/server, i get an error when it tries to connect to the
database?It seems the problem is in the custom_require.rb file, on line
27:
gem_original_require path
Does anyone have any ideas about whats going wrong?
Thank You,

Dave

Do you have the mysql gem installed? Try “sudo gem install mysql”.

A full posting of the script/server error would provide more
information.