I just got a new server in which I installed ImageMagick-6.2.7. After
installing, I did 'make check' finally which showed me this:
=================================================================================
6 of 714 tests failed
Please report to http://redux.imagemagick.org/discussion ... um.php?f=3
=================================================================================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory `/root/ImageMagick-6.2.7'
make: *** [check-am] Error 2
Then I traced all the 6 failures and have listed them below:
Caught exception: lt-button: FreeType library is not available `#CCCCCC'
FAIL: Magick++/demo/button.sh
Read images ...
Creating thumbnails...
add noise ...
annotate ...
Caught exception: lt-demo: FreeType library is not available `/root/ImageMagick-6.2.7/Magick++/demo/model.miff'
FAIL: Magick++/demo/demo.sh
angle 0
Caught exception: lt-gravity: FreeType library is not available `#FFFFFFFFFFFF'
FAIL: Magick++/demo/gravity.sh
Caught exception: lt-piddle: FreeType library is not available `#FFFFFFFFFFFF'
FAIL: Magick++/demo/piddle.sh
Caught exception: lt-shapes: FreeType library is not available `#FFFFFFFFFFFF'
FAIL: Magick++/demo/shapes.sh
lt-convert: FreeType library is not available `/root/ImageMagick-6.2.7/Magick++/demo/model.miff'.
FAIL: utilities/tests/annotate.sh
The above FAIL messages I just mailed you for your information. My main concern is that after installation, I got all the IM tools except gifsicle.
When I do 'whereis gifsicle' or 'locate gifsicle', it is not able to find. How do I get gifsicle?
Installation problem
hi,
Originally configuration for the same was as follows:
FreeType --with-freetype=yes no
I downloaded freetype-2.2.1.tar and installed it.
[root@clg ~]# freetype-config --prefix
/usr/local/
But still annotating is not working. When I type a convert command with annotate from commandline, it says:
convert: FreeType library is not available `none'.
Do I have to set the path or something. If yes, how to do it.
Or is it that I have to uninstall and install IM again.
Please help,
regards,
Abhishek
Originally configuration for the same was as follows:
FreeType --with-freetype=yes no
I downloaded freetype-2.2.1.tar and installed it.
[root@clg ~]# freetype-config --prefix
/usr/local/
But still annotating is not working. When I type a convert command with annotate from commandline, it says:
convert: FreeType library is not available `none'.
Do I have to set the path or something. If yes, how to do it.
Or is it that I have to uninstall and install IM again.
Please help,
regards,
Abhishek
Oh thanks for showing interest. The problem was long back. It's solved
now. I downloaded the freefont library again and did this:
$ gunzip freetype-2.2.1.tar.gz
$ tar -xvf freetype-2.2.1.tar
$ cd freetype-2.2.1
$ ./configure --prefix=<yourprefix>
$ make
$ make install
It worked.
Thx anyways. This info would be useful for someone.
Abhishek
now. I downloaded the freefont library again and did this:
$ gunzip freetype-2.2.1.tar.gz
$ tar -xvf freetype-2.2.1.tar
$ cd freetype-2.2.1
$ ./configure --prefix=<yourprefix>
$ make
$ make install
It worked.
Thx anyways. This info would be useful for someone.
Abhishek