I'm not sure: I haven't seen this error before. I just did a clean install of insoshi on my mac and wasn't able to reproduce it.
I'm a little surprised that you needed to supply an rsa_key.pub; the repository should create a default key pair that should be sufficient to get the application running. (Though of course you should generate your own pair before launching a production site). Does this error affect only the specs? What happens if you install and launch the application in development mode with this: $ rake db:sample_data:reload $ script/server Can you load the site at http://localhost:3000, and can you log in with the default admin user (password: admin)? Evan On Jan 23, 11:43 am, "[email protected]" <[email protected]> wrote: > Hi I'm trying to install Insoshi via the git hub repository. I am > using ubuntu 9.10 and mysql. The installation goes well until the rake > spec step where all tests fail. > > At first they failed because it was looking for rsa_key.pub. I > supplied this, then it failed all tests because: > > The exact error was: > OpenSSL::PKey::RSAError: Neither PUB key nor PRIV key:: nested asn1 > error > > on all tests. > > What is wrong? > > Thanks, > > Paul -- You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en.
