On Thursday March 15, 2007 at 04:50:05 (PM) jean-paul natola wrote: > So now that I have already upgraded to 90.1 ( on freebsd 5.4) what can I do > get this working? > > my clam is crashing constatnly -
OK, this is untested, but you can try it anyway. Do you have 'compat5x-i386-5.4.0.8_7 ' installed? It is in the '/usr/ports/misc/compat5x' directory. It might alleviate your problem. You will need to reboot after installing it. Are you familiar with 'portmanager' at all? If that does not work, you could try the following. Assuming you have the 'portupgrade' installed: All as root. 1) cd /usr/ports/distfiles 2) rm -rdf * 3) portsclean -C -D -L -PP 4) Update your ports tree 5) Install 'portmanager' if it is not installed all ready 6) portmanager -u -l -p That should rebuild any ports that are either out of date or have the wrong dependencies. If you want to really go wild, replace the '-p' flag with '-f' instead. That will rebuild the entire ports system. Sometimes that corrects libraries that have become corrupt. There will be a log file created in /var/log/portmanager.log that will detail what was updated or corrected. Reboot and see if that corrects the problem. Good Luck! -- Gerard _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html