Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ClamAV: users

Urgent: problem with clamAV installation

 

 

ClamAV users RSS feed   Index | Next | Previous | View Threaded


fawazz at gmail

Mar 28, 2008, 5:27 PM

Post #1 of 9 (192 views)
Permalink
Urgent: problem with clamAV installation

Hi!

I need to use sigtool for extracting some sample virus signatures. For
that, I installed Fedora 8 and tried to install clamAV on it. I did as
follows:
- I downloaded and extracted clamAV
- Under root, in command line, I went into the extracted folder and ran
"./configure". That worked.
- I then tried to run "make" but I keep getting the error: "target not
found". Why is it so?

-I downloaded clamAV again and tried to install it on another PC running Red
Hat Linux (though with non-root privileges) but still get the same error.

What should I do to solve this?

Thanks a lot.

Regards,
Fawaz
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


epodata at gmail

Mar 28, 2008, 5:53 PM

Post #2 of 9 (189 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

On 29/03/08 01:27, Syed Fawaz Hasan wrote:
> Hi!
>
> I need to use sigtool for extracting some sample virus signatures. For
> that, I installed Fedora 8 and tried to install clamAV on it. I did as
> follows:
> - I downloaded and extracted clamAV
> - Under root, in command line, I went into the extracted folder and ran
> "./configure". That worked.
> - I then tried to run "make" but I keep getting the error: "target not
> found". Why is it so?
>
> -I downloaded clamAV again and tried to install it on another PC running Red
> Hat Linux (though with non-root privileges) but still get the same error.
>
> What should I do to solve this?

yum install clamav

--
Erik.

_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


dennispe at inetnw

Mar 28, 2008, 6:09 PM

Post #3 of 9 (188 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

Erik P. Olsen wrote:
> On 29/03/08 01:27, Syed Fawaz Hasan wrote:
>> Hi!
>>
>> I need to use sigtool for extracting some sample virus signatures. For
>> that, I installed Fedora 8 and tried to install clamAV on it. I did as
>> follows:
>> - I downloaded and extracted clamAV
>> - Under root, in command line, I went into the extracted folder and ran
>> "./configure". That worked.
>> - I then tried to run "make" but I keep getting the error: "target not
>> found". Why is it so?
>>
>> -I downloaded clamAV again and tried to install it on another PC running Red
>> Hat Linux (though with non-root privileges) but still get the same error.
>>
>> What should I do to solve this?
>
> yum install clamav
>

And the every helpful

yum whatprovides sigtool

dp
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


fawazz at gmail

Mar 29, 2008, 1:22 PM

Post #4 of 9 (185 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

Thanks. I did that and the installation seems to have gone fine.
However, where do you think clamav is installed? It is not in /usr/bin. How
can I run clamav and sigtool?

Thanks.

On Fri, Mar 28, 2008 at 7:53 PM, Erik P. Olsen <epodata[at]gmail.com> wrote:

> On 29/03/08 01:27, Syed Fawaz Hasan wrote:
> > Hi!
> >
> > I need to use sigtool for extracting some sample virus signatures. For
> > that, I installed Fedora 8 and tried to install clamAV on it. I did as
> > follows:
> > - I downloaded and extracted clamAV
> > - Under root, in command line, I went into the extracted folder and ran
> > "./configure". That worked.
> > - I then tried to run "make" but I keep getting the error: "target not
> > found". Why is it so?
> >
> > -I downloaded clamAV again and tried to install it on another PC running
> Red
> > Hat Linux (though with non-root privileges) but still get the same
> error.
> >
> > What should I do to solve this?
>
> yum install clamav
>
> --
> Erik.
>
> _______________________________________________
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://lurker.clamav.net/list/clamav-users.html
>
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


dennispe at inetnw

Mar 29, 2008, 1:27 PM

Post #5 of 9 (189 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

Syed Fawaz Hasan wrote:
> Thanks. I did that and the installation seems to have gone fine.
> However, where do you think clamav is installed? It is not in /usr/bin. How
> can I run clamav and sigtool?
>
> Thanks.


The file names to look for:

clamd
clamdscan
clamscan
freshclam
sigtool
clamconf
clamd.conf
freshclam.conf

In my case (Red Hat) the binaries installed in /usr/sbin and /usr/bin,
and the conf files installed in /etc.

I installed the clamav server and client packages.

dp
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


shuttlebox at gmail

Mar 29, 2008, 1:32 PM

Post #6 of 9 (190 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

On Sat, Mar 29, 2008 at 9:22 PM, Syed Fawaz Hasan <fawazz[at]gmail.com> wrote:
> Thanks. I did that and the installation seems to have gone fine.
> However, where do you think clamav is installed? It is not in /usr/bin. How
> can I run clamav and sigtool?

# which clamscan

If that doesn't work:

# rpm -qa | grep clam

You will get a list of package names, now do the following command to
list the files in the packages:

# rpm -ql packagename

--
/peter
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


dennispe at inetnw

Mar 29, 2008, 1:33 PM

Post #7 of 9 (185 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

Dennis Peterson wrote:
> Syed Fawaz Hasan wrote:
>> Thanks. I did that and the installation seems to have gone fine.
>> However, where do you think clamav is installed? It is not in /usr/bin. How
>> can I run clamav and sigtool?
>>
>> Thanks.
>

Forgot to add:

When I run this command:
# rpm -qa |grep clam

I get this:

clamav-db-0.92.1-1.el4.rf
clamd-0.92.1-1.el4.rf
clamav-0.92.1-1.el4.rf

These are the packages the Red Hat installer found and installed.


dp
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


epodata at gmail

Mar 29, 2008, 3:04 PM

Post #8 of 9 (184 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

On 29/03/08 21:22, Syed Fawaz Hasan wrote:
> Thanks. I did that and the installation seems to have gone fine.
> However, where do you think clamav is installed? It is not in /usr/bin. How
> can I run clamav and sigtool?

Do "locate clamdoc.pdf" and when found read it. You find clamav in both /usr/bin
and /usr/sbin, the binary you'll use is clamscan. What you do with sigtool I
don't know.

--
Erik.
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html


fawazz at gmail

Mar 29, 2008, 3:28 PM

Post #9 of 9 (188 views)
Permalink
Re: Urgent: problem with clamAV installation [In reply to]

I needed to use sigtool to extract and use the signatures from the database.

It worked. Thanks to all of you for your quick help.

--
Fawaz

On Sat, Mar 29, 2008 at 6:04 PM, Erik P. Olsen <epodata[at]gmail.com> wrote:

> On 29/03/08 21:22, Syed Fawaz Hasan wrote:
> > Thanks. I did that and the installation seems to have gone fine.
> > However, where do you think clamav is installed? It is not in /usr/bin.
> How
> > can I run clamav and sigtool?
>
> Do "locate clamdoc.pdf" and when found read it. You find clamav in both
> /usr/bin
> and /usr/sbin, the binary you'll use is clamscan. What you do with sigtool
> I
> don't know.
>
> --
> Erik.
> _______________________________________________
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://lurker.clamav.net/list/clamav-users.html
>
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

ClamAV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.