From: Jordan H. <jo...@mj...> - 2004-08-30 13:38:17
|
On Mon, 2004-08-30 at 15:09, ddmails wrote: > Moin, > > after hours of searching, the problem was really easy to solve ... > > I simply made an make clean && make install foer IPtables::IPv4 perl > module and it works fine again. I didnt know that recompiling > perl-modules makes any difference to them. [snip] good to hear :) Sure, perl is used only as a wrapper only to access the iptables (binary) library (the perl xs coding interface is as ugly as efficient) jordan |