Bug 176318
| Summary: | Module string does not exists in /lib/iptables | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Volnei <vcputtini> |
| Component: | glibc-kernheaders | Assignee: | David Woodhouse <dwmw2> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | pmacedo, twoerner |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | iptables-1.3.8-6.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-06 21:27:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Volnei
2005-12-21 11:54:03 UTC
Same problem on FC5 with all packages updated: [root@joselilaviola ~]# iptables -m string --help iptables v1.3.5: Couldn't load match `string':/lib/iptables/libipt_string.so: cannot open shared object file: No such file or directory Try `iptables -h' or 'iptables --help' for more information. [root@joselilaviola ~]# ls /lib/iptables/*string* ls: /lib/iptables/*string*: No such file or directory [root@joselilaviola ~]# rpm -qa |grep kernel kernel-smp-2.6.17-1.2145_FC5 [root@joselilaviola ~]# rpm -qa |grep iptables iptables-1.3.5-1.2 [root@joselilaviola ~]# The string module is disabled in the Makefile on the extensions directory, probably because the compilation fails because of the absence of libipt_string.h from the includes directory. This file is missing on the upstream tarball as well. The header ipt_string.h has to be added for this. Assigning to glibc-kernheaders for now. If it is fixed there, please reassign to iptables. A rebuild of the package will do it then. This report targets the FC3 or FC4 products, which have now been EOL'd. Could you please check that it still applies to a current Fedora release, and either update the target product or close it ? Thanks. Just checked in FC6 (fully updated) and the string module exists and is working fine according to my tests. If the OP agrees, I believe this could be closed. |