Skip to content

Instantly share code, notes, and snippets.

@lorenadl
Last active May 3, 2018 15:51
Show Gist options
  • Save lorenadl/10b66d7858c74cadff2352e69f5da0a9 to your computer and use it in GitHub Desktop.
Save lorenadl/10b66d7858c74cadff2352e69f5da0a9 to your computer and use it in GitHub Desktop.
[Linux - RoR] Webserver problems and solutions

Webserver for Rails app: problems and solutions

To resolve 'bundle install' errors:

  • Can't find the 'libpq-fe.h header...
  • rmagick (An error occurred while installing rmagick (2.13.4), and Bundler cannot continue)...

Execute:

sudo apt-get install libpq-dev

and

sudo apt-get install libmagickwand-dev imagemagick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment