From clamav-users-bounces@lists.clamav.net  Mon Jun 29 06:17:50 2009
Return-Path: <clamav-users-bounces@lists.clamav.net>
X-Original-To: list@tad.clamav.net
Delivered-To: list@tad.clamav.net
X-Virus-Scanned: Debian amavisd-new at tad.clamav.net
Received: from tad.clamav.net ([127.0.0.1])
	by localhost (tad.clamav.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id OIgBaA9PMd4x; Mon, 29 Jun 2009 06:17:49 +0200 (CEST)
Received: from tad.clamav.net (localhost.localdomain [127.0.0.1])
	by tad.clamav.net (Postfix) with ESMTP id 7AB3616C056;
	Mon, 29 Jun 2009 06:17:47 +0200 (CEST)
X-Original-To: clamav-users@tad.clamav.net
Delivered-To: clamav-users@tad.clamav.net
X-Virus-Scanned: Debian amavisd-new at tad.clamav.net
Received: from tad.clamav.net ([127.0.0.1])
	by localhost (tad.clamav.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id dSQoySlI1vD9 for <clamav-users@tad.clamav.net>;
	Mon, 29 Jun 2009 06:17:42 +0200 (CEST)
Received: from a-smarthost.smtp.telkom.net (a-smarthost.smtp.telkom.net
	[125.160.6.241])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by tad.clamav.net (Postfix) with ESMTPS id 994E716C021
	for <clamav-users@lists.clamav.net>;
	Mon, 29 Jun 2009 06:17:32 +0200 (CEST)
Received: from [125.160.6.252] (helo=front-smtp.telkom.net)
	by a-smarthost.smtp.telkom.net with esmtps (TLSv1:AES256-SHA:256)
	id 1ML8J2-0000Y5-Sm
	for clamav-users@lists.clamav.net; Mon, 29 Jun 2009 11:17:24 +0700
Received: from [125.162.149.15] (helo=pc)
	by front-smtp.telkom.net with smtp id 1ML8Is-0000M0-5b
	for clamav-users@lists.clamav.net; Mon, 29 Jun 2009 11:17:23 +0700
Message-ID: <ECE0EC81CA8A43EDAE3BEEBBE4F5BF43@pc>
From: "Wong" <wongclamav@telkom.net>
To: "ClamAV users ML" <clamav-users@lists.clamav.net>
References: <26D663B5BC964589AA16A25FCA6E5922@pc>	<4A483474.6000107@commspeed.net><272EDE2FE2644308A0CF8ED74A60DF73@pc>
	<4A483868.9040608@inetnw.com>
Date: Mon, 29 Jun 2009 12:03:47 +0800
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.5512
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
Subject: Re: [Clamav-users] Error libclamav.so.6
X-BeenThere: clamav-users@lists.clamav.net
X-Mailman-Version: 2.1.11
Precedence: list
Reply-To: ClamAV users ML <clamav-users@lists.clamav.net>
List-Id: ClamAV users ML <clamav-users.lists.clamav.net>
List-Unsubscribe: <http://lists.clamav.net/cgi-bin/mailman/options/clamav-users>, 
	<mailto:clamav-users-request@lists.clamav.net?subject=unsubscribe>
List-Post: <mailto:clamav-users@lists.clamav.net>
List-Help: <mailto:clamav-users-request@lists.clamav.net?subject=help>
List-Subscribe: <http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users>,
	<mailto:clamav-users-request@lists.clamav.net?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: clamav-users-bounces@lists.clamav.net
Errors-To: clamav-users-bounces@lists.clamav.net

Hi Dennis,

Here what I found

Clambox:~ # ldd /usr/local/bin/freshclam
        linux-gate.so.1 =>  (0xffffe000)
        libclamav.so.6 => /usr/local/lib/libclamav.so.6 (0xb7ed7000)
        libdl.so.2 => /lib/libdl.so.2 (0xb7ed2000)
        libz.so.1 => /lib/libz.so.1 (0xb7ebd000)
        libresolv.so.2 => /lib/libresolv.so.2 (0xb7ea7000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xb7e8c000)
        libc.so.6 => /lib/libc.so.6 (0xb7d30000)
        /lib/ld-linux.so.2 (0xb7fa2000)
Clambox:~ # ls /usr/local/lib/libclamav.so.6
/usr/local/lib/libclamav.so.6

FYI, after restarting SuSE the problem has gone by itself. Good result but 
makes me confuse.... :(

Wong


----- Original Message ----- 
From: "Dennis Peterson" <dennispe@inetnw.com>
To: "ClamAV users ML" <clamav-users@lists.clamav.net>
Sent: Monday, June 29, 2009 11:43
Subject: Re: [Clamav-users] Error libclamav.so.6


> Wong wrote:
>> Yes Jim, it is in /usr/local/lib
>>
>> Thx & Rgds,
>>
>> Wong
>>
>
> In a terminal window go to the directory where the application is 
> (freshclam) and run the ldd (list dynamic dependancies) command:
>
> ldd freshclam
>
> This will tell you what libraries are needed and where freshclam is 
> looking for them. It may be necessary to use LD_LIBRARY_PATH or ldconfig 
> to help freshclam find the needed libraries.
>
> dp
> _______________________________________________
> Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
> http://www.clamav.net/support/ml
> 


_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

