| Linode Forum https://forum.linode.com/ |
|
| Problem installing HTML::Parser for SpamAssassin https://forum.linode.com/viewtopic.php?f=11&t=928 |
Page 1 of 1 |
| Author: | jsalloum [ Sat Jun 05, 2004 4:12 pm ] |
| Post subject: | Problem installing HTML::Parser for SpamAssassin |
Has anyone had a problem installing HTML::Parser for SpamAssassin? I'm doing a qmail installation from qmailrocks... but here's what happens: If I try to install the SpamAssassin RPM it tells me: Code: [root@www rpms]# rpm -Uvh perl-Mail-SpamAssassin-2.63-1.i386.rpm So, I tried installing HTML::Parser again (I thought I'd done it before)... The error I'm getting is: Code: [root@www HTML-Parser-3.35]# make test If I'm not mistaken, it seems to have a problem with HTML::Tagset. But when I install HTML::Tagset, I get this: Code: cpan> install HTML::Tagset I've tried a number of commands that seem to resolve other conflicts with CPAN... "export LANG=en_US" because that has popped up a few times, I've tried "unset LANG" because I found that on Google once. None of them have worked. Any help would be appreciated. Thanks! j. |
|
| Author: | Bill Clinton [ Sat Jun 05, 2004 5:55 pm ] |
| Post subject: | Re: Problem installing HTML::Parser for SpamAssassin |
jsalloum wrote: Code: Writing /root/perl/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/HTML/Tagset/.packlist Something seems wrong about that ... perl shouldn't be writing to /root/perl/lib/perl5 .... It should be writing to /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi ... I'm no perl expert, but you might wanna try the following commands: Code: mkdir -p /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/HTML I can only hope that your other perl packages haven't been installed in the wrong dir as well. Once again: I'm not a perl expert Bill Clinton |
|
| Author: | jsalloum [ Sat Jun 05, 2004 6:27 pm ] |
| Post subject: | |
Eek! Argh. I have a problem then. I just looked... /root/perl/lib/perl5/site_perl/5.8.0/ has everything that I've installed inside, and /usr/lib/perl5/site_perl/5.8.0/ has nothing. I'm new to Linux, and I started with a RH9 (Small) profile... how would this have gotten set to /root? I don't know enough about perl to have known that the /usr/lib/perl5 directory existed, so it's not like I changed the path or anything... Here's a better question -- how do I fix it? (I'm hoping the reply isn't "Re-install everything"...) Thanks for your help. j. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|