GithubHelp home page GithubHelp logo

magick-installer's Issues

How would you load as php module

Hello,

I'm now installing this on 10.0.7, however, I do not know how to load this in php.ini, I mean, where's the .so, file and such things.

I use the default apache server and the php.ini is in /private/etc/php.ini

Broken Link on libpng

download ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.4.5.tar.gz

server response: 550 status

libpng version out of date

The current version of the script references libpng-1.5.4 which has now been bumped to libpng-1.5.5 and renders the script unusable:
ftp://ftp.simplesystems.org/pub/libpng/png/src/

Update the README

the correct link is now https://raw.githubusercontent.com/maddox/magick-installer/master/magick-installer.sh

Advantage over brew

What's the advantage of using this over using brew?
Brew also installs ImageMagick easily, you just have to setup brew once and get rid of macports. Until now I never had problems with brew and it replaced my macports installation perfectly.

It all runs fine until...

I get this error message:

configure: creating ./config.status
./config.status: line 398: syntax error near unexpected token `)'
./config.status: line 398: `    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;'

Any ideas?

after a long time waiting, show this error on Mack OS X 10.5

ndefined symbols:
"_iconv_close", referenced from:
_opvp_to_utf8 in gdevopvp.o
"_iconv", referenced from:
_opvp_to_utf8 in gdevopvp.o
"_iconv_open", referenced from:
_opvp_to_utf8 in gdevopvp.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [bin/gs] Error 1

Compile Error

Like the other go-to ImageMagick installer script found on github (http://github.com/masterkain/ImageMagick-sl), I had to add the

--without-fontconfig

flag the configuration for ImageMagick. Took a while to figure that out and I finally found the other answer in the issues section for the other script. Just FYI.

LittleCMS should be updated

Thanks a lot for the script!

The version is no longer available at that URL. It should be updated to the current one 1.19.

ImageMagick not downloading

I had some difficulty getting the last portion to work which downloads ImageMagick and compiles it. The file would not download all of the way, and the one time it did download it did not include a configure file, very strange. I ended up doing this.

ftp ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
tar xzvf ImageMagick.tar.gz
cd ImageMagick-*
export CPPFLAGS=-I/usr/local/include
export LDFLAGS=-L/usr/local/lib
./configure --prefix=/usr/local --disable-static --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 --with-gs-font-dir=/usr/local/share/ghostscript/fonts
make
sudo make install
cd ..

SVG convert support

Nice script for installing ImageMagick on Mac.
Only thing - would be really nice to see SVG support, especially with the push for retina / HD graphics these days!

So far I've tried to install:
http://www.imagemagick.org/download/delegates/libxml2-2.9.1.tar.gz
http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.9/librsvg-2.9.5.tar.gz
but get error making librsvg:
configure: error: Library requirements ( gdk-pixbuf-2.0 >= 1.3.7 glib-2.0 >= 2.0.0 libart-2.0 >= 2.3.10 libxml-2.0 >= 2.4.7 pangoft2 >= 1.2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

compile fails

Hi, on OS X 10.7.3

I get this:

gcc -DHAVE_MKSTEMP -DHAVE_FONTCONFIG -DHAVE_SETLOCALE -DHAVE_SSE2 -DHAVE_BSWAP32 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long int" -I./obj -I./base -DWHICH_CMS="lcms" -o ./obj/gsromfs1.o -c ./obj/gsromfs1.c
./obj/aux/echogs -w ./obj/ldt.tr -n - gcc -L/usr/X11/lib -o ./bin/gs
./obj/aux/echogs -a ./obj/ldt.tr -n -s ./obj/gsromfs1.o ./obj/gs.o -s
cat ./obj/ld.tr >>./obj/ldt.tr
./obj/aux/echogs -a ./obj/ldt.tr -s - -ldl -lm -liconv -L/opt/local/lib -lfontconfig -lexpat -lfreetype -lz -liconv -lpthread -lm
if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi;
XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS=
FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3=
DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8=
DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12=
DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16=
DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20=
DEVICE_DEVS_EXTRA=
/bin/sh <./obj/ldt.tr
Undefined symbols for architecture x86_64:
"_iconv_open", referenced from:
_opvp_to_utf8 in gdevopvp.o
"_iconv", referenced from:
_opvp_to_utf8 in gdevopvp.o
"_iconv_close", referenced from:
_opvp_to_utf8 in gdevopvp.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [bin/gs] Error 1

Seems fairly similar to the error I get with Brew also. Going nuts here. Nothing works to get ImageMagick onto OS X

Failures in script should cause script to exit immediately

By issuing a "set -e" call at the top of the script, it will cause the entire script to exit immediately if any of the commands within the script return non-0 exit status codes.

This should aid us as a community in keeping the script up to date. Currently, the script marches on and since there are thousands of lines of output, it can be hard to detect.

This commit corrects this: http://github.com/jtrupiano/magick-installer/commit/4bbe09b7f197a05be6eb3b2971acae1c3321bbeb

Compile error - 10.8.2

Keep getting the following error.

./base/gp_unix.c:25:37: error: fontconfig/fontconfig.h: No such file or directory

Some sources suggested i install xquartz but that did not help, naturally i have xcode installed together with command line tools.

Any suggestions?

Update your links

Install location

Using this script installed all the files in my home directory. It makes for a not so clean home directory. You might want to change that. :/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.