Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tooljob

Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL

Post by tooljob »

Can't locate Image/Size.pm in @INC (@INC contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi

We got a CentOS 4.4 server running Perl 5.8.5. We have websites that use ImageMagick from years past. We had to rebuild the server last weekend.

Since that time everything we got is running except our Perl based sites that require ImageMagick.

I have been pulling my hair our with this thing..

I did a yum install ImageMagick...

That didnt do anything..

I went and got 3 RPMs (base,perl, and development) packages and that didnt work.

I finally built it using gcc. That didnt seem to work even thought it built both Image and Perl Magick fine

When I run a perl script that uses this ImageMagick module it bombs.

Life is too f'ing short for crap like this. Can anyone point me into any directions for a resolution?

Heck I will buy ya dinner at TGIF Fridays if ya help me out...

THanks

TJ

about to jump out off bridge because of ImageMagick

:shock:
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL

Post by anthony »

Image/Size.pm or "Image::Size" Perl module has nothing to do with ImageMagick!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
tooljob

Re: Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL

Post by tooljob »

My bad I guess I got it installed because the error was there now its not. Im been hounding over this for 2 days so I apologize if I mistakenly gave erroneous info..

ANyhow what is that do you know?

thanks

TJ

Like I said Ill buy ya dinner at TGIF Fridays if ya can help me

thanks
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL

Post by anthony »

More than likely it is the script environment inherited from the web server.
May be PATH, LD_LIBRARY_PATH or PERLLIB

Basically you will need to try and see the errors that the perl is returning, usally in the web server error log file.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
maceis

Re: Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL

Post by maceis »

tooljob wrote:Can't locate Image/Size.pm in @INC (@INC contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi
...
You might want to read

Code: Select all

perldoc -q "How do I add a directory"
I hope this helps.
Post Reply