From: Dermot <[EMAIL PROTECTED]> > 2008/11/27 Jenda Krynicky <[EMAIL PROTECTED]>: > > From: Dermot <[EMAIL PROTECTED]> > > > > > Yes there is something special. The loadable object (.so for unix, > > .dll for windows) for > > /.../perl/lib/MyApp2.pm > > is looked up in > > /.../perl/lib/auto/MyApp2/MyApp2.so > > > > In either case you'd better install the module properly and compile > > it for the exact processor, operating system and version of perl. > > It's quite possible that the .so you have was compiled for a > > different version of Perl and thus doesn't work with this one. > > > It's looks that way. It was stored on the other system in > /usr/local/lib/perl5/site_perl/5.6.2. The system I was trying to move > the application to is a v5.8. > > Unfortunately I can't seem to find the source :-0
In that case I'm afraid you are doomed. The only thing you can do is to install a 5.6.2 on the new server as well and try to run that application with that perl. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
