I'm trying with fwbuilder, i'm running in a redhat 9 box and i need the libipt_time.so, (this does not come with the original iptables in my distribution, so i build iptables from the sources, version 2.9), every thing compiles fine ...at least i think so
, but the problem is there is no
libipt_time.so.
After i install the iptables, rebuild the kernel and try "iptables -m time -h", it mentions that "Couldn't load match `time':/usr/local/lib/iptables/libipt_time.so: cannot open shared object file: No such file or directory"
Do i have to do something special in order to get this library?, is there some compile script somewhere?, where i could tell the compiler to produce the library?... Because i think that i have do all the things followed the INSTALL file.