venkata reddy wrote in post #959648: > Hi all, after entering this command i got an error like " the program cont > start because sqlite3.dll is missing from your computer.try > reinstalling the program to fix this problem." so i downloaded > sqlite3.dll and pasted it in the C:\windows\system32" and tried once > again to start the server. But now i got a new error like "The > rocedure entry point sqlite3_backup_finish could not be loacated in > the dynamic link library Sqlite3.dll" > > what i have to do next? pls help...
You should do the following: gem install sqlite3-ruby after that: download http://www.sqlite.org/sqlite-3_7_3.zip to e.g.: C:\Ruby192\bin and just unzip the file here. This should do it. No need to copy anything anywhere. Good luck. Dani -- 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.

