solved new install- system check errors

alt=
DannyA
@dannya
9 years ago
584 posts
I am getting a few alerts in system check and don't see anything in the documentation:

FFMpeg binary
Audio SOX binary
Audio ID3v2 binary

Are all showing as "not executable". What permissions must be added to files and/or folder?


ImageMagick binary- unable to find ImageMagick /usr/bin/convert binary.
Where do you get that?
updated by @dannya: 04/22/15 10:15:19PM
michael
@michael
9 years ago
7,717 posts
To make files executable is a feature of linux. Files are not automatically executable.

Heres how:
http://www.dslreports.com/faq/linux/7.1_chmod_-_Make_a_file_executable

Check that imagemagic is installed on your server.

For me to install on ubuntu linux the command would be:
sudo apt-get install imagemagick
But it will be different for you if you are not running a debian derivative of linux.

Need to check with your server admin guy to figure out which linux is installed.
alt=
DannyA
@dannya
9 years ago
584 posts
Is the image magic requirement new? I am seeing it for the first time on an existing install. Is it a new dependency for a new module?

updated by @dannya: 03/19/15 04:36:19PM
michael
@michael
9 years ago
7,717 posts
Looks like it got bundled with jrImage in version 1.3.1, then checked for in the OS in 1.3.2
https://www.jamroom.net/the-jamroom-network/networkmarket/39/image-support/expanded_changelog=1
Quote: Version 1.3.2:
- Change: Removed "convert" ImageMagick binary - now uses OS version if installed

Version 1.3.1:
- New: Image Magick "convert" binary included in jrImage/tools directory
brian
@brian
9 years ago
10,148 posts
ImageMagic is used to properly resize animated GIF images - if you will never use animated GIFs you can ignore it.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags