Skip to content

Instantly share code, notes, and snippets.

@carlcrott
Created May 24, 2012 22:49
Show Gist options
  • Save carlcrott/2784691 to your computer and use it in GitHub Desktop.
Save carlcrott/2784691 to your computer and use it in GitHub Desktop.
uberchunk-ubu@uberchunk-ubu-desktop:~/rails_projects/hive$ sudo /usr/bin/apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
openssl is already the newest version.
libreadline6 is already the newest version.
libreadline6-dev is already the newest version.
curl is already the newest version.
git-core is already the newest version.
zlib1g is already the newest version.
zlib1g-dev is already the newest version.
libssl-dev is already the newest version.
libyaml-dev is already the newest version.
libsqlite3-dev is already the newest version.
sqlite3 is already the newest version.
libxml2-dev is already the newest version.
Note, selecting libxslt1-dev instead of libxslt-dev
libxslt1-dev is already the newest version.
autoconf is already the newest version.
libc6-dev is already the newest version.
Note, selecting libncurses5-dev instead of ncurses-dev
libncurses5-dev is already the newest version.
automake is already the newest version.
automake set to manually installed.
libtool is already the newest version.
bison is already the newest version.
subversion is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
uberchunk-ubu@uberchunk-ubu-desktop:~/rails_projects/hive$ gem install bundler
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
uberchunk-ubu@uberchunk-ubu-desktop:~/rails_projects/hive$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment