On 10/15/2013 04:31 PM, Svoop wrote:
> Up until beta4 Vuurmuur worked fine with "Use NFLOG" enabled. However, now I
> get "vuurmuur_log  : Error (-1): syslog mode disabled but no other modes
> available." unless I disable the setting.
> 
> I'm not sure where to start in order to find the cause for this. Thanks for
> your hints!

Looks like vuurmuur_log is not built against libnetfilter_log. You can
check like this:

$ ldd /usr/bin/vuurmuur_log
        linux-vdso.so.1 =>  (0x00007fff79dff000)
>>        libnetfilter_log.so.1 => /usr/lib/libnetfilter_log.so.1
(0x00007fe4db576000)
        libvuurmuur.so.0 => /usr/lib/libvuurmuur.so.0 (0x00007fe4db315000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe4daf55000)
        libnfnetlink.so.0 => /usr/lib/libnfnetlink.so.0 (0x00007fe4dad4e000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fe4db7a1000)

If the lib and/or it's dev headers aren't found during vuurmuur's
configure stage, it will be disabled. So most likely you'll have to
install libnetfilter_log and rebuild vuurmuur.

Cheers,
Victor


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Vuurmuur-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vuurmuur-users

Reply via email to