Hello, and thanks for reporting this issue! On Tue, Feb 26, 2008 at 12:02:58PM +0100, e-t172 wrote: > Line 5 of /usr/include/iproute/iptables.h: > #include "libiptc/libiptc.h" >
Disclaimer for probably wrong and useless stuff I'll write in this mail: I'm a bit busy right now and have only looked at this quickly, and I'm going away on friday and will be back 10th of March so I'll reply now and hope that someone investigates this a bit while I'm gone.... (Alexander "formorer" Wirt will probably be available to pick up any urgent stuff, so it's not like iproute is left without someone to care for it.) iproute2 ships a complete set of headers it uses. This includes linux kernel headers, libiptc and more. The duplicates (provided by other packages) are not installed by the debian iproute package. I wonder if just installing include/libiptc/ would solve this problem? Could you please try this and see if it works for you: cd /tmp apt-get source iproute cd iproute-*/include/ cp -r libiptc /usr/include/iproute/ This will hopefully make all headers available, but the actual library file would still be missing. Just not linking to it might work, who knows... Regards, Andreas Henriksson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

