Search found 2 matches

by fapibo
2016-01-30T06:58:53-07:00
Forum: Bugs
Topic: [SOLVED] Failed to install from source on raspbian
Replies: 2
Views: 10978

Re: Failed to install from source on raspbian

I finally found the root cause: the issue is in the checkinstall settings

The fix is simple:

Code: Select all

$sudo nano /etc/checkinstallrc
set TRANSLATE=0 (was TRANSLATE=1)
exit & save

and it works like a charm :D
by fapibo
2016-01-30T01:54:17-07:00
Forum: Bugs
Topic: [SOLVED] Failed to install from source on raspbian
Replies: 2
Views: 10978

[SOLVED] Failed to install from source on raspbian

Hello,

I am struggling since 3 days to install the last revision of image magick from source on my raspberry pi.
I am using usual raspbian distribution based on Debian.

I followed the guide from http://www.imagemagick.org/script/install-source.php

I used the following commands:

$sudo apt-get ...