Re: [Clamav-users] Please help me

2007-06-06 Thread Mohammed Ejaz
Many thanks for u r answer,, When i run ldconfig follwoing message appeared, Let me tell you my setup Postfix+Amavisd-new+clamav+spamassasin in solrais 8 bash-2.03# ldconfig bash: ldconfig: command not foun - Original Message - From: "Rob Sterenborg" <[EMAIL PROTECTED]> To: "ClamAV u

Re: [Clamav-users] Please help me

2007-06-06 Thread Rob Sterenborg
> Many thanks for u r answer,, > > When i run ldconfig follwoing message appeared, Let me tell you my > setup Postfix+Amavisd-new+clamav+spamassasin in solrais 8 > > bash-2.03# ldconfig > bash: ldconfig: command not foun Well, it may have worked in Linux. Don't know how Solaris works with dynam

Re: [Clamav-users] Please help me

2007-06-06 Thread Mohammed Ejaz
Any one please me in this Thanks in advance Ejaz - Original Message - From: "Rob Sterenborg" <[EMAIL PROTECTED]> To: "ClamAV users ML" Sent: Wednesday, June 06, 2007 11:27 AM Subject: Re: [Clamav-users] Please help me >> Many thanks for u r answer,, >> >> When i run ldconfig follwo

Re: [Clamav-users] Please help me

2007-06-06 Thread Fajar A. Nugraha
Hi Ejaz, Mohammed Ejaz wrote: > Any one please me in this > > > I went into the 09.90.2 directory and did the following: > > /configure > make > make install > > When ever i did the "make install" i got an follwowing error > > "error while loadi

Re: [Clamav-users] Please help me

2007-06-06 Thread Andrew McGlashan
Fajar A. Nugraha wrote: >> I went into the 09.90.2 directory and did the following: >> /configure >> make >> make install >> >> When ever i did the "make install" i got an follwowing error >> >> "error while loading shared libraries: libclamav.so.1: >>

Re: [Clamav-users] Please help me

2007-06-06 Thread Rob Sterenborg
[EMAIL PROTECTED] wrote: > Hi Ejaz, > > Mohammed Ejaz wrote: >> Any one please me in this >> >> >> I went into the 09.90.2 directory and did the following: >> >> /configure >> make >> make install >> >> When ever i did the "make install" i got an follwowi

Re: [Clamav-users] Please help me

2007-06-06 Thread Jonathan Armitage
Rob Sterenborg wrote: > [EMAIL PROTECTED] wrote: >> Hi Ejaz, >> >> Mohammed Ejaz wrote: >>> Any one please me in this >>> >>> >>> I went into the 09.90.2 directory and did the following: >>> >>> /configure >>> make >>> make install >>> >>> When ever i did the "

[Clamav-users] Small error when running freshclam as a daemon

2007-06-06 Thread Ralph Angenendt
Morning, I'm getting the following error when starting freshclam as a daemon (freshclam --config-file=/etc/freshclam.conf -d -c 27 --daemon-notify=/etc/clamd.conf): | -- | freshclam daemon 0.90.3 (OS: linux-gnu, ARCH: i386, CPU: i386) | ClamAV update process s

Re: [Clamav-users] Please help me

2007-06-06 Thread Jose Alf.
Mohammed, Most likely the binaries were not linked properly using the -R flag in Solaris. The following thread has more information about this http://www.dbforums.com/showthread.php?t=848174 You can check where the new binaries are looking for the libclamav.so.1 library running the command ldd /

Re: [Clamav-users] Please help me

2007-06-06 Thread Mohammed Ejaz
when i run recomended binary as per the instruction i have the following error, I have set the path as follows under my solaris 8 bash-2.03# echo $LD_LIBRAY_PATH /usr/local/lib bash-2.03# echo $PATH /usr/ccs/bin:/usr/local/bin:/usr/local/sbin:/usr/local/lib:/usr/bin:/usr/sbin:/usr/local

Re: [Clamav-users] Please help me

2007-06-06 Thread Jonathan Armitage
Mohammed Ejaz wrote: > when i run recomended binary as per the instruction i have the following > error, > > I have set the path as follows under my solaris 8 > > bash-2.03# echo $LD_LIBRAY_PATH > /usr/local/lib > bash-2.03# echo $PATH > /usr/ccs/bin:/usr/local/bin:/usr/local/sbin:/usr/

Re: [Clamav-users] Please help me

2007-06-06 Thread Steve Holdoway
On Wed, 06 Jun 2007 11:40:29 +0100 Jonathan Armitage <[EMAIL PROTECTED]> wrote: > The Solaris command you are looking for is crle: > > "crle - configure runtime linking environment." > > You need to add the paths to the libraries you need to build clamav. But I > don't think that's your problem