On 8 December 2011 21:01, Dandy <[email protected]> wrote:
> Ubuntu 11.10

Unfortunately you have lost all the context by not quoting the
previous messages, but if I remember correctly you are having problems
building the native extensions.  Try, in a terminal,

sudo apt-get install build-essential bison openssl libreadline6
libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev
libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev autoconf

If you want to use mysql then also
sudo apt-get install libmysql-ruby libmysqlclient-dev

and if you want to use nokigirii
sudo apt-get install libxslt-dev libxml2-dev

The above might install a few things you do not need but they should
not do any harm.

In addition, if you are using rails 3 you need not install the gems
manually, just make sure they are included in Gemfile and do
bundle install
to install them.

Colin

-- 
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.

Reply via email to