For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > June 2004 > imagick compilation on freebsd-4.9









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author imagick compilation on freebsd-4.9
Gerrit rüsing

2004-06-25, 6:46 pm

Hello,

sorry to bother you but I have a problem I can't solve.

$> pear install imagick
downloading imagick-0.9.10.tar ...
Starting to download imagick-0.9.10.tar (-1 bytes)
.........................................................................
....done: 368,128 bytes
6 source files, building
running: phpize
autoheader: `config.h.in' is created
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20021010
ImageMagick library install dir? [shared] :
GraphicsMagick instead of ImageMagick? [no] :
building in /var/tmp/pear-build-Gerrit/imagick-0.9.10
running: /tmp/tmp9Tq7Ut/imagick-0.9.10/configure --with-imagick=shared
--with-imagick-gm=no
checking build system type... i386-unknown-freebsdelf4.9
checking host system type... i386-unknown-freebsdelf4.9
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... yes
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php
-I/usr/local/include/php/main -I/usr/local/include/php/Zend
-I/usr/local/include/php/TSRM
checking for PHP extension directory... /usr/local/lib/php/20020429
checking for re2c... exit 0;
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for imagick support... yes, shared
checking for imagick support... no
Building with ImageMagick as backend
checking for ImageMagick in default path... found in /usr/local
checking for ImageMagick 5.5.3 or later with
/usr/local/bin/Magick-config... 5.5.7
checking for InitializeMagick in -lMagick... yes
checking for ranlib... ranlib
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed
`/tmp/tmp9Tq7Ut/imagick-0.9.10/configure --with-imagick=shared
--with-imagick-gm=no' failed

Thank you an awful lot for any help ;-)
- Gerrit
Alan Knowles

2004-06-25, 6:46 pm

Considering what a nightmare building the imagick extension usually is -
this is a new one...

try #pear download imagick
untar it and do the process the old way...
phpize
../configure .....

> loading cache /dev/null within ltconfig
> ltconfig: you must specify a host type if you use `--no-verify'
> Try `ltconfig --help' for more information.


probably worth hacking the ./configure to add --no-verify

either that or update libtool / etc.

Regards
Alan
> configure: error: libtool configure failed
> `/tmp/tmp9Tq7Ut/imagick-0.9.10/configure --with-imagick=shared
> --with-imagick-gm=no' failed
>
> Thank you an awful lot for any help ;-)
> - Gerrit

Alan Knowles

2004-06-25, 6:46 pm

Considering what a nightmare building the imagick extension usually is -
this is a new one...

try #pear download imagick
untar it and do the process the old way...
phpize
../configure .....

> loading cache /dev/null within ltconfig
> ltconfig: you must specify a host type if you use `--no-verify'
> Try `ltconfig --help' for more information.


probably worth hacking the ./configure to add --no-verify

either that or update libtool / etc.

Regards
Alan
> configure: error: libtool configure failed
> `/tmp/tmp9Tq7Ut/imagick-0.9.10/configure --with-imagick=shared
> --with-imagick-gm=no' failed
>
> Thank you an awful lot for any help ;-)
> - Gerrit

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com