On Thu, 2004-07-08 at 16:03, Steve Lenti wrote:
> I haven't been following this thread close so bare with me with my 
> question.  Did you just recently upgrade your kernel?  If you did try 
> moving the /lib/tls directory to some other location.  I had a similar 
> problem with a RedHat server about a week ago after I installed a new 
> kernel.

I wanted to figure out exactly what this was doing so I looked around.
Apparently the environment variable LD_ASSUME_KERNEL=2.4.1 will have the
same effect.

I added it into clamav's enviroment and ldd returns the following. I'll
let you know if it is more stable :).

[EMAIL PROTECTED] profile.d]# ldd /usr/sbin/clamav-milter
        libclamav.so.1 => /usr/lib/libclamav.so.1 (0x002b3000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00aac000)
        libbz2.so.1 => /usr/lib/libbz2.so.1 (0x0019c000)
        libgmp.so.3 => /usr/lib/libgmp.so.3 (0x001c0000)
        libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00ad6000)
        libwrap.so.0 => /usr/lib/libwrap.so.0 (0x008d6000)
        libc.so.6 => /lib/tls/libc.so.6 (0x00905000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x008ed000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x00abf000)

[EMAIL PROTECTED] profile.d]# su -c "ldd /usr/sbin/clamav-milter" -s
/bin/bash - clamav
        libclamav.so.1 => /usr/lib/libclamav.so.1 (0x002b3000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00aac000)
        libbz2.so.1 => /usr/lib/libbz2.so.1 (0x0019c000)
        libgmp.so.3 => /usr/lib/libgmp.so.3 (0x001c0000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0x00118000)
        libwrap.so.0 => /usr/lib/libwrap.so.0 (0x008d6000)
        libc.so.6 => /lib/i686/libc.so.6 (0x00c60000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x008ed000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x00abf000)

-- 
Robert Schmidt -- UNIX Tech Support
[EMAIL PROTECTED]
MC1021 519-888-4567 x6453



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to