Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Jim Scott
Could you forward that to me as well. Also any insight on the rc script for stopping and starting the service? Jim - Original Message - From: "Theo Van Dinter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 10:30 AM Subject: Re: [SAtal

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Theo Van Dinter
On Tue, May 07, 2002 at 10:29:42AM -0700, Jim Scott wrote: > Move these files like this. > > cp -r /usr/lib/perl5/site_perl/5.6.1/Mail/ > /usr/lib/perl5/site_perl/5.005/Mail/ > cp -r /usr/lib/perl5/site_perl/5.6.1/auto/Mail/ > /usr/lib/perl5/site_perl/5.005/auto/Mail/ > > Then try again. I think

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Jim Scott
le it is looking for and move it to one of the locations in your path that it is looking in below. locate SpamAssassin.pm Jim - Original Message - From: "Matt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 07, 2002 10:02 AM Subject: Re: [SAtalk]

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Matt
Can't locate Mail/SpamAssassin.pm in @INC (@INC contains: ../lib /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at /usr/bin/spamd line 16. BEGIN failed--compilation aborted at /usr/bin/spamd line 16. Thats what

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Jim Scott
Matt I have installed SpamAssassin on both the cobalt RaQ3 and RaQ4 To install I downloaded the RPM from this URL. http://www.hughes-family.org/spamassassin/ Specifically this one http://www.hughes-family.org/spamassassin/spamassassin-2.20-1.i586.rpm The only thing that does not work correctly

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Matt
> On Tue, May 07, 2002 at 09:47:43AM -0500, Matt wrote: > > [root /]# rpm --showrc | grep _rpmdir > > -14: _rpmdir%{_topdir}/RPMS > > ok, now continue the chain looking for _topdir and so on. You will > eventually get a full path. > > So for me: > > eclectic > rpm --showrc | grep _rpmdir

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Matt
> > Its not there. This is what I got. I did not send it to the list due to > > the size. > > Hmmm. > > Do a "rpm --showrc | grep _rpmdir" and see what pops out. [root /]# rpm --showrc | grep _rpmdir -14: _rpmdir%{_topdir}/RPMS Does that tell anything? How do I update the locate database?

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-07 Thread Theo Van Dinter
On Mon, May 06, 2002 at 10:11:01PM -0500, Matt wrote: > Also, how do install it now? That is after I built the source rpm. I can't > even find it? It depends where your RPM is configured to put things. It's likely in /usr/src/redhat/RPMS/i386. That's the usual default. A .rpmmacros file in yo

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Matt
Also, how do install it now? That is after I built the source rpm. I can't even find it? Thanks Matt > > Then, set your path to have that directory first (*) ie: > > PATH=/tmp:$PATH > > export PATH > > Is there a way to take /tmp back out of the path after I am done? > > Thanks! > > Matt > >

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Theo Van Dinter
On Mon, May 06, 2002 at 10:05:14PM -0500, Matt wrote: > Is there a way to take /tmp back out of the path after I am done? you're just changing it for that session, so if you log out the changes will be gone. (unless you edit one of your login profiles, but don't do that. ;) ) -- Randomly Gener

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Matt
> Then, set your path to have that directory first (*) ie: > PATH=/tmp:$PATH > export PATH Is there a way to take /tmp back out of the path after I am done? Thanks! Matt > (*) - Note: This is a security issue if users can log into this machine > or otherwise make files in the directory you cho

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Theo Van Dinter
On Mon, May 06, 2002 at 08:34:14PM -0500, Matt wrote: > [root local]# perl -v > This is perl, version 5.005_03 built for i386-linux > > I guess I need to update perl? How tough is this to do? How do I do it? > What are the chances it will crash the Raq? ;<) Hmm. Well, let's keep it simple and

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Matt
---Cobalt Linux release 6.0 (Shinkansen-Decaf) Kernel 2.2.16C32_III on an i586 > Hmmm. what does "rpm -ql perl | grep pod2text" say? Mine (RH7.2 perl > 5.6.0) comes back with: [root /root]# cd /usr/local/ [root local]# rpm -ql perl | grep pod2text [root local]# > If it doesn't come back with

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Theo Van Dinter
On Mon, May 06, 2002 at 07:43:33PM -0500, Matt wrote: > [root local]# rpm - e spamassassin > error: package spamassassin is not installed > [root local]# rpmbuild --rebuild spamassassin-2.20-1.src.rpm > sh: rpmbuild: command not found > [root local]# rpm --rebuild spamassassin-2.20-1.src.rpm Oh,

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Matt
> On Mon, May 06, 2002 at 08:47:48AM -0700, Rob McMillin wrote: > > Essentially it means you're running an old version of Perl. The RPMs are > > built against 5.6.1 IIRC. You should either build the Perl modules > > directly yourself or upgrade to Perl 5.6.1. > > FYI: I always rebuild from the SRP

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Theo Van Dinter
On Mon, May 06, 2002 at 08:47:48AM -0700, Rob McMillin wrote: > Essentially it means you're running an old version of Perl. The RPMs are > built against 5.6.1 IIRC. You should either build the Perl modules > directly yourself or upgrade to Perl 5.6.1. FYI: I always rebuild from the SRPM for thi

Re: [SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-06 Thread Rob McMillin
Matt wrote: >I have installed "MailScanner" on my Raq 4i and am trying to get >SpamAssassin going also since MailScanner supports it. I have run into to >the problem below. > >[root local]# rpm -ivh spamassassin-2.20-1.i586.rpm >spamassassin >## >[

[SAtalk] Installing on a Raq; failed--compilation aborted

2002-05-05 Thread Matt
I have installed "MailScanner" on my Raq 4i and am trying to get SpamAssassin going also since MailScanner supports it. I have run into to the problem below. [root local]# rpm -ivh spamassassin-2.20-1.i586.rpm spamassassin ## [root local]# spamassa