I installed the rpms, 1 at a time on a local pc and run this command after each install This was the result I think the test was looking for file wfnetobjs.h location # ./configure --with-wfnetobjs-libdir=/usr/include/wallfire/ . . . Summary of configuration settings: base directory: /usr/local static input modules: netfilter ipchains ipfilter cisco_pix cisco_ios snort dynamic input modules: static output modules: netfilter ipchains ipfilter text html xml human dynamic output modules: wfnetobjs includes directory: /usr/include/wallfire wfnetobjs library directory: /usr/include/wallfire/ modules directory: /usr/local/lib/wflogs default log file: /var/log/messages Question -------- What is the equavalent line of code change on obs an the following is on a local pc ? ./configure --with-wfnetobjs-libdir=/usr/include/wallfire/ configure code that checks this is : if test -f "../wfnetobjs/netobjs/wfnetobjs.h"; then wfnetobjs_incdir="$(pwd)/../wfnetobjs/netobjs" elif test -f "/usr/include/wallfire/wfnetobjs.h"; then wfnetobjs_incdir='/usr/include/wallfire' else { { echo "$as_me:$LINENO: error: wfnetobjs-incdir: no directory found, use configure option" >&5 echo "$as_me: error: wfnetobjs-incdir: no directory found, use configure option" >&2;} { (exit 1); exit 1; }; } -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org