메뉴 건너뛰기

리눅스 관련 모음

본문시작

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 

imagick-3.1.0RC2  를 다음과 같이 설 후 다음과 같은 에러가 발생 하였다.

 

#>phpize

#>./configure

 

php.ini 에 다름과 같이 추가

 

extensions_dir=:/usr/local/php/lib/php/extensions/no-debug-zts-20060613/

enable_dl=On

extensions="imagick.so"

 

 

#>service httpd restart

 

#>tail -f /error_log

 

다음과 같은 에러가 발생

 

/usr/local/apache/bin/httpd: symbol lookup error: /usr/local/php/lib/php/extensions/no-debug-zts-20060613/imagick.so: undefined symbol: MagickWandGenesis

 

=================================

 

에러 해결

 

When running ./configure add the following config option:

PKG_CONFIG_PATH=/path/to/imagemagick-install-directory/lib/pkgconfig/ :)

 

이를 참고로 하여 다음과 같이 설치한다.

 

 

ImageMagick-6.6.7  설치를 /usr에 설치 하였으므로

 

 

imagick 컴파일 설치시 아래 옵션을 추가하여 설치하면 에러 발생이 없다.

 

제1방법

#> phpize

#> ./configure  PKG_CONFIG_PATH=/usr/lib/pkgconfig/

 

제2방법 -- 이게 더 확실할 것 같다.

./configure –with-php-config=/usr/local/php/bin/php-config –with-imagick=/usr/local/ImageMagick PKG_CONFIG_PATH=/usr/local/ImageMagick/lib/pkgconfig

 

   

  1. specifies multiple packages 대처법

    Date2012.02.22 By햇빛소년 Views27962
    Read More
  2. Red Hat / CentOS IPv6 Network Configuration

    Date2012.05.30 By햇빛소년 Views28096
    Read More
  3. pyzor: check failed: internal error, python traceback seen in response 드디어 해결

    Date2012.06.20 By햇빛소년 Views28388
    Read More
  4. chmod 파일 퍼미션의 다양한 조건들....

    Date2012.05.16 By햇빛소년 Views28516
    Read More
  5. ClamAV 0.97.4 버전으로 새로 컴파일 하여 업데이트 한후 에러발생 해결...

    Date2012.04.29 By햇빛소년 Views28721
    Read More
  6. audit.log 관련...

    Date2012.06.15 By햇빛소년 Views28906
    Read More
  7. /etc/rc.d/init.d/smb script file

    Date2012.07.02 By햇빛소년 Views29322
    Read More
  8. 스팸어쎄신(spamassassin)은 설치 후 service등록과 업데이트를 한번 더 해 줘야 한다.

    Date2012.05.10 Category설치관련 By햇빛소년 Views29484
    Read More
  9. php: symbol lookup error:/........./imagick.so: undefined symbol: MagickWandGenesis

    Date2012.06.22 By햇빛소년 Views29783
    Read More
  10. convert: error while loading shared libraries: libMagick.so.10: cannot open

    Date2012.02.20 By햇빛소년 Views29870
    Read More
  11. cpan 으로 설치힌 perl 모듈의 검색과 삭제...

    Date2012.05.10 By햇빛소년 Views30045
    Read More
  12. /etc/security/pam_env.conf: No such file or directory

    Date2012.06.18 By햇빛소년 Views30139
    Read More
  13. audit2allow라는 프로그램

    Date2012.06.08 By햇빛소년 Views30194
    Read More
  14. unable to include potential exec "include/top.html" in parsed file 에러 해결!!!

    Date2013.01.11 Category에러해결 By햇빛소년 Views30287
    Read More
  15. open(/var/dcc/map): Permission denied --- maillog에러 메세지 드디어 해결!! --제2편

    Date2012.06.09 By햇빛소년 Views31089
    Read More
  16. /etc/mail/access 사용법

    Date2012.06.22 By햇빛소년 Views31315
    Read More
  17. procmail: Couldn't create or rename temp file "/var/spool/mail/spam/"

    Date2012.06.18 By햇빛소년 Views31403
    Read More
  18. DCC+razor2+pyzor how to ---[ spamassassin -D <test 2>debug ]

    Date2012.05.31 Category설치관련 By햇빛소년 Views31628
    Read More
  19. open(/var/dcc/map): Permission denied --- maillog에러 메세지 드디어 해결!!

    Date2012.06.09 By햇빛소년 Views31887
    Read More
  20. Starting spamd: Apr 29 16:41:34.934 [14162] warn: server socket setup failed, retry 1: spamd: could not chown 에러해결

    Date2012.04.29 By햇빛소년 Views32110
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10