compiling on linux-2.6.24 kernel

Hi, friends I am running CentOS-5 (kernel-2.6.24). I am trying to compile the netfilter-rtpproxy.0.5.tgz. I have downloaded the file. Firing the make command in following directory, gives me following result. # cd iptables-1.3.5/patch-o-matic/xt_RTPPROXY # make all cd linux-2.6/net/netfilter;make -C /usr/src/linux M=`pwd` modules;cd - make[1]: Entering directory `/usr/src/kernels/2.6.18-164.11.1.el5-i686' scripts/Makefile.build:17: /usr/src/downloaded/iptables-1.3.5/patch-o-matic/xt_RTPPROXY/linux-2.6/net/netfilter/Makefile: No such file or directory make[2]: *** No rule to make target `/usr/src/downloaded/iptables-1.3.5/patch-o-matic/xt_RTPPROXY/linux-2.6/net/netfilter/Makefile'. Stop. make[1]: *** [_module_/usr/src/downloaded/iptables-1.3.5/patch-o-matic/xt_RTPPROXY/linux-2.6/net/netfilter] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.18-164.11.1.el5-i686' /usr/src/downloaded/iptables-1.3.5/patch-o-matic/xt_RTPPROXY gcc -O2 -Wall -Wunused -I linux-2.6/include -I iptables/include -DIPTABLES_VERSION=\"1.3.5\" -fPIC -o iptables/extensions/libipt_RTPPROXY.o -c iptables/extensions/libipt_RTPPROXY.c iptables/extensions/libipt_RTPPROXY.c:29:23: error: ../config.h: No such file or directory iptables/extensions/libipt_RTPPROXY.c: In function ‘help’: iptables/extensions/libipt_RTPPROXY.c:44: error: ‘XTABLES_VERSION’ undeclared (first use in this function) iptables/extensions/libipt_RTPPROXY.c:44: error: (Each undeclared identifier is reported only once iptables/extensions/libipt_RTPPROXY.c:44: error: for each function it appears in.) iptables/extensions/libipt_RTPPROXY.c: At top level: iptables/extensions/libipt_RTPPROXY.c:301: error: variable ‘rtpproxy’ has initializer but incomplete type iptables/extensions/libipt_RTPPROXY.c:302: error: unknown field ‘version’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:302: error: ‘XTABLES_VERSION’ undeclared here (not in a function) iptables/extensions/libipt_RTPPROXY.c:302: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:302: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:303: error: unknown field ‘name’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:303: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:303: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:304: error: unknown field ‘revision’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:304: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:304: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:305: error: unknown field ‘size’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:305: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:305: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:306: error: unknown field ‘userspacesize’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:306: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:306: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:307: error: unknown field ‘help’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:307: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:307: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:308: error: unknown field ‘init’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:308: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:308: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:309: error: unknown field ‘parse’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:309: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:309: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:310: error: unknown field ‘final_check’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:310: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:310: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:311: error: unknown field ‘print’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:311: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:311: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:312: error: unknown field ‘save’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:312: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:312: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c:313: error: unknown field ‘extra_opts’ specified in initializer iptables/extensions/libipt_RTPPROXY.c:314: warning: excess elements in struct initializer iptables/extensions/libipt_RTPPROXY.c:314: warning: (near initialization for ‘rtpproxy’) iptables/extensions/libipt_RTPPROXY.c: In function ‘_init’: iptables/extensions/libipt_RTPPROXY.c:317: warning: implicit declaration of function ‘xtables_register_target’ make: *** [iptables/extensions/libipt_RTPPROXY.o] Error 1 Which library/src am I missing ? What to do to get rid of this error ? thnx

Napsal uživatel writed dne Po, 28.01.2013 - 10:40

Trvalý odkaz

bridal evening dresses bridal evening dresses attire. Wellies certainly are a wonderful addition to any wardrobe. cheap cocktail dresses cheap cocktail dresses They"re sensible likewise given that they hold the toes heat and dry over a stormy drop working day. They can be appealing simply because they occur inside a selection of designs and lively shades that enables girls to get some exciting with their seem custom wedding dress custom wedding dress . Simply because wellies are functional and desirable , they produce a fantastic addition to the drop wardrobe. Sandals vanish from wardrobes if the year adjustments. Even though sandals and dressy slip-on sneakers in many cases are worn in the course of the summer months, after the temperature cools dressy sneakers transform. Velvet, corduroy or leather-based can be used to set-up dressy sneakers that include the ft far more extensively. These more substantial elements make autumn gown footwear additional comfy to put on from the great drop temps. Occasionally these footwear are loafer kind footwear, though many others are definitely more of the classic heeled shoe. They may be paired with skirts or trousers, and even mixed with denims, jovani evening dress jovani evening dress for the a little far more informal appear. They are often worn to your place of work, evening cocktail dresses evening cocktail dresses church or even though out about the city. One more doable drop seem is gown trousers paired having a dressy shirt worn with leather-based heelsGals s footwear alterations when autumn comes. Absent will be the hardly there sneakers with the summer time because they are changed together with the much more sizeable sneakers from the drop. Boots, evening dresses cheap evening dresses cheap heels or loafers are all created to maintain the ft cozy and appear good with drop and wintertime attire. Soccer, hay-rides, pumpkin-picking and drop festivals are all a part of autumn plus size dresses plus size dresses . Acquiring the appropriate footwear to go together with the appropriate attire are important for a fantastic drop wardrobe. Wynsors will be the primary spot for specialising in Set up above in 1956 they"ve absent on to be one of several UKs favorite areas to acquire footwear on the internet which includes mens boots. For additional details take a look at wynsorsEven though LED increase mild is barely suitable for elevating an interior backyard, it possesses a great large influence to plant expansion. It is possible to expand your preferred vegatables and fruits anytime you wish. You may plant indoors even without having any soil. LED expand mild can present you with the potential to nurture your crops similar to conventional farming but somewhat than

Napsal uživatel writed dne Po, 04.02.2013 - 06:00

Trvalý odkaz

mature brides dresses mature brides dresses right up until I burst into tears at random occasions (generally after i am over-tired). That getting claimed pink prom dresses cheap pink prom dresses cheap , I"d in no way been a bride just before and that i as a result experienced no clue what my eyes would make a decision to accomplish on my wedding ceremony working day. Fortunately for my mascara simple bridal dresses simple bridal dresses , I didn"t cry cheap cocktail dresses cheap cocktail dresses . cheap mother of the bride dresses cheap mother of the bride dresses As an alternative I just smiled similar to a fool the complete working day by means of! Will need some photos for evidence? Here"s the 1st pictures of our pre-ceremony images. What am i able to say, that truck was just way too darn adorably southern to not seize within our photos!How did you are feeling if you initial witnessed your very-soon-to-be husband or wife on the wedding ceremony working day?Are you currently a crier vogue evening dresses vogue evening dresses christian bridal dress christian bridal dress ?All pictures by When it arrived to buying our flower woman and ring bearer, we mainly needed to

Napsal uživatel writed dne Ne, 28.04.2013 - 08:17

Trvalý odkaz

replica rolex on sale replica rolex on sale ve developed their personalized sports activities carmontre reproduction concorsoften to resemble several of the most scarce and useful sports activities vehicles in heritage. breitling replica paypal breitling replica paypal These replicar entrepreneurs are kit car builders who head out in their technique to make high-quality replicas with the authentic issue. Among the one of the most fashionable home-built reproduction automobiles are Cobras. The concluded items commonly show up indistinguishable from their authentic counterparts. Developing your own replicar may have many attraction. breitling swiss replica breitling swiss replica watches replica watches replica It could probably become a approach to get the desire car only one usually on no account manage. swiss breitling replica swiss breitling replica replica audemars piguet replica audemars piguet replica rolex submariner prices replica rolex submariner prices It could quite possibly even be a family members job or perhaps the extension of mechanical interestsrepliques montres. Right away soon after all, the method must certainly look thrilling