how to install imagemagick on centos (6

Upload: matt-janecek

Post on 29-Oct-2015

154 views

Category:

Documents


0 download

DESCRIPTION

How to Install ImageMagick (and Imagick) With Jp2 Support on CentOS (6

TRANSCRIPT

  • Options For ThisHowto

    Free SupportPaid Support

    Navigation[+] Expand [-] Collapse

    HowtosLinux

    AndroidCentOSDebianFedoraKernelMandrivaPCLinuxOSSuSEUbuntu

    Web ServerApacheCherokeeLighttpdnginx

    BackupControl Panels

    ISPConfigDNS

    BINDMyDNSPowerDNSdjbdns

    DesktopEmail

    Anti-Spam/VirusPostfix

    FTPHigh-AvailabilityMonitoringMySQLProgramming

    C/C++PHP

    SambaSecurity

    Anti-Spam/VirusStorageVirtualization

    KVMOpenVZVMwareVirtualBoxXen

    OtherFreeBSD

    Search

    Register Login Contribute Subscribe RSS

    NewsFAQForgeISPConfigSubscribeContributeForumsHowtos

    How To Install ImageMagick (And Imagick) With jp2 Support On CentOS ... http://www.howtoforge.com/how-to-install-imagemagick-and-imagick-wit...

    1 of 6 6/9/2012 7:43 AM

  • CommercialMini-HowtosForumsContributeSubscriptionLoginSite Map/RSS Feeds

    User loginUsername:spinemjay

    Password:

    Remember Me?

    Create a new accountRequest new password

    Facebook

    Find us onFacebook

    HowtoForge

    Like

    Facebook social plugin

    Who's onlineThere are currently 5 usersand 3290 guests online.

    HowtoForgeForums

    SSH: Key Auth fromeverywhere,Password allowed...

    Extend Ext4partition

    can't completelyclean theharddrive inunbuntu ...

    is there a way ofkeep using gnome2?

    Postfix virtualmailbox permissiondenied

    Postfix andDovecot continuousproblems

    web, mail, mysqlcluster. debian

    How To Install ImageMagick (And Imagick) With jp2 Support On CentOS ... http://www.howtoforge.com/how-to-install-imagemagick-and-imagick-wit...

    2 of 6 6/9/2012 7:43 AM

  • Problem withNetworkconfiguration onUBUNTU ...

    Free SSL Cert& MirrorISPConfig Servers/ ...

    adding 2nd slaveto web mailmysqdatabase ...

    NewsUbuntu 12.10 Will HaveOpenJDK 7

    Gnome-Shell gets its firstfacelift!

    What are databaseIndexes?

    Fedora 17: Beefier ThanUbuntu 12.04 LTS?

    Porting applications toLinux for System z

    US Navy buys Linux toguide drone fleet

    NGINX Exec Talks aboutNetflix CDN Open ServerDeal

    Independent softwaredevelopers go full time withopen source

    How To Install VMwarePlayer In Ubuntu 12.04

    Holyspirit, Free and OpenSource Diablo Like ActionRPG for Linux

    more

    Recent commentsUpgrade server3 hours 56 min ago

    Great article7 hours 44 min ago

    # sudo apt-get install20 hours 26 min ago

    With KDE desktop yes1 day 3 hours ago

    The Perfect Desktop -Fedora 171 day 4 hours ago

    Where are the defaultdirectory locations for thisinstall.1 day 13 hours ago

    Thank's a millionman, is1 day 19 hours ago

    Re: Has anyone been ableto1 day 21 hours ago

    no need to install fast-cgi

    How To Install ImageMagick (And Imagick) With jp2 Support On CentOS ... http://www.howtoforge.com/how-to-install-imagemagick-and-imagick-wit...

    3 of 6 6/9/2012 7:43 AM

  • 3 Tweet 8

    1 day 21 hours ago

    Ubuntu 11.10 and 12.04LTS1 day 22 hours ago

    NewsletterSubscribe toHowtoForgeNewsletterand stay informed aboutour latest HOWTOs andprojects.

    enter email address

    (To unsubscribe fromour newsletter, visit thislink.)

    English | Deutsch | Site Map/RSS Feeds | Advertise

    You are here: Home Howtos Linux CentOS How To Install ImageMagick (And Imagick) With Jp2 Support On CentOS (6.0)

    How To Install ImageMagick (And Imagick) With jp2 Support On CentOS (6.0)

    Want to support HowtoForge? Become a subscriber!

    Submitted by ShadowElf2 (Contact Author) (Forums) on Wed, 2011-11-02 08:46. :: CentOS |PHP

    How To Install ImageMagick (And Imagick) With jp2Support On CentOS (6.0)

    This tutorial describes how to install ImageMagick and imagik with jp2 supporton CentOS 6.0.

    1. First we have to remove imagemagick.

    yum remove ImageMagick

    2. Now install some dependencies.

    yum install jasper-develyum install jasper

    3. Download tar.gz from www.imagemagick.org.

    cd /tmpwget ftp://mirror.aarnet.edu.au/pub/imagemagick/ImageMagick-6.7.3-1.tar.gz

    4. Install:

    8 SendLike

    How To Install ImageMagick (And Imagick) With jp2 Support On CentOS ... http://www.howtoforge.com/how-to-install-imagemagick-and-imagick-wit...

    4 of 6 6/9/2012 7:43 AM

  • 3 Tweet 8

    tar zxf ImageMagick-6.7.3-1.tar.gzcd ImageMagick-6.7.3-1./configure --prefix=/usr --with-modules --with-perl=/usr/bin/perl --with-jp2 --enable-shared--disable-static --without-magick-plus-pusmakemake install

    5. Install another dependency:

    yum install ImageMagick-devel

    6. Install imagick:

    pecl install imagick

    7. Next we edit /etc/php.ini and add extension=imagick.so:

    vi /etc/php.ini

    Press a to start editing, add extension=imagick.so and then press Escape and write :x. And the classic Enter.

    Restart Apache:

    service httpd restart

    Now you should see "imagick" and ".jp2" in phpinfo();.

    Good luck.

    Copyright 2011 ShadowElfAll Rights Reserved.

    add comment | view as pdf | print

    Please do not use the comment function to ask for help! If you need help, please use our forum.Comments will be published after administrator approval.

    8 SendLike

    How To Install ImageMagick (And Imagick) With jp2 Support On CentOS ... http://www.howtoforge.com/how-to-install-imagemagick-and-imagick-wit...

    5 of 6 6/9/2012 7:43 AM

  • Howtos | Mini-Howtos | Forums | News | Search | Contribute | SubscriptionSite Map/RSS Feeds | Advertise | Contact | Disclaimer | Imprint

    Copyright 2012 HowtoForge - Linux Howtos and TutorialsAll Rights Reserved.

    How To Install ImageMagick (And Imagick) With jp2 Support On CentOS ... http://www.howtoforge.com/how-to-install-imagemagick-and-imagick-wit...

    6 of 6 6/9/2012 7:43 AM