jhill has asked for the wisdom of the Perl Monks concerning the following question:
I am currently trying to upgrade our websites which are hosted by webfusion. Our upgraded websites will implement session managment using Apache::Session. Since this module does not appear to be installed on the machine hosting our sites I have tried to copy the module source files to our own webspace. I have come up with the following software error;
Can't locate loadable object for module Storable in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at Apache/Session/Serialize/Storable.pm line 14 Compilation failed in require at Apache/Session/Serialize/Storable.pm line 14. BEGIN failed--compilation aborted at Apache/Session/Serialize/Storable.pm line 14. Compilation failed in require at Apache/Session/MySQL.pm line 22. BEGIN failed--compilation aborted at Apache/Session/MySQL.pm line 22. Compilation failed in require at session.pm line 46. BEGIN failed--compilation aborted at session.pm line 46. Compilation failed in require at user.pm line 53. BEGIN failed--compilation aborted at user.pm line 53. Compilation failed in require at main.pl line 59. BEGIN failed--compilation aborted at main.pl line 59.
What is a "loadable object" and how do I tell Perl where to find it?
Is there a better way to install modules to our own webspace?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing modules in personal webspace
by pelagic (Priest) on Mar 23, 2004 at 13:06 UTC | |
|
Re: Installing modules in personal webspace
by simon.proctor (Vicar) on Mar 23, 2004 at 13:30 UTC | |
by jhill (Novice) on Mar 23, 2004 at 14:52 UTC | |
by simon.proctor (Vicar) on Mar 23, 2004 at 16:06 UTC | |
by jhill (Novice) on Mar 23, 2004 at 16:56 UTC | |
|
Re: Installing modules in personal webspace
by Callum (Chaplain) on Mar 23, 2004 at 13:09 UTC | |
|
Re: Installing modules in personal webspace
by kiat (Vicar) on Mar 23, 2004 at 16:00 UTC | |
by iburrell (Chaplain) on Mar 23, 2004 at 20:08 UTC | |
by Anonymous Monk on Mar 24, 2004 at 05:41 UTC | |
|
Re: Installing modules in personal webspace
by BUU (Prior) on Mar 23, 2004 at 23:46 UTC |