Talk:Installation/Debian/Wheezy: Difference between revisions

From diaspora* project wiki
(Had some problems, these are solutions that helped me....)
 
No edit summary
Line 17: Line 17:


sudo apt-get install libmagickwand-dev
sudo apt-get install libmagickwand-dev
: Hm, in the [[User:MrZYX/WIP:Installation/Debian/Wheezy?db=mysql&mode=development|development version]], the installation of libmagickwand-dev should've solved that, in the production version running <tt>bundle install --without development test</tt> should've avoided that because that doesn't try to install rmagick. --[[User:MrZYX|MrZYX]] ([[User talk:MrZYX|talk]]) 07:35, 14 July 2013 (UTC)

Revision as of 07:35, 14 July 2013

Troubleshooting:

ERROR: Gem bundler is not installed, run `gem install bundler` first.

gem install bundler

libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.

sudo apt-get install libxslt-dev libxml2-dev

Can't install RMagick 2.13.2. Can't find Magick-config

  • sudo apt-get install librmagick-ruby
  • sudo apt-get install graphicsmagick-libmagick-dev-compat

Can't install RMagick 2.13.2. Can't find MagickWand.h.

sudo apt-get install libmagickwand-dev

Hm, in the development version, the installation of libmagickwand-dev should've solved that, in the production version running bundle install --without development test should've avoided that because that doesn't try to install rmagick. --MrZYX (talk) 07:35, 14 July 2013 (UTC)