Anyone ever install ImageMagick?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mastamindz
    Confirmed User
    • Feb 2002
    • 3547

    #1

    Anyone ever install ImageMagick?

    Im lost

    I have no idea where to start, if you can give me a couple tips or even a site that has the info (that actually make sense to non technical type) hook me up!
    If you click here, you will make money.
  • AcidMax
    Confirmed User
    • May 2002
    • 1827

    #2
    www.imagemagick.org , its usually pretty simple for linux / freebsd distros.
    Latest MMA news. http://www.mmawrapup.com

    Comment

    • Sly_RJ
      Live Hard - Die Hard
      • Feb 2002
      • 17042

      #3
      Who are you hosting with? Your host should be able to help you out a bit, and maybe even install it for you.

      My host installs all that script shit for me. They're either going out of their way to make a customer happy, or they're afraid I'll delete the hard drive.
      PHAT SERVERS - Quality dedicated hosting at a quality price!
      sly AT phatservers DOT com - 147479144

      Comment

      • juicylinks
        So Fucking Banned
        • Apr 2001
        • 122992

        #4
        its very resource intensive

        Comment

        • AcidMax
          Confirmed User
          • May 2002
          • 1827

          #5
          Originally posted by juicylinks
          its very resource intensive
          Depends on what you are doing, its not bad in most cases.

          Andy
          Latest MMA news. http://www.mmawrapup.com

          Comment

          • Makingcoin
            Confirmed User
            • Aug 2002
            • 8919

            #6
            Originally posted by Sly_RJ
            Who are you hosting with? Your host should be able to help you out a bit, and maybe even install it for you.

            My host installs all that script shit for me. They're either going out of their way to make a customer happy, or they're afraid I'll delete the hard drive.
            What he said. Get your host to install that shit.

            www.MAKINGCOIN.com

            icq. 166-662-831
            "Start making large coin!"


            Daddy I Get Paid To Be A Whore - Coming Soon

            Comment

            • Bucho
              Confirmed User
              • May 2003
              • 578

              #7
              your host might already have it installed - but if not:

              howto for virtual account (yes you can do that):
              http://www.photopost.com/magicknoroot-php.html

              re's

              Bucho
              ICQ: 4646141

              Comment

              • Arty
                Confirmed User
                • Nov 2002
                • 880

                #8
                If you are on FreeBSD, easiest way to do it would be using ports.

                goto /usr/ports/graphics/ImageMagick (notice to caps) then type makeinstall

                that would download&install fully working copy of it.

                if the version is old you might want to update your ports collection with cvs-up

                I hope this helps.

                Comment

                • Tipsy
                  Confirmed User
                  • Jul 2001
                  • 6989

                  #9
                  If it's your own dedicated you really shouldn't be trying to admin it if you can't even install a fairly simple module. As has been suggested ask your host and if you haven't got one get a managed solution.
                  Ignorance is never bliss.

                  Comment

                  • aleck
                    Confirmed User
                    • Jan 2001
                    • 940

                    #10
                    login as root

                    go to imagemagick.org, pick the mirror closest to your server, login to it's ftp thru your box and download ImageMagick5.5.7-9.i386.tar.gz (or like this) to a folder on your box

                    go out of ncftp (better to use it for browsing ftp sites) type 'tar -xzf ImageMagick5.5.7-9.i386.tar.gz' or whatever filename it would be

                    tar will create a folder named ImageMagick5.5.7-9 or like this. cd into in and type './configure' then 'make' and finally 'make install'

                    that's all. easy, isn't it?
                    come trade shemale traffic here

                    Comment

                    • dougeetx
                      Confirmed User
                      • Apr 2002
                      • 6163

                      #11
                      We have it installed already on The DarkSide.
                      Coming Soon! A NEW revolution in black adult social networking!

                      Comment

                      • funkmaster
                        So Fucking Banned
                        • Sep 2001
                        • 7938

                        #12
                        cd /usr/ports/graphics/ImageMagick
                        make
                        make install

                        Comment

                        Working...