CESNET / ipfixcol2

High-performance NetFlow v5/v9 and IPFIX collector (RFC7011)
Other
116 stars 35 forks source link

lnfstore plugin not found #74

Open jelenamirkovic opened 1 year ago

jelenamirkovic commented 1 year ago

I've installed lnfstore plugin and I can see it in /usr/local/lib/ipfixcol2/. I've also added LD_LIBRARY_PATH just in case. And I've recompiled ipfixcol2 just in case. However when I run it, it gives me the following error:

ERROR: Configurator: Collector failed to start: Unable to find the 'lnfstore' plugin.

And running ipfixcol2 -L -v indeed does not show this plugin

INPUT PLUGINS

Lukas955 commented 1 year ago

Hi,

I'm sorry for really long response time. I probably missed the email notification from GitHub.

I think there was a problem loading the lnfstore module due to unresolved dependencies in the module itself. If you can try to run with multiple "verbosity" parameters i.e. ipfixcol2 -L -vvv, a possible warning message should be shown before the list of plugins.

Lukas