yum 이나 rpm 을 이용한 magickwand 설치 질문

11864
points
points
현재 yum 을 이용해 php5 를 설치해둔상태입니다.
php에서 magickwand 라는 라이브러리를 써야합니다.
imagemagick은 설치해둔상태인데 저 라이브러리를 어떻게 설치해야 하는지 모르겠어서 질문올립니다..
사용중인 배포판은 RHEL4 입니다.
KLDPOpen Source, Geek, IT... |
|
사용자 로그인둘러보기KLDP 내용 검색KLDP Wiki |
points
MagickWandForPHP-1.0.7 란
MagickWandForPHP-1.0.7 란 녀석을 구했는데
configure 중에 에러가 납니다..
[root@image2 MagickWandForPHP-1.0.7]# ./configure
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -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... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
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/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/20060613-zts-debug
checking for PHP installed headers prefix... /usr/local/include/php
checking for re2c... no
configure: WARNING: You will need re2c 0.12.0 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... configure: error: Cannot locate configuration program MagickWand-config
points
apache 소스 컴파일 php
apache 소스 컴파일
php 소스 컴파일
imagemagick 소스 컴파일
magickwandforphp -> php 컴파일시 모듈로 첨부
로 해결 했습니다.
에효 오늘은 야근좀 덜 했음 ㅠㅠ