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 use an undefined value as an ARRAY reference at 
 /usr/lib/perl5/vendor_perl/5.8.0/Mail/SpamAssassin/Dns.pm line 303.
 
 thanks for your help.
 SpamAssassin version 2.60-rc1
 
 -dave
 (I*NT*p)
 Understanding is a three edged sword. Your side, their side, and the truth.
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



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.version/lib in your ld.so.conf and 
run ldconfig and try again. And check the config.log :).

~/S


On Fri, 7 Nov 2003, Paul Stear wrote:

 I have installed museseq and xmms-musepack but have problems installing 
 musescore, I get the following error message:
 
 checking how to run the C++ preprocessor... g++ -E
 checking for QT environment variable QTDIR... yes
 checking for QT includes (/usr/qt/3/include)... yes
 checking for QT libraries (/usr/qt/3/lib)... no
 checking for QT moc (/usr/qt/3/bin/moc)... yes
 checking for QT uic (/usr/qt/3/bin/uic)... yes
 configure: error: need qt = 3.0.0
 
 I have tried to manually install and even tried the programmers suggestion of 
 ./configure --prefix=/usr --with-qt-prefix=/usr/qt/3 but I get the same 
 error.
 
 I have qt version 3.1.2-r4 installed.  Should I, can I, have different 
 versions of qt on the system?  Will musescore work with a higher version of 
 qt, is their a work around or should I create a bug report?
 
 Thanks for any help
 Paul
 
 -- This message was sent using gentoo linux and kmail --
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



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.  Got 
 everything up and running perfectly.  I am very impressed.  Anyways... I 
 ran 'emerge openoffice' last night before I left for work, and when I 
 came home there was an error. I went to emerge another package 
 (evolution) and immediatly got another error.  Upon rebooting I noticed 
 somewhere it said device is full, so I ran df and noticed that the 2GB 
 /var partition was full and I am assuming that is the reason I cannot 
 run emerge successfully.  Why is /var full already?  I thought 2GB would 
 be overkill. Was I wrong?  What can I do to clean it out?  Should I make 
 a larger partition for /var?
 
 Thanks,
 Aaron
 
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list