In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Michael Muratet) writes: >Greetings > >I am trying to resolve a problem I had with the perl 5.8 that comes >bundled with RedHat 9.0. It absolutely would not parse a regex the way >it should, and so I downloaded a new tarball from CPAN and reloaded >perl.
Built it from source? Then I would expect you to have been asked a bunch of questions by Configure, including which directories to install to. Just change the default prefix from /usr/local to /usr if you want to overwrite RH's perl. If you were installing a binary, then try installing the source. You should be able to zip through by saying ./Configure -de -Uprefix=/usr make test make install -- Peter Scott http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]