Re: Default library paths

2001-06-16 Thread Matthew Robinson
, June 11, 2001 9:43 PM Subject: Re: Default library paths On Mon, Jun 11, 2001 at 10:25:32AM +0100, Dominic Mitchell wrote: You're very probably stuck. Whilst you can use a hex editor to change strings in the binary, you can't expand the length of those strings, only contract them or retain

Re: Default library paths

2001-06-12 Thread Redvers Davies
There's a couple of reasonable hex editors out there, but I usually just tend to use M-x hexl-find-file in emacs. If you're a vim user, see xxd(1). or bvi (Binary vi)

Re: Default library paths

2001-06-11 Thread Dominic Mitchell
On Sun, Jun 10, 2001 at 05:40:38PM +0100, Matthew Robinson wrote: Apologies in advance if I have missed something blindingly obvious :) I need to change the default library paths in a compiled copy of perl. Basically, I want to move /usr/lib/perl5 into /usr/local/lib/perl5. I am unable

Re: Default library paths

2001-06-11 Thread Paul Makepeace
On Mon, Jun 11, 2001 at 10:25:32AM +0100, Dominic Mitchell wrote: You're very probably stuck. Whilst you can use a hex editor to change strings in the binary, you can't expand the length of those strings, only contract them or retain the same length. However, a solution would be to change

Default library paths

2001-06-10 Thread Matthew Robinson
Apologies in advance if I have missed something blindingly obvious :) I need to change the default library paths in a compiled copy of perl. Basically, I want to move /usr/lib/perl5 into /usr/local/lib/perl5. I am unable to recompile perl as it is compiled for arm-linux and I don't have either

Re: Default library paths

2001-06-10 Thread Jonathan Stowe
On Sun, 10 Jun 2001, Matthew Robinson wrote: Apologies in advance if I have missed something blindingly obvious :) I need to change the default library paths in a compiled copy of perl. Basically, I want to move /usr/lib/perl5 into /usr/local/lib/perl5. I am unable to recompile perl

Re: Default library paths

2001-06-10 Thread Matthew Robinson
On Sun, 10 June 2001, Jonathan Stowe wrote: On Sun, 10 Jun 2001, Matthew Robinson wrote: Apologies in advance if I have missed something blindingly obvious :) I need to change the default library paths in a compiled copy of perl. Basically, I want to move /usr/lib/perl5 into /usr/local