Okay, here's what happened:
I'm trying to set up a mail server that runs IMAP locally, so that people can use PINE for e-mail, Outlook Express or another GUI mail client, and Web Mail and always see the exact same folders no matter where they connect from. It seemed like a pretty slick setup to me at the time, so I got IMAP running, got PINE and OE configured right. That brought me to WebMail.
I settled on a package called AcmeMail, now on Sourceforge as "Sparkle".
I didn't know Sparkle even existed at the time, so I used the classic AcmeMail package, and followed the instructions to install, which included installing many, many modules from CPAN.
To make a long story short, when I installed RedHat 7.1 on this server, PERL was located in /usr/bin/perl. At some point during the AcmeMail install somehow a second copy of PERL got installed at /usr/local/bin/perl. Both copies co-exist on the machine. The problems (and there are many) generated by this are simple things like wanting to install a module on /usr/bin/perl, but CPAN won't let me because it's installed on /usr/local/bin/perl, but I can't figure out for the life of me how to get rid of that second PERL install and straighten out CPAN so that I just have the one PERL install at /usr/bin/perl again.
I told you it was messy.
I'm trying to set up a mail server that runs IMAP locally, so that people can use PINE for e-mail, Outlook Express or another GUI mail client, and Web Mail and always see the exact same folders no matter where they connect from. It seemed like a pretty slick setup to me at the time, so I got IMAP running, got PINE and OE configured right. That brought me to WebMail.
I settled on a package called AcmeMail, now on Sourceforge as "Sparkle".
I didn't know Sparkle even existed at the time, so I used the classic AcmeMail package, and followed the instructions to install, which included installing many, many modules from CPAN.
To make a long story short, when I installed RedHat 7.1 on this server, PERL was located in /usr/bin/perl. At some point during the AcmeMail install somehow a second copy of PERL got installed at /usr/local/bin/perl. Both copies co-exist on the machine. The problems (and there are many) generated by this are simple things like wanting to install a module on /usr/bin/perl, but CPAN won't let me because it's installed on /usr/local/bin/perl, but I can't figure out for the life of me how to get rid of that second PERL install and straighten out CPAN so that I just have the one PERL install at /usr/bin/perl again.
I told you it was messy.