Argus clients and flow-tools

Eric Kinzie eric at qosient.com
Wed Sep 13 15:55:53 EDT 2017


On Wed Sep 13 11:45:40 -0700 2017, Mike Iglesias wrote:
> On 09/13/2017 11:28 AM, Carter Bullard wrote:
> > Hey Mike,
> > Very cool.  It may not be something we can use for the distribution … but I’m very happy that it works for you.  I’m thinking that if the system isn’t providing the ft-config, not sure we’ll be able to completely “ figure it out “ for all circumstances ….  I do think I should add a “ -lft “ test up front …. Do you have a “ ftlib.h “ file somewhere on your system ???
> 
> On CentOS, the flow-tools-devel package puts it in /usr/include.  The
> flow-tools stuff is in the EPEL repo, not the standard CentOS repo.
> 
> 
> Mike
> 

"configure --with-libft=/usr" should link with the shared library.
I tried this on RHEL with the flow-tools-devel package from the
epel repository.

% ldd bin/ra
        linux-vdso.so.1 =>  (0x00007ffc143ca000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f200d15e000)
        libft.so.0 => /lib64/libft.so.0 (0x00007f200ced0000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f200ccb4000)
        libGeoIP.so.1 => /lib64/libGeoIP.so.1 (0x00007f200ca84000)
        libz.so.1 => /lib64/libz.so.1 (0x00007f200c86d000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f200c4ab000)
        libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007f200c0c3000)
        libnsl.so.1 => /lib64/libnsl.so.1 (0x00007f200bea9000)
        libwrap.so.0 => /lib64/libwrap.so.0 (0x00007f200bc9e000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f200d46b000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f200ba9a000)





More information about the argus mailing list