in reply to Installing Image::Exif in lib directory
The version you need depends on the specific architecture your webhost is running...
What does perl -V (when run on your webserver) say?
The idea would be to build the module on a compatible machine (or get it from someone who can do that for you), and then copy the architecture specific parts into an auto/Image/Exif subdirectory in your private Perl lib directory (of course, that would only work if your host does allow you to execute/load private binaries/shared object files — in some cases this is deliberately disabled...)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing Image::Exif in lib directory
by Anonymous Monk on Jun 07, 2008 at 12:47 UTC | |
by almut (Canon) on Jun 07, 2008 at 12:57 UTC |