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 /path/to/clamd

After that, you can create a link from the actual path
to the path the program expects, like so:

ln -s /usr/local/lib/libclamav.so.1
/usr/lib/libclamav.so.1

Regards,
Jose

--- Mohammed Ejaz <[EMAIL PROTECTED]> wrote:

> 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 users ML"
> <clamav-users@lists.clamav.net>
> Sent: Wednesday, June 06, 2007 9:54 AM
> Subject: Re: [Clamav-users] Please help me
> 
> 
> >>   So I decided to upgrade to 0.90.2,  from the
> old source directory I
> >>   did a make uninstall.  I then did a "find /
> -name clamav" and
> >> deleted all the files
> >>   located in all the clamav directories.
> >>
> >>   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:
> >> cannot open shared object file: No such file or
> directory"
> >
> > Run ldconfig, see if that solves your problem. You
> might also check if
> > your ld.so.conf file is still correct (before
> running ldconfig).
> >
> >
> > Grts,
> > Rob
> > _______________________________________________
> > 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
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://lurker.clamav.net/list/clamav-users.html

Reply via email to