in reply to Patching Perl
Yes! You patched the source code. Now you have to recompile! For example, here is my favorite method:
- tye (but my friends call me "Tye")> mv -f config.sh config.sh.old > ./Configure -dsE ; You can edit config.sh here > ./Configure -S > make > make test ; Become "root", if you aren't already. # make install ; Answer "yes" that you want /usr/bin/perl set up.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: Patching Perl
by aardvark (Pilgrim) on Mar 11, 2001 at 03:55 UTC |