2008/11/27 Jenda Krynicky <[EMAIL PROTECTED]>: > 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.
I'm not sure if I am lucky or not but I managed to get a copy of the source (XS and libs) from the originator (cira 2002) . I can't compile it yet but I guess that the subject for another email :-) Dp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/