Page 1 of 2
Magick Studio Install question Centos 5.5
Posted: 2010-10-22T18:45:34-07:00
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?
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-23T08:04:58-07:00
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.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-23T09:08:58-07:00
by justsomedude
Hi,
Currently Centos provides 6.2.8.0-4.el5_5.3
Is this not good enough?
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-23T10:06:22-07:00
by magick
PerlMagick, in ImageMagick 6.2.8, does not support the QueryOption() method as required by the ImageMagick Studio Perl script.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-23T11:39:12-07:00
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.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-23T12:28:06-07:00
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.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-23T14:30:47-07:00
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.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-27T16:59:30-07:00
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'.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-27T17:11:51-07:00
by magick
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-27T17:39:38-07:00
by justsomedude
That one came across fine,
TY for the help.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-27T18:21:47-07:00
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?
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-27T18:46:24-07:00
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?
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-27T18:55:13-07:00
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"
???
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-28T04:40:59-07:00
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.
Re: Magick Studio Install question Centos 5.5
Posted: 2010-10-28T13:34:25-07:00
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?