<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Scott Silva wrote:
<blockquote cite="midf1vt1v$vqs$1@sea.gmane.org" type="cite">
  <pre wrap="">Julian Field spake the following on 5/10/2007 12:39 PM:
  </pre>
  <blockquote type="cite">
    <pre wrap="">
Damon Lambooy wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I am tring to install Mailscanner  4.59.4-2 on Fedora 7 test 4 but 
getting strange error about rpms not being installed.
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">[root@mailex MailScanner-4.59.4-2]# ./install.sh
      </pre>
    </blockquote>
    <pre wrap="">
    </pre>
    <blockquote type="cite">
      <pre wrap="">Good. You have the patch command.
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">Good, you have /usr/src/redhat in place.
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">Good, unpackaged files will not break the build process.
Good, far-too-clever Perl requirements will be ignored.
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">Good, you appear to only have 1 copy of Perl installed.
      </pre>
    </blockquote>
    <blockquote type="cite">
      <pre wrap="">I think you are running on RedHat Linux, Mandriva Linux or SuSE Linux.
You must have the following RPM packages installed before
you try and do anything else:
       binutils glibc-devel egcs make
You are missing at least 1 of these.
Please install them all
      </pre>
    </blockquote>
    <pre wrap="">Do you have gcc installed?
Fedora has probably just hit a problem caused by my being short-sighted 
in the install.sh script.

  if [ -f /etc/redhat-release ] &amp;&amp; fgrep -q ' 6.' /etc/redhat-release ; then
      # RedHat used egcs in RedHat 6 and not gcc
      GCC=egcs
  fi

So if it finds "6." in the redhat-release file then it won't look for 
gcc, it will look for egcs. What exactly does your /etc/redhat-release 
file say? If you can give me that I can work on the install.sh script 
and produce a new version for you that will work. I can probably just 
abandon the RedHat 6 test altogether now. Anyone still running it 
deserves all they get :-)
Just delete those 4 lines.


Jules

    </pre>
  </blockquote>
  <pre wrap=""><!---->People should stop using RedHat 6. It has got to be almost 8 years old!

  </pre>
</blockquote>
Yip, Thanks Jules. That did it.<br>
</body>
</html>