Hi All, I've run into an interesting (and annoying) problem. I have a development environment on a Windows machine and on a remote Linux machine. I cloned my environment on the Linux machine over to my Windows box. I have installed all the required gems for the project. When I try to reconfigure database.yml to use sqlite3 instead of mysql, and when I try to do a 'rake db:schema:load' I get prompted with an error box saying:
"The program can't start because LIBMYSQL.dll is missing from your computer. Try reinstalling the program to fix this problem." I have no idea why it would even be trying to access a mysql dll if I specified that it should be using sqlite3. Any thoughts? Thanks, Les -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

