Installation: MAKE runs into error

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

Installation: MAKE runs into error

Post by Wise Elisha »

Hello,

i have successfully installed ImagMagick 6.6.4.1 and MagickWandForPHP 1.0.8 on our SuSE 11.2 root server an it runs fine.
Now we intend to move to a different location: In the future we will use a vserver with the same SuSE on it.
I am in progress of configuring the vserver right now and after a few problems it seems to work fine all over.
ImageMagic ist installed an announces correctly:

Code: Select all

# identify -version
Version: ImageMagick 6.6.4-1 2011-04-02 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
And it converts images without any Problems on the shell.

Now we come to the problem: MagickWandForPHP 1.0.8
I follwed all the steps through I noticed in the past to install it on the root server:
1.) Made sure ImageMagick 6.6.4.1 works.
2.) yast install gcc and php5-devel.
3.) install ghostscript (Ver. 8.71) for PDF actions
4.) Move MagicWand files to /usr/include/php5/ext/magickwand
5.) ./configure

Code: Select all

# ./configure --with-magickwand=/usr/local/include/ImageMagick
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib64/php5/extensions
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... gawk
checking whether to enable the magickwand extension... yes, shared
checking MagickWand-config in default path... found in /usr/local/bin
checking if ImageMagick version is at least 6.3.8... found version 6.6.4 Q16
checking if PHP version is at least 4.1.3... found version 5.2.14
checking MagickWand-config --cppflags... -I/usr/local/include/ImageMagick
checking MagickWand-config --libs... -L/usr/local/lib -lMagickWand -lMagickCore -lz -lm -lgomp -lpthread -lltdl
checking for ld used by cc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
...seems fine.

6.) make

Code: Select all

# make
/bin/sh /usr/include/php5/ext/magickwand/libtool --mode=compile cc  -I. -I/usr/include/php5/ext/magickwand -DPHP_ATOM_INC -I/usr/include/php5/ext/magickwand/include -I/usr/include/php5/ext/magickwand/main -I/usr/include/php5/ext/magickwand -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/include/ImageMagick -I/usr/local/include/ImageMagick  -DHAVE_CONFIG_H  -g -O2   -c /usr/include/php5/ext/magickwand/magickwand.c -o magickwand.lo
mkdir .libs
 cc -I. -I/usr/include/php5/ext/magickwand -DPHP_ATOM_INC -I/usr/include/php5/ext/magickwand/include -I/usr/include/php5/ext/magickwand/main -I/usr/include/php5/ext/magickwand -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/include/ImageMagick -I/usr/local/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /usr/include/php5/ext/magickwand/magickwand.c  -fPIC -DPIC -o .libs/magickwand.o
In file included from /usr/include/php5/ext/magickwand/magickwand.c:9:
/usr/include/php5/ext/magickwand/magickwand_inc.h:18:31: error: ext/standard/info.h: Datei oder Verzeichnis nicht gefunden
/usr/include/php5/ext/magickwand/magickwand_inc.h:19:40: error: ext/standard/php_smart_str.h: Datei oder Verzeichnis nicht gefunden
/usr/include/php5/ext/magickwand/magickwand.c: In function 'MW_read_image':
/usr/include/php5/ext/magickwand/magickwand.c:150: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
/usr/include/php5/ext/magickwand/magickwand.c:236: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:244: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
/usr/include/php5/ext/magickwand/magickwand.c:289: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:300: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawgetfillalpha':
/usr/include/php5/ext/magickwand/magickwand.c:2183: warning: 'DrawGetFillAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:51)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawgetstrokealpha':
/usr/include/php5/ext/magickwand/magickwand.c:2293: warning: 'DrawGetStrokeAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:52)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawsetfillalpha':
/usr/include/php5/ext/magickwand/magickwand.c:3101: warning: 'DrawSetFillAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:161)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawsetstrokealpha':
/usr/include/php5/ext/magickwand/magickwand.c:3270: warning: 'DrawSetStrokeAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:162)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickaverageimages':
/usr/include/php5/ext/magickwand/magickwand.c:3866: warning: 'MagickAverageImages' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:125)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickclippathimage':
/usr/include/php5/ext/magickwand/magickwand.c:4031: warning: 'MagickClipPathImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:73)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickdescribeimage':
/usr/include/php5/ext/magickwand/magickwand.c:4553: warning: 'MagickDescribeImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:58)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickdisplayimage':
/usr/include/php5/ext/magickwand/magickwand.c:4599: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickdisplayimages':
/usr/include/php5/ext/magickwand/magickwand.c:4725: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickechoimageblob':
/usr/include/php5/ext/magickwand/magickwand.c:4853: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickechoimagesblob':
/usr/include/php5/ext/magickwand/magickwand.c:4953: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickflattenimages':
/usr/include/php5/ext/magickwand/magickwand.c:5097: warning: 'MagickFlattenImages' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:126)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageblob':
/usr/include/php5/ext/magickwand/magickwand.c:5427: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimagesblob':
/usr/include/php5/ext/magickwand/magickwand.c:5510: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageattribute':
/usr/include/php5/ext/magickwand/magickwand.c:5773: warning: 'MagickGetImageAttribute' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:59)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageextrema':
/usr/include/php5/ext/magickwand/magickwand.c:5802: warning: 'MagickGetImageExtrema' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:80)
/usr/include/php5/ext/magickwand/magickwand.c:5807: warning: 'MagickGetImageChannelExtrema' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:78)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageindex':
/usr/include/php5/ext/magickwand/magickwand.c:5918: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimagepixels':
/usr/include/php5/ext/magickwand/magickwand.c:6108: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6109: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6110: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6111: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6112: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6113: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimagesize':
/usr/include/php5/ext/magickwand/magickwand.c:6266: warning: 'MagickGetImageSize' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:134)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickmapimage':
/usr/include/php5/ext/magickwand/magickwand.c:6707: warning: 'MagickMapImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:86)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickmosaicimages':
/usr/include/php5/ext/magickwand/magickwand.c:6929: warning: 'MagickMosaicImages' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:129)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicknewimage':
/usr/include/php5/ext/magickwand/magickwand.c:7049: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:7056: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickreadimageblob':
/usr/include/php5/ext/magickwand/magickwand.c:7785: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickreadimagefile':
/usr/include/php5/ext/magickwand/magickwand.c:7826: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickrecolorimage':
/usr/include/php5/ext/magickwand/magickwand.c:7925: warning: 'MagickRecolorImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:103)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimageattribute':
/usr/include/php5/ext/magickwand/magickwand.c:8366: warning: 'MagickSetImageAttribute' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:105)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimageindex':
/usr/include/php5/ext/magickwand/magickwand.c:8719: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimageoption':
/usr/include/php5/ext/magickwand/magickwand.c:8808: warning: 'MagickSetImageOption' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:109)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimagepixels':
/usr/include/php5/ext/magickwand/magickwand.c:8915: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:111)
/usr/include/php5/ext/magickwand/magickwand.c:8916: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:111)
/usr/include/php5/ext/magickwand/magickwand.c:8917: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:111)
/usr/include/php5/ext/magickwand/magickwand.c:8918: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:111)
/usr/include/php5/ext/magickwand/magickwand.c:8919: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:111)
/usr/include/php5/ext/magickwand/magickwand.c:8920: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:111)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickwriteimage':
/usr/include/php5/ext/magickwand/magickwand.c:9828: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickwriteimages':
/usr/include/php5/ext/magickwand/magickwand.c:9980: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:10234: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:107)
make: *** [magickwand.lo] Fehler 1
WOW! :shock: I never inteded to get so many errors at once.
But can anyone tell me how to ged rid of them, especially for these notices do not tell me where to look after.
Is there a module still missing for compilation?
What is "Fehler 1"? Can there be some more explanation, please?
Why all these warnings "... is deprecated". On the root server there was nothing deprecated.
Please make me happy and let MagickWandForPHP work again.

Before you ask: The vserver runs...

Code: Select all

# uname -a
Linux 202 2.6.26-2-openvz-amd64 #1 SMP Thu Sep 16 16:09:07 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
Thanks for any hint you can give.
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

NEXT STEP: Workaround Trial1

Post by Wise Elisha »

Hallo again,

cause it's time to hurry, I took a working "magickwand.so" from the old machine and placed it into "/usr/lib64/php5/extensions/" and added to the php.ini:

Code: Select all

extension = "magickwand.so"
magickwand now shows in phpinfo():

Code: Select all

magickwand
============================================================================
MagickWand Backend Library	ImageMagick
MagickWand Extension Version 	1.0.8
ImageMagick support 	enabled
ImageMagick version 	ImageMagick 6.6.4-1 2011-04-02 Q16 http://www.imagemagick.org
ImageMagick QuantumRange (MaxRGB) 	65535
MagickWand supported image formats 	3FR, A, AI, ART, ARW, AVI, AVS, B, BMP, BMP2, BMP3, C, CAL, CALS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, ERF, FAX, FITS, FRACTAL, FTS, G, G3, GIF, GIF87, GRADIENT, GRAY, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, K, K25, KDC, LABEL, M, M2V, M4V, MAP, MAT, MATTE, MIFF, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PLASMA, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PWP, R, RADIAL-GRADIENT, RAF, RAS, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TILE, TIM, TTC, TTF, TXT, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMV, WPG, X3F, XBM, XC, XCF, XPM, XPS, XV, Y, YCbCr, YCbCrA, YUV
Everything seems good, but when doing a testfile, which worked on the old root server

Code: Select all

PHP:

$magick_wand=NewMagickWand();
MagickReadImage($magick_wand,'wir_sind_dabei.png');

$drawing_wand=NewDrawingWand();
DrawSetFont($drawing_wand,"Vera.ttf");
DrawSetFontSize($drawing_wand,80);
DrawSetGravity($drawing_wand,MW_CenterGravity);

$pixel_wand=NewPixelWand();
PixelSetColor($pixel_wand,"black");
DrawSetFillColor($drawing_wand,$pixel_wand);

if (MagickAnnotateImage($magick_wand,$drawing_wand,0,0,-20,"ABGELEHNT!") != 0)
{
	header( 'Content-Type: image/jpeg' );
	MagickEchoImageBlob( $magick_wand );
}
else
{
	echo MagickGetExceptionString($magick_wand);
}
it says:
"wand contains no images `MagickWand-4' @ error/magick-image.c/MagickAnnotateImage/643"

I don't know what this means, but I feel that it has to do with the errormessages I got while trying to make MagickWandForPHP.

Anyone a suggestion?
I suggest, that ImageMagick is not correct installed, but I even do not know, how to check or how to deinstall this clearly to get a second try.

Thank you for your help. (PLEASE HELP ME :( )
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

NEXT STEP: Workaround Trial2

Post by Wise Elisha »

Hello again,

I managed to uninstall ImageMagick 6.6.4 completely and rebootet the server.
Then I manually deleted any file or directory left from older installations at:
/usr/local/bin
/usr/local/share
/usr/local/lib
/usr/local/include
and then newly installed ImagMagic 6.6.4.
After apache2 reload it said: "missing libImagick..." I don't know anymore (sorry, missed to write down.)
I rebootet again, now ImageMagick 6.6.4 works again:

Code: Select all

# identify -version
Version: ImageMagick 6.6.4-1 2011-04-08 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
All errors still the same. :(
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

NEXT STEP: Workaround Trial3

Post by Wise Elisha »

Deinstalled ImageMagick 6.6.4 and installed latest version:

Code: Select all

 # identify -version
Version: ImageMagick 6.6.9-2 2011-04-08 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
Problem ist still there: "wand contains no images `MagickWand-13' @ error/magick-image.c/MagickAnnotateImage/643"
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Installation: MAKE runs into error

Post by magick »

We downloaded and install ImageMagick 6.6.9-4, the latest release. Next we downloaded MagickWand-1.0.8, unpacked and typed:
  • cd MagickWandForPHP-1.0.8
    phpize
    ./configure
    make
    make install
    make test
Finally we ran your script
  • php annotate.php >annotate.png
    display annotate.png
The workflow ran flawlessly without any complaints. This is all on a CentOS 5.6 system.
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

Re: Installation: MAKE runs into error

Post by Wise Elisha »

Thank you for your testing! :)

:( Damn.... mußt be the vserver.
The ISP told me, that everything would be like on the root server, we had before.
Seems, that it is not...

Has anybody a hint, what could be missing or be misconfigured for "make" showing strange errors?
What dependencys does MagickWandForPHP have?
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

NEXT STEP: Workaround Trial4

Post by Wise Elisha »

First I tried from the start with given repositories:
- Uninstalled ImageMagick 6.6.9-2
- Deleted /usr/include/php5/ext/magickwand
- Deleted /usr/lib64/php5/extensions/magickwand.so
- comment out the extension in php.ini.
Rebooted the vserver.

Took yast and installed: ImageMagick, which was 6.4.3.5 (function prooved)
Copied the content of MagickWandForPHP-1.0.8 to /usr/include/php5/ext/magickwand

Code: Select all

 ./configure
...
checking MagickWand-config in default path...
configure: error: Cannot locate configuration program MagickWand-config
This error should be avoided by using a newer version of ImageMagick, as I found here:
http://www.dreckscheisse.de/index.php/2 ... t-compile/
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

NEXT STEP: Workaround Trial5

Post by Wise Elisha »

So I downloaded ImageMagick 6.6.9-4 (latest version) and installed it:

Code: Select all

# make install
make  install-am
make[1]: Entering directory `/home/newuser/ImageMagick-6.6.9-4'
make[2]: Entering directory `/home/newuser/ImageMagick-6.6.9-4'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/sh ./libtool   --mode=install /usr/bin/install -c   magick/libMagickCore.la wand/libMagickWand.la '/usr/local/lib'
libtool: install: /usr/bin/install -c magick/.libs/libMagickCore.so.4.0.1 /usr/local/lib/libMagickCore.so.4.0.1
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickCore.so.4.0.1 libMagickCore.so.4 || { rm -f libMagickCore.so.4 && ln -s libMagickCore.so.4.0.1 libMagickCore.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickCore.so.4.0.1 libMagickCore.so || { rm -f libMagickCore.so && ln -s libMagickCore.so.4.0.1 libMagickCore.so; }; })
libtool: install: /usr/bin/install -c magick/.libs/libMagickCore.lai /usr/local/lib/libMagickCore.la
libtool: install: warning: relinking `wand/libMagickWand.la'
libtool: install: (cd /home/newuser/ImageMagick-6.6.9-4; /bin/sh /home/newuser/ImageMagick-6.6.9-4/libtool  --silent --tag CC --mode=relink gcc -std=gnu99 -std=gnu99 -fopenmp -g -O2 -Wall -pthread -no-undefined -export-symbols-regex ".*" -version-info 4:1:0 -o wand/libMagickWand.la -rpath /usr/local/lib wand/wand_libMagickWand_la-animate.lo wand/wand_libMagickWand_la-compare.lo wand/wand_libMagickWand_la-composite.lo wand/wand_libMagickWand_la-conjure.lo wand/wand_libMagickWand_la-convert.lo wand/wand_libMagickWand_la-deprecate.lo wand/wand_libMagickWand_la-display.lo wand/wand_libMagickWand_la-drawing-wand.lo wand/wand_libMagickWand_la-identify.lo wand/wand_libMagickWand_la-import.lo wand/wand_libMagickWand_la-magick-image.lo wand/wand_libMagickWand_la-magick-property.lo wand/wand_libMagickWand_la-magick-wand.lo wand/wand_libMagickWand_la-mogrify.lo wand/wand_libMagickWand_la-montage.lo wand/wand_libMagickWand_la-pixel-iterator.lo wand/wand_libMagickWand_la-pixel-wand.lo wand/wand_libMagickWand_la-stream.lo wand/wand_libMagickWand_la-wand.lo wand/wand_libMagickWand_la-wand-view.lo magick/libMagickCore.la -lgomp -lm )
libtool: install: /usr/bin/install -c wand/.libs/libMagickWand.so.4.0.1T /usr/local/lib/libMagickWand.so.4.0.1
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickWand.so.4.0.1 libMagickWand.so.4 || { rm -f libMagickWand.so.4 && ln -s libMagickWand.so.4.0.1 libMagickWand.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libMagickWand.so.4.0.1 libMagickWand.so || { rm -f libMagickWand.so && ln -s libMagickWand.so.4.0.1 libMagickWand.so; }; })
libtool: install: /usr/bin/install -c wand/.libs/libMagickWand.lai /usr/local/lib/libMagickWand.la
libtool: install: /usr/bin/install -c magick/.libs/libMagickCore.a /usr/local/lib/libMagickCore.a
libtool: install: chmod 644 /usr/local/lib/libMagickCore.a
libtool: install: ranlib /usr/local/lib/libMagickCore.a
libtool: install: /usr/bin/install -c wand/.libs/libMagickWand.a /usr/local/lib/libMagickWand.a
libtool: install: chmod 644 /usr/local/lib/libMagickWand.a
libtool: install: ranlib /usr/local/lib/libMagickWand.a
libtool: finish: PATH="/home/newuser/bin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib
[...]
----------------------------------------------------------------------
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/sh ./libtool   --mode=install /usr/bin/install -c utilities/animate utilities/compare utilities/composite utilities/conjure utilities/convert utilities/display utilities/identify utilities/import utilities/mogrify utilities/montage utilities/stream '/usr/local/bin'
libtool: install: /usr/bin/install -c utilities/.libs/animate /usr/local/bin/animate
libtool: install: /usr/bin/install -c utilities/.libs/compare /usr/local/bin/compare
libtool: install: /usr/bin/install -c utilities/.libs/composite /usr/local/bin/composite
libtool: install: /usr/bin/install -c utilities/.libs/conjure /usr/local/bin/conjure
libtool: install: /usr/bin/install -c utilities/.libs/convert /usr/local/bin/convert
libtool: install: /usr/bin/install -c utilities/.libs/display /usr/local/bin/display
libtool: install: /usr/bin/install -c utilities/.libs/identify /usr/local/bin/identify
libtool: install: /usr/bin/install -c utilities/.libs/import /usr/local/bin/import
libtool: install: /usr/bin/install -c utilities/.libs/mogrify /usr/local/bin/mogrify
libtool: install: /usr/bin/install -c utilities/.libs/montage /usr/local/bin/montage
libtool: install: /usr/bin/install -c utilities/.libs/stream /usr/local/bin/stream
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
 /usr/bin/install -c magick/Magick-config magick/MagickCore-config wand/Wand-config wand/MagickWand-config '/usr/local/bin'
test -z "/usr/local/lib/ImageMagick-6.6.9/modules-Q16/coders" || /bin/mkdir -p "/usr/local/lib/ImageMagick-6.6.9/modules-Q16/coders"
test -z "/usr/local/etc/ImageMagick/" || /bin/mkdir -p "/usr/local/etc/ImageMagick/"
 /usr/bin/install -c -m 644 config/coder.xml config/colors.xml config/delegates.xml config/log.xml config/magic.xml config/mime.xml config/policy.xml config/sRGB.icm config/thresholds.xml config/type.xml config/type-dejavu.xml config/type-ghostscript.xml config/type-windows.xml '/usr/local/etc/ImageMagick/'
test -z "/usr/local/share/ImageMagick-6.6.9" || /bin/mkdir -p "/usr/local/share/ImageMagick-6.6.9"
 /usr/bin/install -c -m 644 config/configure.xml config/english.xml config/francais.xml config/locale.xml '/usr/local/share/ImageMagick-6.6.9'
/bin/sh ./config/mkinstalldirs /usr/local/include/ImageMagick/magick
mkdir -p -- /usr/local/include/ImageMagick/magick
/usr/bin/install -c -m 644 magick/magick-config.h /usr/local/include/ImageMagick/magick/magick-config.h
/bin/sh ./config/mkinstalldirs /usr/local/share/doc/ImageMagick-6.6.9/
/usr/bin/install -c -m 644 ./index.html /usr/local/share/doc/ImageMagick-6.6.9/
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/affine.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/arc.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/background.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/black.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/bluebells_clipped.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/bluebells_darker.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/bluebells_lin.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/bluebells_log.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/button.gif /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/configure.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/cylinder_shaded.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/definitive-guide.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/difference.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/donate.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/examples.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/frame.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/fuzzy-magick.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/gaussian-blur.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/granite.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/imade_art2.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/label.gif /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/logo.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/logo.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/logo-sm-flop.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/logo-sm-fx.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/logo-sm.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/montage.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/navy.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/networkredux.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/piechart.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/project-support.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/radial-gradient.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/reconstruct.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/red-ball.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/red-circle.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/right.gif /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/rose.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/rose-over.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/rose.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/rose.pnm /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/rose-sigmoidal.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/script.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/smile.gif /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/sponsor.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/sprite.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/tricks.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/t-shirt.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/wand.ico /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/wand.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/white-highlight.png /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/wizard.jpg /usr/local/share/doc/ImageMagick-6.6.9//images
/usr/bin/install -c -m 644 ./images/wizard.png /usr/local/share/doc/ImageMagick-6.6.9//images
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/bricks.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/checkerboard.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/circles.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/crosshatch30.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/crosshatch45.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/crosshatch.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/fishscales.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray0.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray100.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray10.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray15.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray20.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray25.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray30.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray35.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray40.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray45.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray50.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray55.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray5.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray60.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray65.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray70.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray75.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray80.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray85.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray90.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/gray95.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hexagons.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontal2.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontal3.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontal.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/horizontalsaw.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_bdiagonal.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_cross.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_diagcross.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_fdiagonal.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_horizontal.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/hs_vertical.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/left30.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/left45.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/leftshingle.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/octagons.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/right30.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/right45.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/rightshingle.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/smallfishscales.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/vertical2.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/vertical3.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalbricks.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalleftshingle.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/vertical.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalrightshingle.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
/usr/bin/install -c -m 644 ./images/patterns/verticalsaw.png /usr/local/share/doc/ImageMagick-6.6.9//images/patterns
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/advanced-unix-installation.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/advanced-windows-installation.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/animate.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/api.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/architecture.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/binary-releases.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/changelog.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/cipher.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/color.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/command-line-options.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/command-line-processing.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/command-line-tools.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/compare.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/compose.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/composite.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/conjure.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/contact.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/convert.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/display.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/download.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/escape.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/examples.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/exception.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/export.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/favicon.ico /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/formats.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/fx.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/high-dynamic-range.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/history.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/identify.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/ImageMagickObject.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/import.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/index.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/install-source.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/jp2.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/license.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/links.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/magick-core.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/magick.css /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/magick++.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/magick-vector-graphics.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/magick-wand.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/mailing-list.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/miff.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/mirrors.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/mogrify.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/montage.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/motion-picture.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/perl-magick.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/quantize.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/resources.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/search.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/sitemap.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/sponsors.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/stream.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/subversion.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/t-shirt.html /usr/local/share/doc/ImageMagick-6.6.9//www
/usr/bin/install -c -m 644 ./www/wand.png /usr/local/share/doc/ImageMagick-6.6.9//www
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/animate.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/annotate.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/attribute.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/blob.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/cache.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/cache-view.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/cipher.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/color.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/colormap.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/colorspace.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/compare.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/composite.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/constitute.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/decorate.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/deprecate.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/display.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/distort.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/draw.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/drawing-wand.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/effect.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/enhance.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/exception.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/feature.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/fourier.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/fx.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/histogram.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/image.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/image-view.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/layer.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/list.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/magick-deprecate.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/magick.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/magick-image.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/magick-property.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/magick-wand.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/memory.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/module.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/mogrify.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/monitor.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/montage.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/morphology.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/paint.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/pixel-iterator.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/pixel-view.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/pixel-wand.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/profile.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/property.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/quantize.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/registry.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/resize.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/resource.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/segment.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/shear.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/signature.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/statistic.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/stream.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/transform.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/version.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
/usr/bin/install -c -m 644 ./www/api/wand-view.html /usr/local/share/doc/ImageMagick-6.6.9//www/api
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/analyze.c /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/coder.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/colors.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/configure.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/contrast.c /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/core.c /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/delegates.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/english.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/examples.pl /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/francais.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/incantation.msl /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/locale.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/log.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/magic.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/mgk.c /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/mime.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/piechart.mvg /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/piechart.svg /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/policy.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/thresholds.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/type-ghostscript.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/type-windows.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/type.xml /usr/local/share/doc/ImageMagick-6.6.9//www/source
/usr/bin/install -c -m 644 ./www/source/wand.c /usr/local/share/doc/ImageMagick-6.6.9//www/source
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//www/api/MagickCore
/usr/bin/install -c -m 644 ./www/api/MagickCore/animate_8c.html /usr/local/share/doc/ImageMagick-6.6.9//www/api/MagickCore
[...]
/usr/bin/install -c -m 644 ./www/api/MagickCore/xwindow-private_8h-source.html /usr/local/share/doc/ImageMagick-6.6.9//www/api/MagickCore
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//www/api/MagickWand
/usr/bin/install -c -m 644 ./www/api/MagickWand/animate_8c.html /usr/local/share/doc/ImageMagick-6.6.9//www/api/MagickWand
[...]
/usr/bin/install -c -m 644 ./www/api/MagickWand/wandtest_8c.html /usr/local/share/doc/ImageMagick-6.6.9//www/api/MagickWand
mkdir -p -- /usr/local/share/doc/ImageMagick-6.6.9//www/Magick++
/usr/bin/install -c -m 644 ./www/Magick++/Blob.html /usr/local/share/doc/ImageMagick-6.6.9//www/Magick++
[..]
/usr/bin/install -c -m 644 ./www/Magick++/TypeMetric.html /usr/local/share/doc/ImageMagick-6.6.9//www/Magick++
test -z "/usr/local/share/doc/ImageMagick-6.6.9/" || /bin/mkdir -p "/usr/local/share/doc/ImageMagick-6.6.9/"
 /usr/bin/install -c -m 644 LICENSE ChangeLog NEWS.txt '/usr/local/share/doc/ImageMagick-6.6.9/'
test -z "/usr/local/lib/ImageMagick-6.6.9/modules-Q16/filters" || /bin/mkdir -p "/usr/local/lib/ImageMagick-6.6.9/modules-Q16/filters"
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
test -z "" || /bin/mkdir -p ""
test -z "/usr/local/include/ImageMagick/magick" || /bin/mkdir -p "/usr/local/include/ImageMagick/magick"
 /usr/bin/install -c -m 644 magick/ImageMagick.h magick/MagickCore.h magick/PreRvIcccm.h magick/accelerate.h magick/animate.h magick/annotate.h magick/api.h magick/artifact.h magick/attribute.h magick/blob.h magick/cache.h magick/cache-view.h magick/cipher.h magick/client.h magick/coder.h magick/color.h magick/colormap.h magick/colorspace.h magick/compare.h magick/composite.h magick/compress.h magick/configure.h magick/constitute.h magick/decorate.h magick/delegate.h magick/deprecate.h magick/display.h magick/distort.h magick/draw.h magick/effect.h magick/enhance.h magick/exception.h magick/feature.h magick/fourier.h magick/fx.h magick/gem.h magick/geometry.h magick/hashmap.h magick/histogram.h magick/identify.h '/usr/local/include/ImageMagick/magick'
 /usr/bin/install -c -m 644 magick/image.h magick/image-view.h magick/layer.h magick/list.h magick/locale_.h magick/log.h magick/magic.h magick/magick.h magick/magick-config.h magick/magick-type.h magick/matrix.h magick/memory_.h magick/methods.h magick/mime.h magick/module.h magick/monitor.h magick/montage.h magick/morphology.h magick/option.h magick/paint.h magick/pixel.h magick/policy.h magick/prepress.h magick/profile.h magick/property.h magick/quantize.h magick/quantum.h magick/random_.h magick/registry.h magick/resample.h magick/resize.h magick/resource_.h magick/segment.h magick/semaphore.h magick/shear.h magick/signature.h magick/splay-tree.h magick/statistic.h magick/stream.h magick/string_.h '/usr/local/include/ImageMagick/magick'
 /usr/bin/install -c -m 644 magick/timer.h magick/token.h magick/transform.h magick/threshold.h magick/type.h magick/utility.h magick/version.h magick/widget.h magick/xml-tree.h magick/xwindow.h '/usr/local/include/ImageMagick/magick'
test -z "/usr/local/include/ImageMagick/Magick++" || /bin/mkdir -p "/usr/local/include/ImageMagick/Magick++"
test -z "/usr/local/include/ImageMagick" || /bin/mkdir -p "/usr/local/include/ImageMagick"
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 magick/Magick-config.1 magick/MagickCore-config.1 wand/MagickWand-config.1 wand/Wand-config.1 utilities/ImageMagick.1 utilities/animate.1 utilities/compare.1 utilities/composite.1 utilities/conjure.1 utilities/convert.1 utilities/display.1 utilities/identify.1 utilities/import.1 utilities/mogrify.1 utilities/montage.1 utilities/stream.1 '/usr/local/share/man/man1'
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 magick/ImageMagick.pc magick/MagickCore.pc wand/MagickWand.pc wand/Wand.pc '/usr/local/lib/pkgconfig'
test -z "/usr/local/include/ImageMagick/wand" || /bin/mkdir -p "/usr/local/include/ImageMagick/wand"
 /usr/bin/install -c -m 644 wand/MagickWand.h wand/animate.h wand/compare.h wand/composite.h wand/conjure.h wand/convert.h wand/deprecate.h wand/display.h wand/drawing-wand.h wand/identify.h wand/import.h wand/magick-image.h wand/magick-property.h wand/magick-wand.h wand/magick_wand.h wand/mogrify.h wand/montage.h wand/pixel-iterator.h wand/pixel-wand.h wand/stream.h wand/wand-view.h '/usr/local/include/ImageMagick/wand'
make[2]: Leaving directory `/home/newuser/ImageMagick-6.6.9-4'
make[1]: Leaving directory `/home/newuser/ImageMagick-6.6.9-4'
Did restart apache:

Code: Select all

# /etc/init.d/apache2 restart
Now it does NOT run: missing...so4 (missed to write down the correct error)
reboot and it works:

Code: Select all

# identify -version
Version: ImageMagick 6.6.9-4 2011-04-11 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

NEXT STEP: Workaround Trial6

Post by Wise Elisha »

Back to MagickWand:

Code: Select all

# ./configure
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib64/php5/extensions
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... gawk
checking whether to enable the magickwand extension... yes, shared
checking MagickWand-config in default path... found in /usr/local/bin
checking if ImageMagick version is at least 6.3.8... found version 6.6.9 Q16
checking if PHP version is at least 4.1.3... found version 5.2.14
checking MagickWand-config --cppflags... -I/usr/local/include/ImageMagick
checking MagickWand-config --libs... -L/usr/local/lib -lMagickWand -lMagickCore -lz -lm -lgomp -lpthread -lltdl
checking for ld used by cc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
So far so good.

Code: Select all

# make
/bin/sh /usr/include/php5/ext/magickwand/libtool --mode=compile cc  -I. -I/usr/include/php5/ext/magickwand -DPHP_ATOM_INC -I/usr/include/php5/ext/magickwand/include -I/usr/include/php5/ext/magickwand/main -I/usr/include/php5/ext/magickwand -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/include/ImageMagick -I/usr/local/include/ImageMagick  -DHAVE_CONFIG_H  -g -O2   -c /usr/include/php5/ext/magickwand/magickwand.c -o magickwand.lo
mkdir .libs
 cc -I. -I/usr/include/php5/ext/magickwand -DPHP_ATOM_INC -I/usr/include/php5/ext/magickwand/include -I/usr/include/php5/ext/magickwand/main -I/usr/include/php5/ext/magickwand -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/include/ImageMagick -I/usr/local/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /usr/include/php5/ext/magickwand/magickwand.c  -fPIC -DPIC -o .libs/magickwand.o
In file included from /usr/include/php5/ext/magickwand/magickwand.c:9:
/usr/include/php5/ext/magickwand/magickwand_inc.h:18:31: error: ext/standard/info.h: Datei oder Verzeichnis nicht gefunden
/usr/include/php5/ext/magickwand/magickwand_inc.h:19:40: error: ext/standard/php_smart_str.h: Datei oder Verzeichnis nicht gefunden
/usr/include/php5/ext/magickwand/magickwand.c: In function 'MW_read_image':
/usr/include/php5/ext/magickwand/magickwand.c:150: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
/usr/include/php5/ext/magickwand/magickwand.c:236: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:244: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
/usr/include/php5/ext/magickwand/magickwand.c:289: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:300: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawgetfillalpha':
/usr/include/php5/ext/magickwand/magickwand.c:2183: warning: 'DrawGetFillAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:51)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawgetstrokealpha':
/usr/include/php5/ext/magickwand/magickwand.c:2293: warning: 'DrawGetStrokeAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:52)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawsetfillalpha':
/usr/include/php5/ext/magickwand/magickwand.c:3101: warning: 'DrawSetFillAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:167)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_drawsetstrokealpha':
/usr/include/php5/ext/magickwand/magickwand.c:3270: warning: 'DrawSetStrokeAlpha' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:168)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickaverageimages':
/usr/include/php5/ext/magickwand/magickwand.c:3866: warning: 'MagickAverageImages' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:131)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickclippathimage':
/usr/include/php5/ext/magickwand/magickwand.c:4031: warning: 'MagickClipPathImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:73)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickdescribeimage':
/usr/include/php5/ext/magickwand/magickwand.c:4553: warning: 'MagickDescribeImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:58)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickdisplayimage':
/usr/include/php5/ext/magickwand/magickwand.c:4599: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickdisplayimages':
/usr/include/php5/ext/magickwand/magickwand.c:4725: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickechoimageblob':
/usr/include/php5/ext/magickwand/magickwand.c:4853: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickechoimagesblob':
/usr/include/php5/ext/magickwand/magickwand.c:4953: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickflattenimages':
/usr/include/php5/ext/magickwand/magickwand.c:5097: warning: 'MagickFlattenImages' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:132)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageblob':
/usr/include/php5/ext/magickwand/magickwand.c:5427: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimagesblob':
/usr/include/php5/ext/magickwand/magickwand.c:5510: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageattribute':
/usr/include/php5/ext/magickwand/magickwand.c:5773: warning: 'MagickGetImageAttribute' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:59)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageextrema':
/usr/include/php5/ext/magickwand/magickwand.c:5802: warning: 'MagickGetImageExtrema' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:80)
/usr/include/php5/ext/magickwand/magickwand.c:5807: warning: 'MagickGetImageChannelExtrema' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:78)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimageindex':
/usr/include/php5/ext/magickwand/magickwand.c:5918: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimagepixels':
/usr/include/php5/ext/magickwand/magickwand.c:6108: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6109: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6110: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6111: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6112: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c:6113: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:83)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickgetimagesize':
/usr/include/php5/ext/magickwand/magickwand.c:6266: warning: 'MagickGetImageSize' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:140)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickmapimage':
/usr/include/php5/ext/magickwand/magickwand.c:6707: warning: 'MagickMapImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:86)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickmedianfilterimage':
/usr/include/php5/ext/magickwand/magickwand.c:6809: warning: 'MagickMedianFilterImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/magick-image.h:212)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickmosaicimages':
/usr/include/php5/ext/magickwand/magickwand.c:6929: warning: 'MagickMosaicImages' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:135)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicknewimage':
/usr/include/php5/ext/magickwand/magickwand.c:7049: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:7056: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickreadimageblob':
/usr/include/php5/ext/magickwand/magickwand.c:7785: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickreadimagefile':
/usr/include/php5/ext/magickwand/magickwand.c:7826: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickrecolorimage':
/usr/include/php5/ext/magickwand/magickwand.c:7925: warning: 'MagickRecolorImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:109)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickreducenoiseimage':
/usr/include/php5/ext/magickwand/magickwand.c:7937: warning: 'MagickReduceNoiseImage' is deprecated (declared at /usr/local/include/ImageMagick/wand/magick-image.h:260)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimageattribute':
/usr/include/php5/ext/magickwand/magickwand.c:8366: warning: 'MagickSetImageAttribute' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:111)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimageindex':
/usr/include/php5/ext/magickwand/magickwand.c:8719: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimageoption':
/usr/include/php5/ext/magickwand/magickwand.c:8808: warning: 'MagickSetImageOption' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:115)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magicksetimagepixels':
/usr/include/php5/ext/magickwand/magickwand.c:8915: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:117)
/usr/include/php5/ext/magickwand/magickwand.c:8916: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:117)
/usr/include/php5/ext/magickwand/magickwand.c:8917: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:117)
/usr/include/php5/ext/magickwand/magickwand.c:8918: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:117)
/usr/include/php5/ext/magickwand/magickwand.c:8919: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:117)
/usr/include/php5/ext/magickwand/magickwand.c:8920: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:117)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickwriteimage':
/usr/include/php5/ext/magickwand/magickwand.c:9828: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c: In function 'zif_magickwriteimages':
/usr/include/php5/ext/magickwand/magickwand.c:9980: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:65)
/usr/include/php5/ext/magickwand/magickwand.c:10234: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/local/include/ImageMagick/wand/deprecate.h:113)
make: *** [magickwand.lo] Fehler 1
I don't know any further... :(
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

NEXT STEP: Workaround Trial7

Post by Wise Elisha »

I tried to install this packages under a different vServer, running a ubuntu kernel with all updates.

"Configure" works:

Code: Select all

# ./configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20090626
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking whether to enable the magickwand extension... yes, shared
checking MagickWand-config in default path... found in /usr/bin
checking if ImageMagick version is at least 6.3.8... found version 6.5.7 Q16
checking if PHP version is at least 4.1.3... found version 5.3.2-1ubuntu4.7
checking MagickWand-config --cppflags... -I/usr/include/ImageMagick
checking MagickWand-config --libs... -L/usr/lib -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing libtool commands
Here's the news: I came to the same point:

Code: Select all

# make
/bin/bash /root/MagickWandForPHP-1.0.8/libtool --mode=compile cc  -I. -I/root/MagickWandForPHP-1.0.8 -DPHP_ATOM_INC -I/root/MagickWandForPHP-1.0.8/include -I/root/MagickWandForPHP-1.0.8/main -I/root/MagickWandForPHP-1.0.8 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/include/ImageMagick -I/usr/include/ImageMagick  -DHAVE_CONFIG_H  -g -O2   -c /root/MagickWandForPHP-1.0.8/magickwand.c -o magickwand.lo
libtool: compile:  cc -I. -I/root/MagickWandForPHP-1.0.8 -DPHP_ATOM_INC -I/root/MagickWandForPHP-1.0.8/include -I/root/MagickWandForPHP-1.0.8/main -I/root/MagickWandForPHP-1.0.8 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/include/ImageMagick -I/usr/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /root/MagickWandForPHP-1.0.8/magickwand.c  -fPIC -DPIC -o .libs/magickwand.o
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'MW_read_image':
/root/MagickWandForPHP-1.0.8/magickwand.c:150: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/root/MagickWandForPHP-1.0.8/magickwand.c:236: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c:244: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/root/MagickWandForPHP-1.0.8/magickwand.c:289: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c:300: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_drawgetfillalpha':
/root/MagickWandForPHP-1.0.8/magickwand.c:2183: warning: 'DrawGetFillAlpha' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:36)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_drawgetstrokealpha':
/root/MagickWandForPHP-1.0.8/magickwand.c:2293: warning: 'DrawGetStrokeAlpha' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:37)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_drawsetfillalpha':
/root/MagickWandForPHP-1.0.8/magickwand.c:3101: warning: 'DrawSetFillAlpha' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:110)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_drawsetstrokealpha':
/root/MagickWandForPHP-1.0.8/magickwand.c:3270: warning: 'DrawSetStrokeAlpha' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:111)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickclippathimage':
/root/MagickWandForPHP-1.0.8/magickwand.c:4031: warning: 'MagickClipPathImage' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:53)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickdescribeimage':
/root/MagickWandForPHP-1.0.8/magickwand.c:4553: warning: 'MagickDescribeImage' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:43)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickdisplayimage':
/root/MagickWandForPHP-1.0.8/magickwand.c:4599: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickdisplayimages':
/root/MagickWandForPHP-1.0.8/magickwand.c:4725: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickechoimageblob':
/root/MagickWandForPHP-1.0.8/magickwand.c:4853: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickechoimagesblob':
/root/MagickWandForPHP-1.0.8/magickwand.c:4953: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickflattenimages':
/root/MagickWandForPHP-1.0.8/magickwand.c:5097: warning: 'MagickFlattenImages' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:93)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickgetimageblob':
/root/MagickWandForPHP-1.0.8/magickwand.c:5427: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickgetimagesblob':
/root/MagickWandForPHP-1.0.8/magickwand.c:5510: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickgetimageattribute':
/root/MagickWandForPHP-1.0.8/magickwand.c:5773: warning: 'MagickGetImageAttribute' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:44)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickgetimageextrema':
/root/MagickWandForPHP-1.0.8/magickwand.c:5802: warning: 'MagickGetImageExtrema' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:59)
/root/MagickWandForPHP-1.0.8/magickwand.c:5807: warning: 'MagickGetImageChannelExtrema' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:57)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickgetimageindex':
/root/MagickWandForPHP-1.0.8/magickwand.c:5918: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickgetimagepixels':
/root/MagickWandForPHP-1.0.8/magickwand.c:6108: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:62)
/root/MagickWandForPHP-1.0.8/magickwand.c:6109: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:62)
/root/MagickWandForPHP-1.0.8/magickwand.c:6110: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:62)
/root/MagickWandForPHP-1.0.8/magickwand.c:6111: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:62)
/root/MagickWandForPHP-1.0.8/magickwand.c:6112: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:62)
/root/MagickWandForPHP-1.0.8/magickwand.c:6113: warning: 'MagickGetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:62)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickgetimagesize':
/root/MagickWandForPHP-1.0.8/magickwand.c:6266: warning: 'MagickGetImageSize' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:99)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickmapimage':
/root/MagickWandForPHP-1.0.8/magickwand.c:6707: warning: 'MagickMapImage' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:65)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickmosaicimages':
/root/MagickWandForPHP-1.0.8/magickwand.c:6929: warning: 'MagickMosaicImages' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:94)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magicknewimage':
/root/MagickWandForPHP-1.0.8/magickwand.c:7049: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c:7056: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickreadimageblob':
/root/MagickWandForPHP-1.0.8/magickwand.c:7785: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickreadimagefile':
/root/MagickWandForPHP-1.0.8/magickwand.c:7826: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magicksetimageattribute':
/root/MagickWandForPHP-1.0.8/magickwand.c:8366: warning: 'MagickSetImageAttribute' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:81)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magicksetimageindex':
/root/MagickWandForPHP-1.0.8/magickwand.c:8719: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magicksetimageoption':
/root/MagickWandForPHP-1.0.8/magickwand.c:8808: warning: 'MagickSetImageOption' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:84)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magicksetimagepixels':
/root/MagickWandForPHP-1.0.8/magickwand.c:8915: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:86)
/root/MagickWandForPHP-1.0.8/magickwand.c:8916: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:86)
/root/MagickWandForPHP-1.0.8/magickwand.c:8917: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:86)
/root/MagickWandForPHP-1.0.8/magickwand.c:8918: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:86)
/root/MagickWandForPHP-1.0.8/magickwand.c:8919: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:86)
/root/MagickWandForPHP-1.0.8/magickwand.c:8920: warning: 'MagickSetImagePixels' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:86)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickwriteimage':
/root/MagickWandForPHP-1.0.8/magickwand.c:9828: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c: In function 'zif_magickwriteimages':
/root/MagickWandForPHP-1.0.8/magickwand.c:9980: warning: 'MagickGetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:50)
/root/MagickWandForPHP-1.0.8/magickwand.c:10234: warning: 'MagickSetImageIndex' is deprecated (declared at /usr/include/ImageMagick/wand/deprecate.h:83)
/bin/bash /root/MagickWandForPHP-1.0.8/libtool --mode=link cc -DPHP_ATOM_INC -I/root/MagickWandForPHP-1.0.8/include -I/root/MagickWandForPHP-1.0.8/main -I/root/MagickWandForPHP-1.0.8 -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -I/include/ImageMagick -I/usr/include/ImageMagick  -DHAVE_CONFIG_H  -g -O2   -o magickwand.la -export-dynamic -avoid-version -prefer-pic -module -rpath /root/MagickWandForPHP-1.0.8/modules  magickwand.lo -Wl,-rpath,/lib -L/lib -lMagickWand -Wl,-rpath,/lib -L/lib -lMagickCore -lMagickWand -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lltdl
libtool: link: cc -shared  .libs/magickwand.o   -L/lib /usr/lib/libMagickWand.so /usr/lib/libMagickCore.so /usr/lib/liblcms.so /usr/lib/libtiff.so /usr/lib/libfreetype.so /usr/lib/libjpeg.so -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp /usr/lib/libltdl.so  -Wl,-rpath -Wl,/lib -Wl,-rpath -Wl,/lib   -pthread -Wl,-soname -Wl,magickwand.so -o .libs/magickwand.so
libtool: link: ( cd ".libs" && rm -f "magickwand.la" && ln -s "../magickwand.la" "magickwand.la" )
/bin/bash /root/MagickWandForPHP-1.0.8/libtool --mode=install cp ./magickwand.la /root/MagickWandForPHP-1.0.8/modules
libtool: install: cp ./.libs/magickwand.so /root/MagickWandForPHP-1.0.8/modules/magickwand.so
libtool: install: cp ./.libs/magickwand.lai /root/MagickWandForPHP-1.0.8/modules/magickwand.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /root/MagickWandForPHP-1.0.8/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /root/MagickWandForPHP-1.0.8/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.
produces excakly the same list of errors than SuSE does. :shock:

So what?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Installation: MAKE runs into error

Post by magick »

Which errors? We see a list of warnings-- all of which can be safely ignored.
Wise Elisha
Posts: 10
Joined: 2011-04-02T15:03:34-07:00
Authentication code: 8675308

Re: Installation: MAKE runs into error

Post by Wise Elisha »

I meant the error occurring when I run "make", as you can see at post no 9.

Meanwhile someone else managed to install ImageMagick in combination with MagickWand on a vServer running Ubunutu distro 10.2 for me.
The problem ist not solved, but does not bother me anymore.

Thank you for your support.
Post Reply