Re: [toaster] gmake problems

2005-08-27 Thread Mo Mule

Thanks Bill!

It was entirely my fault.  I told my buddy to start _below_ where it lists 
the required applications needing installed (openssl, stunnel, etc).


Now the whole ./configure --with-redhat did throw me...

Thanks again,

Deion Mule Christopher

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp



Original Message Follows
From: Bill Shupp [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: Re: [toaster] gmake problems
Date: Thu, 25 Aug 2005 15:28:08 -0700

Mo Mule wrote:
Whenever I type in ./configure --with-redhat I get at the end of the 
printout:


configure: error: Cannot find either the gdbm or the db library.


You need to install gdbm and gdbm-devel.


Running gmake after this says:

gmake: *** No targets specified and no makefile found.  Stop.


As it should.  If configure fails, there will not be a Makefile.

Regards,

Bill




[toaster] gmake problems with redhat 9

2005-08-26 Thread David
Hi all,

Just thought I'd post this to the list as an easy way to keep a reference to
it.

My system is redhat 9. When running gmake on the install of courier-imap on
the latest version of the toaster at www.shupp.org/toaster, I was receiving
the error:

/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory

so I had to tell gmake where my redhat dist. had put them:

make CPPFLAGS=-I/usr/kerberos/include

...worked fine.

Regards,

David Branford

Aternox Design
www.aternoxdesign.com.au
[EMAIL PROTECTED]




RE: [toaster] gmake problems with redhat 9

2005-08-26 Thread David
Whoops, sorry -

make CPPFLAGS=-I/usr/kerberos/include

should of course be

gmake CPPFLAGS=-I/usr/kerberos/include

David Branford

Aternox Design
www.aternoxdesign.com.au
[EMAIL PROTECTED] 

 -Original Message-
 From: David [mailto:[EMAIL PROTECTED]
 Sent: Friday, 26 August 2005 9:46 PM
 To: Qmail Toaster
 Subject: [toaster] gmake problems with redhat 9
 
 
 Hi all,
 
 Just thought I'd post this to the list as an easy way to keep a 
 reference to
 it.
 
 My system is redhat 9. When running gmake on the install of 
 courier-imap on
 the latest version of the toaster at www.shupp.org/toaster, I was 
 receiving
 the error:
 
 /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
 
 so I had to tell gmake where my redhat dist. had put them:
 
 make CPPFLAGS=-I/usr/kerberos/include
 
 ...worked fine.
 
 Regards,
 
 David Branford
 
 Aternox Design
 www.aternoxdesign.com.au
 [EMAIL PROTECTED]
 
 
 
 !DSPAM:430f0809183122820515559!
 
 



[toaster] gmake problems

2005-08-25 Thread Mo Mule

Hi all,

I am helping a friend set up qmail with all the fixings offered by this 
list.


He is running Mandrake 10.1 (3 CD version) with a basic install (with 
URPMI), and high security.


He is stuck on the courier-imap section - specifically with the ./configure 
command after


tar -xjf tar/courier-authlib-0.56.tar.bz2
cd courier-authlib-0.56
./configure

It spits out toward the end:

checking for perl5... /usr/bin/perl5
checking for courier-config... no
then it displays a lot of configure: WARNING: === messages about it thinking 
he is running Redhat.


Trying to run gmake after this will not work.

Any ideas?

Thanks,

Deion Mule Christopher

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp



Original Message Follows
From: rene marticke [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: [toaster] High CPU-Load clamd
Date: Thu, 25 Aug 2005 11:26:15 +0200

Hi group,

At one of my mailserver something magic happen.
Since 6pm yesterday, the CPU-Load is near 100% constant. So the system is 
very slow.

The Process is the clamd. (I use toaster + simscan + clamd + spamd)
I wonder, that there is no mail  to scan by clamd for eg. 20 Minutes but the 
load don't go down.


Can you give me some hints ?

regards rene




Re: [toaster] gmake problems

2005-08-25 Thread Bob Hutchinson
On Thursday 25 Aug 2005 15:19, Mo Mule wrote:
 Hi all,

 I am helping a friend set up qmail with all the fixings offered by this
 list.

 He is running Mandrake 10.1 (3 CD version) with a basic install (with
 URPMI), and high security.

 He is stuck on the courier-imap section - specifically with the ./configure
 command after

 tar -xjf tar/courier-authlib-0.56.tar.bz2
 cd courier-authlib-0.56
 ./configure

maybe
./configure --with-redhat


 It spits out toward the end:

 checking for perl5... /usr/bin/perl5
 checking for courier-config... no
 then it displays a lot of configure: WARNING: === messages about it
 thinking he is running Redhat.

 Trying to run gmake after this will not work.

 Any ideas?

 Thanks,

 Deion Mule Christopher

 --Mule was here!--
 --Republican Team Leader And Proud Of It!--
 http://www.gopteamleader.com/about.asp



 Original Message Follows
 From: rene marticke [EMAIL PROTECTED]
 Reply-To: toaster@shupp.org
 To: toaster@shupp.org
 Subject: [toaster] High CPU-Load clamd
 Date: Thu, 25 Aug 2005 11:26:15 +0200

 Hi group,

 At one of my mailserver something magic happen.
 Since 6pm yesterday, the CPU-Load is near 100% constant. So the system is
 very slow.
 The Process is the clamd. (I use toaster + simscan + clamd + spamd)
 I wonder, that there is no mail  to scan by clamd for eg. 20 Minutes but
 the load don't go down.

 Can you give me some hints ?

 regards rene

-- 
-
Bob Hutchinson
Midwales dot com
-


Re: [toaster] gmake problems

2005-08-25 Thread Mo Mule
Whenever I type in ./configure --with-redhat I get at the end of the 
printout:


configure: error: Cannot find either the gdbm or the db library.

Running gmake after this says:

gmake: *** No targets specified and no makefile found.  Stop.

Deion Mule Christopher

--Mule was here!--
--Republican Team Leader And Proud Of It!--
http://www.gopteamleader.com/about.asp



Original Message Follows
From: Bob Hutchinson [EMAIL PROTECTED]
Reply-To: toaster@shupp.org
To: toaster@shupp.org
Subject: Re: [toaster] gmake problems
Date: Thu, 25 Aug 2005 16:03:25 +0100

On Thursday 25 Aug 2005 15:19, Mo Mule wrote:
 Hi all,

 I am helping a friend set up qmail with all the fixings offered by this
 list.

 He is running Mandrake 10.1 (3 CD version) with a basic install (with
 URPMI), and high security.

 He is stuck on the courier-imap section - specifically with the 
./configure

 command after

 tar -xjf tar/courier-authlib-0.56.tar.bz2
 cd courier-authlib-0.56
 ./configure

maybe
./configure --with-redhat


 It spits out toward the end:

 checking for perl5... /usr/bin/perl5
 checking for courier-config... no
 then it displays a lot of configure: WARNING: === messages about it
 thinking he is running Redhat.

 Trying to run gmake after this will not work.

 Any ideas?

 Thanks,

 Deion Mule Christopher

 --Mule was here!--
 --Republican Team Leader And Proud Of It!--
 http://www.gopteamleader.com/about.asp







Re: [toaster] gmake problems

2005-08-25 Thread Bill Shupp

Mo Mule wrote:
Whenever I type in ./configure --with-redhat I get at the end of the 
printout:


configure: error: Cannot find either the gdbm or the db library.


You need to install gdbm and gdbm-devel.


Running gmake after this says:

gmake: *** No targets specified and no makefile found.  Stop.


As it should.  If configure fails, there will not be a Makefile.

Regards,

Bill