| 15 | |
| 16 | == Installing dependancies for ulog support == |
| 17 | You have to install [http://www.netfilter.org/projects/libnfnetlink/index.html libnfnetlink 0.0.39] and [http://www.netfilter.org/projects/libnetfilter_log/index.html libnetfilter_log 0.0.14] to be able to use ulog with vuurmuur. |
| 18 | When configuring libnfnetlink and libnetfilter you might want to supply extra options to the configure command. |
| 19 | {{{ |
| 20 | ./configure --prefix=/usr |
| 21 | }}} |
| 22 | When you don't do this, you have to add the default install path of the library to the {{{PKG_CONFIG_PATH}}} and {{{LD_LIBRARY_PATH}}} |
| 23 | {{{ |
| 24 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib |
| 25 | export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig |
| 26 | }}} |