Re: [gentoo-user] spamassassin broken

2003-11-07 Thread Sampsa
Perhaps the sample-nonspam.txt-file is empty...? ~/S On Fri, 7 Nov 2003, dave willis wrote: > i can't get it to work. > > this test works: > spamassassin -t < sample-spam.txt > spam.out > > but this one doesn't: > bash-2.05b# spamassassin -t < sample-nonspam.txt > nonspam.out > Can't

Re: [gentoo-user] Error installing musescore

2003-11-07 Thread Sampsa
Check config.log for a more detailed errormessage - configure should create one. There you can see exactly what was missing. I'm guessing you dont have qt-libs in your /etc/ld.so.conf or something like that. And remember to run ldconfig. So check if you have /usr/lib/qt-3./lib in your ld.so.co

Re: [gentoo-user] Why is /var full?

2003-11-07 Thread Sampsa
Goto /var and do : sudo du -ks * | sort -n And check which directory is overflooded. I'm guessing /var/log -> some process has gone wild and stuffed the log-dir full of stuff. ~/S On Fri, 7 Nov 2003, Aaron Walker wrote: > I just installed gentoo for the first time earlier this week.