[Clamav-users] Clamav Install RH7.3

2005-02-28 Thread Stoffel Bester
hi

Just having a issue installing clamav on my Redhat 7.3 box, getting some
c compiler error

configure: error: no acceptable C compiler found in $PATH.

Thanks



___
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Clamav Install RH7.3

2005-02-28 Thread Daniel J McDonald
On Mon, 2005-02-28 at 09:05 -0500, Stoffel Bester wrote:
 hi
 
 Just having a issue installing clamav on my Redhat 7.3 box, getting some
 c compiler error
 
 configure: error: no acceptable C compiler found in $PATH.

Sounds like you either need to install a C compiler, or find some binary
RPMs of Clamav.

-- 
Daniel J McDonald, CCIE # 2495, CNX
Austin Energy

[EMAIL PROTECTED]

___
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Clamav Install RH7.3

2005-02-28 Thread Brian Morrison
On 28 Feb 2005 09:05:46 -0500 in [EMAIL PROTECTED]
Stoffel Bester [EMAIL PROTECTED] wrote:

 hi
 
 Just having a issue installing clamav on my Redhat 7.3 box, getting
 some c compiler error
 
 configure: error: no acceptable C compiler found in $PATH.

Try:

rpm -qa | grep gcc

and see whether you have any gcc packages installed.

-- 

Brian Morrison

bdm at fenrir dot org dot uk

GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
___
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Clamav Install RH7.3

2005-02-28 Thread Stoffel Bester
hi

I get 
libgcc1-3.2.2-3
gcc-cpp-3.2.2-3


On Mon, 2005-02-28 at 08:22, Brian Morrison wrote:
 On 28 Feb 2005 09:05:46 -0500 in [EMAIL PROTECTED]
 Stoffel Bester [EMAIL PROTECTED] wrote:
 
  hi
  
  Just having a issue installing clamav on my Redhat 7.3 box, getting
  some c compiler error
  
  configure: error: no acceptable C compiler found in $PATH.
 
 Try:
 
 rpm -qa | grep gcc
 
 and see whether you have any gcc packages installed.

___
http://lurker.clamav.net/list/clamav-users.html


Re: [Clamav-users] Clamav Install RH7.3

2005-02-28 Thread Brian Morrison
On 28 Feb 2005 10:50:05 -0500 in [EMAIL PROTECTED]
Stoffel Bester [EMAIL PROTECTED] wrote:

  I get 
  libgcc1-3.2.2-3
  gcc-cpp-3.2.2-3

Then you need to install the gcc-3.2.2-5 package for RH 7.3, it will be
on the CDs or you can have a look at rpmfind.net or similar sites for
it.

FYI, my RH 9 box gives the following list:

gcc-c++-3.2.2-5
gcc-3.2.2-5
compat-gcc-c++-7.3-2.96.118
libgcc-3.2.2-5
gcc-g77-3.2.2-5
compat-gcc-7.3-2.96.118
gcc-objc-3.2.2-5
gcc-java-3.2.2-5

Most of the extras you may not need, but sometimes they're useful if
building source from other places.

-- 

Brian Morrison

bdm at fenrir dot org dot uk

GnuPG key ID DE32E5C5 - http://wwwkeys.uk.pgp.net/pgpnet/wwwkeys.html
___
http://lurker.clamav.net/list/clamav-users.html


RE: [Clamav-users] Clamav Install RH7.3

2005-02-28 Thread John Gallagher
On 28 Feb 2005 10:50:05 -0500 in [EMAIL PROTECTED]
Stoffel Bester [EMAIL PROTECTED] wrote:

  I get 
  libgcc1-3.2.2-3
  gcc-cpp-3.2.2-3

Then you need to install the gcc-3.2.2-5 package for RH 7.3, it will be
on the CDs or you can have a look at rpmfind.net or similar sites for
it.

FYI, my RH 9 box gives the following list:

gcc-c++-3.2.2-5
gcc-3.2.2-5
compat-gcc-c++-7.3-2.96.118
libgcc-3.2.2-5
gcc-g77-3.2.2-5
compat-gcc-7.3-2.96.118
gcc-objc-3.2.2-5
gcc-java-3.2.2-5

Most of the extras you may not need, but sometimes they're useful if
building source from other places.

-- 

Brian Morrison

You may want to try the following:

Install the apt application for the 7.3 distro from www.freshrpms.net.
(http://ftp.freshrpms.net/pub/freshrpms/redhat/7.3/apt/apt-0.5.5cnc5-fr0.rh7
3.2.i386.rpm)

Run the following:

apt-get update

Check to see what packages are available:
apt-cache search gcc

Install the packages make sure these were listed in the output above:

apt-get install gcc gcc-c++ compat-gcc-c++ gcc-g77 compat-gcc
gcc-objc gcc-java

While your at it you may want to run the following to see what packages are
out of date on your system:

apt-get upgrade

Last you could look on this site and see if they have what you need
(http://dag.wieers.com/home-made/apt/, http://apt.sw.be/).  Edit the
/etc/apt-sources.list to include the dag repository and use the apt-cache
search command to search the packages (clamav, amavis-new...) 

John Gallagher 


___
http://lurker.clamav.net/list/clamav-users.html