Re: broke my perlbrewed perl with rebase

2011-12-31 Thread Reini Urban
On Thu, Dec 29, 2011 at 4:22 PM, Rafael Kitover wrote: > I made a perl to test some stuff with perlbrew, a 5.12.0. > > I installed some CPAN modules into it, then I needed to rebase because > of mapping errors. > > I made a copy of perlrebase and modified it thusly: > > #!/bin/sh > > baseaddr=0x570

broke my perlbrewed perl with rebase

2011-12-29 Thread Rafael Kitover
I made a perl to test some stuff with perlbrew, a 5.12.0. I installed some CPAN modules into it, then I needed to rebase because of mapping errors. I made a copy of perlrebase and modified it thusly: #!/bin/sh baseaddr=0x5700 perl=`which perl` dll=$(ldd $perl | $perl -anle 'print $F[2] if