[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]