CESNET / ipfixcol

IPFIXcol is an implementation of an IPFIX (RFC 7011) collector
Other
64 stars 37 forks source link

Components installed in /usr/local/, while expected in /etc/ipfixcol/ #5

Closed rickhofstede closed 9 years ago

rickhofstede commented 9 years ago

IPFIXcol expects many files to be installed in /etc/ipfixcol/, while they are actually installed in /usr/local/. When checking './configure -h' (of many components), it even says the following:

By default, `make install' will install all the files in `/usr/local/bin',
`/usr/local/lib' etc.  You can specify an installation prefix other than
`/usr/local' using `--prefix’, for instance `--prefix=$HOME’.

However, when running 'ipfixcol -h' it looks for the configuration files (internalcfg.xml, ipfix-elements.xml and startup.xml) in /etc/ipfixcol/. This inconsistency should be fixed. Workaround:

'./configure --prefix=/etc'
mikeek commented 9 years ago

This should be fixed in fdf8bc0f5e30c41fbb429e353e3cc6a14f6424fa