Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 14 of 14

This is a discussion on Image::Magick playing hide and seek in the Shared & Semi-Dedicated forum
This is beyond frustrating for me right now. According to perldiver on copper Image::Magick is installed, but according to http://www.serialpurrs.org/mt/mt-check.cgi Image::Magick is not installed (At ...

  1. #1
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398

    Unhappy Image::Magick playing hide and seek

    This is beyond frustrating for me right now.

    According to perldiver on copper Image::Magick is installed, but according to http://www.serialpurrs.org/mt/mt-check.cgi Image::Magick is not installed (At least not in the usual place where it should be found. Or the install of Image::Magick is faulty).

    I've been running back and forth between Jag Support and the MovableType support people and each of them seems to think I should check in with the other part to get things sorted out.

    Does any of the MT people around here have any clue about what to do or have any of you experienced the same problem with MT 3.x not finding Image::Magick?

  2. #2
    Old Hillbilly Connie's Avatar
    Join Date
    Sep 2001
    Location
    Hills of Missouri
    Posts
    2,648
    Sara,

    Why not ask support through the ticket system?

    Forum Moderators - Jag Staff

    Spam Whackers Blog - Dedicated to fighting Spam and providing General SEO Tips
    Organize your Kitchen or purchase Kitchen Accessories at Condells
    Ihelpyou Forum - Dedicated to "Best Practices" SEO

  3. #3
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    Have to admit that I kinda gave up on it since all I got was a link to perldiver and the note that it was installed.

  4. #4
    Old Hillbilly Connie's Avatar
    Join Date
    Sep 2001
    Location
    Hills of Missouri
    Posts
    2,648
    Jag is pretty good about uploading, updating, on installing new whatever a customer needs. I f it is something important to you I still think a request to through the ticket system would be the best way to go. I would submit that kind of request during normal business hours. Support seems to be a little better. You would have an official rresponce to your question.

    Forum Moderators - Jag Staff

    Spam Whackers Blog - Dedicated to fighting Spam and providing General SEO Tips
    Organize your Kitchen or purchase Kitchen Accessories at Condells
    Ihelpyou Forum - Dedicated to "Best Practices" SEO

  5. #5
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    I know they're good about doing stuff for us (Had some modules installed earlier this week in half an hour). Just frustrating when things isn't that easy to solve.

  6. #6
    Wookiee JPC-Les's Avatar
    Join Date
    May 2002
    Location
    The Exogorths belly
    Posts
    1,265
    Apparently MT or that script has a problem when running in a subdirectory. check out http://www.serialpurrs.org/mt-check.cgi
    (pm) | (email) Les, Chief Operations Officer

    Need a Manager?
    (pm) | (email) David, Customer Service Manager
    (pm) | (email) Masood, Chief Technical Officer

    Helpful Links
    Knowledge Base | Network Status | Current Specials

  7. #7
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    Arghh Wonder if I should go ahead and reinstall MT to the cgi bin?

    *scratching head*

  8. #8
    Yeah, I know a LOT! Vin DSL's Avatar
    Join Date
    Mar 2003
    Location
    Arizona Uplands
    Posts
    10,775
    I don't know if this will help you, but here is the location of PerlMagick on Neutron:

    Code:
    whereis Image::Magick
    Image::Magick: /usr/man/man3/Image::Magick.3 /usr/share/man/man3/Image::Magick.3pm
    DISCLAIMER Any resemblance between the views expressed above and those of the owners and operators of this system is purely coincidental. Any resemblance between these views and my own are non-deterministic. The existence of Vin DSL is questionable. The existence of views in the absence of anyone to hold them is problematic. The existence of the reader is left as an exercise in the second-order coefficient.

    No Guts, No Story! VinDSL © 2010

  9. #9
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    Ugh

    Tried installing MT in the cgi-bin, but asides mt running slower than $#()@#*$ it still couldn't find the darn module. And ofcourse Copper now appears to be down so I can't do anything at all.

    Wouldn't surprise me if it was me bringing it down.

  10. #10
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    You shouldn't install any programs in your cgi-bin for security rasons. If you need to install your own programs, you should install them somewhere outside of your public_html directory. Personally, I use a directory called "bin" inside my home directory. When you set up your scripts to refer to those programs, use /home/USERNAME/bin.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  11. #11
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Nevermind, I misread the post I was replying to.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  12. #12
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    And to end this saga (For now anyway) When copper came back up I pulled MT out of the cgi-bin and installed it as I've always done. It still can't find Image::Magick, but for now I can live without it and do it the hard way when needed.

  13. #13
    || $name ne 'R.Stiltskin'
    Join Date
    Jun 2003
    Location
    Tejas
    Posts
    2,438
    OK, so accordint to MT diagnostics:
    Image::Magick
    Your server does not have Image::Magick installed, or Image::Magick requires another module that is not installed. Image::Magick is optional; It is needed if you would like to be able to create thumbnails of uploaded images. Please consult the installation instructions for help in installing Image::Magick.
    My guess is that since perldiver is detecting the perl module to allow access to Image::Magick libraries, that the module does exist and it is the libraries that are lacking. If you don't trust perldiver, then just install the Perl::Magick module from CPAN's repository into your own webspace and define the library path at the top of the MT script (is it a perl based script?). At least then you'll know that the module is available. If MT still fails (assuming you compiled the module correctly), then you are verifying that it is an Image::Magick library that is not available for a fully functional application.

    If that is the case, you could submit a ticket to support requesting them to confirm that Image::Magick (ImageMagick libraries and not pm module) is indeed installed on your server and is operational. They may need to confirm that all symlinks are current since OS upgrades ocassionally interfere with shared server libraries. The Image::Magick libraries would most certainly be shared. You might also give them a link to the most current version of Image::Magick in case they want to reinstall with the latest and greatest. I don't think anyone would mind since if the current library isn't installed for you, it won't be installed for anyone on your server. Upgrading wouldn't sabotage anyone else's application.

    Just top of the head thoughts to move the process along. Hope it helps. Then you can worry about DSA/crypt issues.

  14. #14
    Resident Alien Sara's Avatar
    Join Date
    Aug 2002
    Posts
    398
    Running mt-check again and comparing it to the results when running it like Les did above I'm starting to get convinced that it's not MT that's got a problem but Copper

    When running mt-check as Les did it sees Magick but not
    Code:
    Crypt::DSA
    and
    Code:
    XML::Atom
    Running it as I originally did in my first post it sees
    Code:
    XML::Atom
    but not
    Code:
    Crypt::DSA
    and Magick.

    Now how to explain all this in a TT so I don't get just a "canned" response about Magick being on the server?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •