Page 1 of 1

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

Posted: 2007-12-11T20:44:14-07:00
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:

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

Posted: 2007-12-11T23:36:38-07:00
by anthony
Image/Size.pm or "Image::Size" Perl module has nothing to do with ImageMagick!

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

Posted: 2007-12-12T04:40:56-07:00
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

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

Posted: 2007-12-12T20:37:38-07:00
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.

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

Posted: 2007-12-15T03:18:02-07:00
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.