Bug 402281 - Missing "/usr/include/libiptc/libiptc.h" in iptables-devel
Summary: Missing "/usr/include/libiptc/libiptc.h" in iptables-devel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: iptables
Version: 5.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: iptables-maint-list
QA Contact:
URL:
Whiteboard:
Depends On: 238358
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-28 07:19 UTC by Norm Murray
Modified: 2018-10-20 00:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-02 10:59:40 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2009:1414 0 normal SHIPPED_LIVE iptables bug fix and enhancement update 2009-09-01 13:33:16 UTC

Description Wade Mealing 2007-11-28 07:19:43 UTC
Gday Guys,

The current version of iptables-devel in RHEL 5.1 does not incldue the libpt.h
file, although it does include /usr/lib/libiptc.a .

The customer is asking for this file to be included to compile against libiptc.



+++ This bug was initially created as a clone of Bug #238358 +++

Description of problem:
"/usr/include/libiptc/libiptc.h" is not available but it is referenced in
"/usr/include/iptables.h" . Due to this I'm not able to compile "miniupnpd" (
http://miniupnp.free.fr/ ).

Version-Release number of selected component (if applicable):
iptables-devel-1.3.5-1.2.1

How reproducible:
Try compiling "test.c" (attached)

Steps to Reproduce:
1. Download "test.c" .
2. Execute following command:
   gcc -c test.c
  
Actual results:
GCC emits following errors during compilation:

-- begin errors --
In file included from test.c:1:
/usr/include/iptables.h:5:29: error: libiptc/libiptc.h: No such file or directory
In file included from test.c:1:
/usr/include/iptables.h:21: error: ‘IPT_FUNCTION_MAXNAMELEN’ undeclared here
(not in a function)
/usr/include/iptables.h:23: error: expected specifier-qualifier-list before
‘u_int8_t’
/usr/include/iptables.h:39: error: expected specifier-qualifier-list before
‘ipt_chainlabel’
/usr/include/iptables.h:92: error: expected specifier-qualifier-list before
‘ipt_chainlabel’
/usr/include/iptables.h:154: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or
‘__attribute__’ before ‘parse_protocol’
/usr/include/iptables.h:158: error: expected declaration specifiers or ‘...’
before ‘iptc_handle_t’
/usr/include/iptables.h:173: error: expected ‘;’, ‘,’ or ‘)’ before ‘chain’
/usr/include/iptables.h:175: error: expected ‘;’, ‘,’ or ‘)’ before ‘chain’
/usr/include/iptables.h:177: error: expected declaration specifiers or ‘...’
before ‘iptc_handle_t’
/usr/include/iptables.h:178: error: expected declaration specifiers or ‘...’
before ‘iptc_handle_t’
-- end errors --

Expected results:
The program gets compiled without any errors.

Additional info:

-- Additional comment from twoerner on 2007-09-10 05:19 EST --
Fixed in updates in package iptables-1.3.8-2.fc6.

Comment 2 john.haxby@oracle.com 2008-11-17 15:43:29 UTC
See also bug 462207

Comment 7 errata-xmlrpc 2009-09-02 10:59:40 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2009-1414.html


Note You need to log in before you can comment on or make changes to this bug.