> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Fajar A. Nugraha > Sent: Tuesday, March 16, 2004 6:53 PM > To: [EMAIL PROTECTED] > Subject: Re: [Clamav-users] Glibc and different versions of clam >
> > > The temporary solution is to make sure that both freshclam > and clamd (any version) use the same database diretory. > If you do that, worst thing that can happen is freshclam > downloads old viruses.db* files instead of *.cvd, but clamd > and clamscan should be able to use it anyway. > > Anyway, what could be so hard about deleting old clamav files? > The important ones are just > - libclamav.* (on /usr/lib/ or /usr/local/lib/) > - clamscan, clamdscan, sigtool, freshclam (on /usr/bin/ or > /usr/local/bin/) > - clamd (on /usr/sbin/ or /usr/local/sbin/) > - clamav.conf (on /etc or /usr/local/etc) > > Regards, > > Fajar > It isn't about the clamav libs, it is about various libs on the systems (mainly pthreads). For instance, below is a straight .configure and then a test run of freshclam: ./freshclam/.libs/freshclam: relocation error: /usr/local/lib/libpthread.so.0: undefined symbol: _dl_cpuclock_offset No big deal you say, just disable pthreads support and don't worry about it. ./configure --disable-pthreads Make gcc -g -O2 -o .libs/freshclam freshclam.o options.o manager.o notify.o ../clamscan/getopt.o ../clamscan/others.o -L/tmp/clamav-0.70-rc/libclamav /tmp/clamav-0.70-rc/libclamav/.libs/libclamav.so -lz -lbz2 /usr/local/lib/libgmp.so -Wl,--rpath -Wl,/usr/local/lib freshclam.o: In function `freshclam': /tmp/clamav-0.70-rc/freshclam/freshclam.c:120: undefined reference to `parsecfg' /tmp/clamav-0.70-rc/freshclam/freshclam.c:123: undefined reference to `parsecfg' /tmp/clamav-0.70-rc/freshclam/freshclam.c:139: undefined reference to `cfgopt' /tmp/clamav-0.70-rc/freshclam/freshclam.c:157: undefined reference to `cfgopt' /tmp/clamav-0.70-rc/freshclam/freshclam.c:178: undefined reference to `cfgopt' /tmp/clamav-0.70-rc/freshclam/freshclam.c:189: undefined reference to `cfgopt' /tmp/clamav-0.70-rc/freshclam/freshclam.c:199: undefined reference to `cfgopt' freshclam.o:/tmp/clamav-0.70-rc/freshclam/freshclam.c:213: more undefined references to `cfgopt' follow collect2: ld returned 1 exit status make[2]: *** [freshclam] Error 1 make[2]: Leaving directory `/tmp/clamav-0.70-rc/freshclam' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/clamav-0.70-rc' make: *** [all] Error 2 The problem, I believe, is from a long time ago when I half upgrade the pthreads library. That needed the new glibc, and then the mess just began. Some of the programs are compiled with the old stuff, some with the new, so until I can wipe the system and start fresh, I'm stuck in this limbo. Thanks. ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users