Magick Studio Install question Centos 5.5
Magick Studio Install question Centos 5.5
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?
Can't locate auto/Image/Magick/QueryOption.al
What library/package is this part of?
Re: Magick Studio Install question Centos 5.5
Most likely you need to upgrade your release of ImageMagick. You can build from the source RPM or type these commands:
- sudo yum install ImageMagick-devel
wget ftp://ftp.imagemagick.org/pub/ImageMagi ... 5-2.tar.gz
tar xvfz ImageMagick-6.6.5-2.tar.gz
cd ImageMagick-6.6.5-2
./configure
sudo make install
cd PerlMagick
perl Makefile.PL
sudo make install
Re: Magick Studio Install question Centos 5.5
Hi,
Currently Centos provides 6.2.8.0-4.el5_5.3
Is this not good enough?
Currently Centos provides 6.2.8.0-4.el5_5.3
Is this not good enough?
Re: Magick Studio Install question Centos 5.5
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
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.
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
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
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
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'.
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
That one came across fine,
TY for the help.
TY for the help.
Re: Magick Studio Install question Centos 5.5
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?
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
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?
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
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"
???
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
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.
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
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?
How about this one.. Where can I get the latest copy of MagickStudio so I can delete what I have and start fresh?