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
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
2 matches
Mail list logo