in reply to Re: ImageMagick on the webhost
in thread ImageMagick on the webhost

I installed the one module you said Magick.pm and added that to my /lib/. I get the error
Can't locate loadable object for module Image::Magick in @INC (@INC co +ntains: /home/name/public_html/lib /usr/lib/perl5/5.8.0/i386-linux-th +read-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386-l +inux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_ +perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/li +b/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at check.pl l +ine 13 Compilation failed in require at check.pl line 13. BEGIN failed--compilation aborted at check.pl line 13.
Did I do something wrong?

Replies are listed 'Best First'.
Re: ImageMagick on the webhost
by b10m (Vicar) on Mar 11, 2004 at 19:00 UTC

    Brother tachyon wrote a fine tutorial (A Guide to Installing Modules). I could partially quote it here, but it's better to read the whole thing :)

    --
    b10m

    All code is usually tested, but rarely trusted.
      I've read that before and I've installed many modules before on a server. I can't use the Makefile because it's on a webserver, not on my computer and I can't use shell. How do I fix "loadable" errors?
        "I've read that before and I've installed many modules before on a server."

        Good.

        "I can't use the Makefile because it's on a webserver, not on my computer and I can't use shell. How do I fix "loadable" errors?"

        First of all, find a decent webhoster that offers you shell access. But that's not going to help you here. I am affraid I can't help you here much, for I recently smashed my crystal ball. I take it your $HOME is /home/name and you installed the Magick.pm in /home/name/public_html/lib/Image/? ... or you didn't use the right use lib;. But that is not possible, for you've read the tutorial.

        Maybe Corion can help out, for he seems to know more on this.

        --
        b10m

        All code is usually tested, but rarely trusted.