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
Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL
- 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
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/
https://imagemagick.org/Usage/
Re: Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL
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
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
- 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
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.
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/
https://imagemagick.org/Usage/
Re: Can't locate Image/Size.pm I CANT TAKE IT ANYMORE LOL
You might want to readtooljob wrote:Can't locate Image/Size.pm in @INC (@INC contains: /usr/lib/perl5/5.8.5/i386-linux-thread-multi
...
Code: Select all
perldoc -q "How do I add a directory"