[qmailtoaster] clamav error during install on CentOS 4.3

2006-05-15 Thread Dewain Riddle
Hello everyone - I wanted to give the new build/instructions a test run 
as i'll be building a production server later this week. 
I started with a fresh install of CentOS 4.3 and followed the 
instructions here:


   http://www.qmailtoaster.com/info/EZ-QmailToaster-MailServer.txt

everything was looking fine until it got to:

   RPM RELEASE: clamav-toaster-0.88.2-1.2.15

and i got this:

   checking for zlib installation... /usr
   configure: error: The installed zlib version may contain a security 
bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit 
this check with --disable-zlib-vcheck but DO NOT REPORT 
any stability issues then!

   error: Bad exit status from /var/tmp/rpm-tmp.39170 (%build)


   RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.39170 (%build)
   error: File not found by glob: 
/usr/src/redhat/RPMS/i386/clamav-toaster*.rpm


and now it's at the prompt to install simscan:
  
   Installing simscan-toaster . . .

   Shall we continue? (yes, skip, quit) [y]/s/q:

Just wanted to let the maintainer(s) know about this hiccup.  If I can 
do anything to help please let me know!


thanks,

Dewain

-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] clamav error during install on CentOS 4.3

2006-05-15 Thread Nick Hemmesch
Hi Dewain,

You need to install the zlibs package on our web site. The
current-download-script should have downloaded it for you.

Use the interactive install script for whatever arch you are using to
install zlib, then skip through until you get to clamav-toaster and start
installing again.

You can find the script here: http://www.qmailtoaster.com/centos/

Regards,

Nick

 Hello everyone - I wanted to give the new build/instructions a test run
 as i'll be building a production server later this week.
 I started with a fresh install of CentOS 4.3 and followed the
 instructions here:

 http://www.qmailtoaster.com/info/EZ-QmailToaster-MailServer.txt

 everything was looking fine until it got to:

 RPM RELEASE: clamav-toaster-0.88.2-1.2.15

 and i got this:

 checking for zlib installation... /usr
 configure: error: The installed zlib version may contain a security
 bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit
 this check with --disable-zlib-vcheck but DO NOT REPORT
 any stability issues then!
 error: Bad exit status from /var/tmp/rpm-tmp.39170 (%build)


 RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.39170 (%build)
 error: File not found by glob:
 /usr/src/redhat/RPMS/i386/clamav-toaster*.rpm

 and now it's at the prompt to install simscan:

 Installing simscan-toaster . . .
 Shall we continue? (yes, skip, quit) [y]/s/q:

 Just wanted to let the maintainer(s) know about this hiccup.  If I can
 do anything to help please let me know!

 thanks,

 Dewain

 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] clamav error during install on CentOS 4.3

2006-05-15 Thread Dewain Riddle
Hi Nick - I think i've found the issue.  the new install script ( 
cnt40-install-script.sh) doesn't have the line to upgrade zlib, where in 
the current-install-script.sh it's the first line:


rpmbuild --rebuild $ZLIB
rpm -Uvh --replacefiles --replacepkgs /usr/src/$BDIR/RPMS/$ARCH/zlib*.rpm

the current-download-script.sh did download it, it just didn't get 
installed. 

also- in the 
http://www.qmailtoaster.com/info/EZ-QmailToaster-MailServer.txt

instructions on #7 it has to download the cnt40-install-script.sh
but then

sh current-install-script.sh


thanks Nick!


Nick Hemmesch wrote:

Hi Dewain,

You need to install the zlibs package on our web site. The
current-download-script should have downloaded it for you.

Use the interactive install script for whatever arch you are using to
install zlib, then skip through until you get to clamav-toaster and start
installing again.

You can find the script here: http://www.qmailtoaster.com/centos/

Regards,

Nick

  

Hello everyone - I wanted to give the new build/instructions a test run
as i'll be building a production server later this week.
I started with a fresh install of CentOS 4.3 and followed the
instructions here:

http://www.qmailtoaster.com/info/EZ-QmailToaster-MailServer.txt

everything was looking fine until it got to:

RPM RELEASE: clamav-toaster-0.88.2-1.2.15

and i got this:

checking for zlib installation... /usr
configure: error: The installed zlib version may contain a security
bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit
this check with --disable-zlib-vcheck but DO NOT REPORT
any stability issues then!
error: Bad exit status from /var/tmp/rpm-tmp.39170 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.39170 (%build)
error: File not found by glob:
/usr/src/redhat/RPMS/i386/clamav-toaster*.rpm

and now it's at the prompt to install simscan:

Installing simscan-toaster . . .
Shall we continue? (yes, skip, quit) [y]/s/q:

Just wanted to let the maintainer(s) know about this hiccup.  If I can
do anything to help please let me know!

thanks,

Dewain

-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  


-
QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] clamav error during install on CentOS 4.3

2006-05-15 Thread Nick Hemmesch
Thanks, I'll fix that . . .

Nick

 Hi Nick - I think i've found the issue.  the new install script (
 cnt40-install-script.sh) doesn't have the line to upgrade zlib, where in
 the current-install-script.sh it's the first line:

 rpmbuild --rebuild $ZLIB
 rpm -Uvh --replacefiles --replacepkgs /usr/src/$BDIR/RPMS/$ARCH/zlib*.rpm

 the current-download-script.sh did download it, it just didn't get
 installed.

 also- in the
 http://www.qmailtoaster.com/info/EZ-QmailToaster-MailServer.txt
 instructions on #7 it has to download the cnt40-install-script.sh
 but then

 sh current-install-script.sh


 thanks Nick!


 Nick Hemmesch wrote:
 Hi Dewain,

 You need to install the zlibs package on our web site. The
 current-download-script should have downloaded it for you.

 Use the interactive install script for whatever arch you are using to
 install zlib, then skip through until you get to clamav-toaster and
 start
 installing again.

 You can find the script here: http://www.qmailtoaster.com/centos/

 Regards,

 Nick


 Hello everyone - I wanted to give the new build/instructions a test run
 as i'll be building a production server later this week.
 I started with a fresh install of CentOS 4.3 and followed the
 instructions here:

 http://www.qmailtoaster.com/info/EZ-QmailToaster-MailServer.txt

 everything was looking fine until it got to:

 RPM RELEASE: clamav-toaster-0.88.2-1.2.15

 and i got this:

 checking for zlib installation... /usr
 configure: error: The installed zlib version may contain a security
 bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can
 omit
 this check with --disable-zlib-vcheck but DO NOT REPORT
 any stability issues then!
 error: Bad exit status from /var/tmp/rpm-tmp.39170 (%build)


 RPM build errors:
 Bad exit status from /var/tmp/rpm-tmp.39170 (%build)
 error: File not found by glob:
 /usr/src/redhat/RPMS/i386/clamav-toaster*.rpm

 and now it's at the prompt to install simscan:

 Installing simscan-toaster . . .
 Shall we continue? (yes, skip, quit) [y]/s/q:

 Just wanted to let the maintainer(s) know about this hiccup.  If I can
 do anything to help please let me know!

 thanks,

 Dewain

 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]






 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
  QmailToaster hosted by: VR Hosted http://www.vr.org
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
 QmailToaster hosted by: VR Hosted http://www.vr.org
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[qmailtoaster] ClamAV error

2005-11-10 Thread list
Hi everyone,
perhaps you have also seen the following error msg:

Last Status:
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.87 Recommended version: 0.87.1
DON'T PANIC! Read http://www.clamav.net/faq.html
main.cvd is up to date (version: 34, sigs: 39625, f-level: 5, builder: 
tkojm)
daily.cvd is up to date (version: 1166, sigs: 1607, f-level: 6, builder: 
tomek)
Received signal: wake up


Is there a new src rpm available for the toaster?

Cheers
Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: [qmailtoaster] ClamAV error

2005-11-10 Thread Erik Espinoza
I have packaged an unofficial update at my usual spot. As always it is
signed by my GPG Key.

http://www.kabewm.com/pages/projects/qmailtoaster.php

Thanks,
Erik

On 11/10/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Hi everyone,
 perhaps you have also seen the following error msg:

 Last Status:
 WARNING: Your ClamAV installation is OUTDATED!
 WARNING: Local version: 0.87 Recommended version: 0.87.1
 DON'T PANIC! Read http://www.clamav.net/faq.html
 main.cvd is up to date (version: 34, sigs: 39625, f-level: 5, builder: 
 tkojm)
 daily.cvd is up to date (version: 1166, sigs: 1607, f-level: 6, builder: 
 tomek)
 Received signal: wake up


 Is there a new src rpm available for the toaster?

 Cheers
 Chris



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] ClamAV error

2005-11-10 Thread Nick Hemmesch
 I have packaged an unofficial update at my usual spot. As always it is
 signed by my GPG Key.

 http://www.kabewm.com/pages/projects/qmailtoaster.php

 Thanks,
 Erik



Hi Erik,

Thanks, I'll download it and use it for the latest distros. I do have both
Mandriva 2006.0 and openSuSE 10.0 very close to being stable solutions.

Thanks,

Nick


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]