On Wed, Aug 06, 2003 at 09:11:01PM +1000, Rob Casey wrote:
> Although I still needed to have the symbolic link from libperl.so.5.6.1 to 
> libperl.so in /usr/lib as per my previous correspondence.

Glad to hear that.  Can you remove the said symbolic link and see if
the following patch (against myldr/Makefile.PL) works?  If yes I'll
adopt it into 0.74.

Thanks,
/Autrius/

--- //member/autrijus/PAR/myldr/Makefile.PL     2003/08/04 14:33:22
+++ //member/autrijus/PAR/myldr/Makefile.PL     2003/08/06 11:12:25
@@ -50,8 +50,8 @@
     );
 
     foreach my $path (@paths) {
-       $libperl = File::Spec->catfile($path, $file);
-       last if -e $libperl;
+       $libperl = File::Spec->catfile($path, $file); last if -e $libperl;
+       $libperl = File::Spec->catfile($path, "$file.$Config{version}"); last if -e 
$libperl;
     }
 
     die "Can't find $file in (@paths) -- please contact the author!" unless -e 
$libperl;

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to