Skip to content

Instantly share code, notes, and snippets.

@Capncavedan
Created April 3, 2012 15:45
Show Gist options
  • Save Capncavedan/2293043 to your computer and use it in GitHub Desktop.
Save Capncavedan/2293043 to your computer and use it in GitHub Desktop.
how to install rdiscount 1.6.8 with jruby 1.6.7
Bundler command complained of not being able to find bundle1.o although I could easily locate it within /usr/lib myself.
Damn computers.
gem install rdiscount -- --with-ldflags="-L/usr/lib"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment