Magick Studio Install question Centos 5.5

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
justsomedude

Magick Studio Install question Centos 5.5

Post by justsomedude »

I'm trying to install Magick Studio on a Centos 5.5 server...I've about got it done but the test complains

Can't locate auto/Image/Magick/QueryOption.al

What library/package is this part of?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Magick Studio Install question Centos 5.5

Post by magick »

Most likely you need to upgrade your release of ImageMagick. You can build from the source RPM or type these commands:
Also read the last few paragraphs of these section: http://www.imagemagick.org/script/archi ... hp#threads regarding OpenMP.
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

Hi,

Currently Centos provides 6.2.8.0-4.el5_5.3

Is this not good enough?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Magick Studio Install question Centos 5.5

Post by magick »

PerlMagick, in ImageMagick 6.2.8, does not support the QueryOption() method as required by the ImageMagick Studio Perl script.
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

Ok. I'm a bit leery of installing any libraries not available through Yum. I'll have to chew on this a bit.

One question...Is there a prior version of Image Magick Studio that WILL run on the current Centos Libraries and if so, where can I find it??

Thanks for your input.
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

I forgot to mention..this is on a live production webserver, not a desktop or dedicated server or development box so I need to be sure that whatever I do does not adversely affect the rest of the clients on that box.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Magick Studio Install question Centos 5.5

Post by magick »

If you want to run ImageMagick Studio, it requires the latest releases of ImageMagick. We do not maintain legacy releases of the ImageMagick Studio Perl script.
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

Ok.. I get a not found error trying to get this file..

ftp://ftp.imagemagick.org/pub/ImageMagi ... 5-2.tar.gz

I copied and pasted from your post above. Help please?

wget ftp://ftp.imagemagick.org/pub/ImageMagi ... 5-2.tar.gz
--2010-10-27 19:57:29-- ftp://ftp.imagemagick.org/pub/ImageMagi ... 5-2.tar.gz
=> `ImageMagick-6.6.5-2.tar.gz'
Resolving ftp.imagemagick.org... 74.63.13.227
Connecting to ftp.imagemagick.org|74.63.13.227|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/ImageMagick ... done.
==> SIZE ImageMagick-6.6.5-2.tar.gz ... done.
==> PASV ... done. ==> RETR ImageMagick-6.6.5-2.tar.gz ...
No such file `ImageMagick-6.6.5-2.tar.gz'.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Magick Studio Install question Centos 5.5

Post by magick »

justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

That one came across fine,

TY for the help.
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

Ok. Installation complete

But I get this error message when I try to upload an image in the studio...

Your image has expired:
/xxx/xxx/xxx/cgi-bin/MagickStudio/cgi-bin/MagickStudio/workarea
No such file or directory

Path should be /xxx/xxx/xxx/cgi-bin/MagickStudio/workarea

Where can I change the path to correct this?
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

Checked the MagickStudio.pm file in the scripts directory and found that the info there is correct:

our $DocumentDirectory = '/cgi-bin/MagickStudio'; # relative to server root
our $DocumentRoot = '/xxx/xxx/xxx/cgi-bin/MagickStudio'; # server root

How do I correct this?
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

I checked the workarea and the files are uploading..

Ok.the path issue--- I changed the path from $DocumentDirectory = '/cgi-bin/MagickStudio'; to ' ' and it seems to find the image workarea now but here's what I see when it "loads"

???

Image
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

Previous screenshot was from Firefox,

Here's from IE8 after I copied the images directory from the cgi-bin/MagickStudio directory to the server root (firefox now looks exactly the same as this one too)

By the way--the top browser bar DOES show the file name but the image does not actually show up on the page in the studio as you can see.

Image
justsomedude

Re: Magick Studio Install question Centos 5.5

Post by justsomedude »

Ok.. No answers?

How about this one.. Where can I get the latest copy of MagickStudio so I can delete what I have and start fresh?
Post Reply