Menu

#3 Not Compile (2.6.18, CentOS 5.2)

v1.2
closed-fixed
nobody
5
2008-11-24
2008-11-24
Oleg S.
No

OS: CentOS 5.2
gcc: gcc version 4.1.2-42

# make
make -C /lib/modules/2.6.18-92.1.18.el5/build M=/ipt_netflow-1.2 modules
make[1]: Entering directory `/usr/src/kernels/2.6.18-92.1.18.el5-i686'
CC [M] /ipt_netflow-1.2/ipt_NETFLOW.o
/ipt_netflow-1.2/ipt_NETFLOW.c:100: warning: type defaults to 'int' in declaration of 'DECLARE_DELAYED_WORK'
/ipt_netflow-1.2/ipt_NETFLOW.c:100: warning: parameter names (without types) in function declaration
/ipt_netflow-1.2/ipt_NETFLOW.c: In function 'netflow_work_fn':
/ipt_netflow-1.2/ipt_NETFLOW.c:941: error: 'netflow_work' undeclared (first use in this function)
/ipt_netflow-1.2/ipt_NETFLOW.c:941: error: (Each undeclared identifier is reported only once
/ipt_netflow-1.2/ipt_NETFLOW.c:941: error: for each function it appears in.)
/ipt_netflow-1.2/ipt_NETFLOW.c: In function 'ipt_netflow_init':
/ipt_netflow-1.2/ipt_NETFLOW.c:1273: error: 'netflow_work' undeclared (first use in this function)
/ipt_netflow-1.2/ipt_NETFLOW.c: In function 'ipt_netflow_fini':
/ipt_netflow-1.2/ipt_NETFLOW.c:1315: error: 'netflow_work' undeclared (first use in this function)
make[2]: *** [/ipt_netflow-1.2/ipt_NETFLOW.o] Error 1
make[1]: *** [_module_/ipt_netflow-1.2] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.18-92.1.18.el5-i686'
make: *** [all] Error 2

Discussion

  • ABC

    ABC - 2008-11-24
    • status: open --> closed-fixed
     
  • ABC

    ABC - 2008-11-24

    Compatibility with 2.6.18 kernel is rsolved in latest (1.3) version in cvs.

     
  • ABC

    ABC - 2008-11-24

    Try latest version from cvs:

    cvs -d :pserver:anonymous@ipt-netflow.cvs.sourceforge.net:/cvsroot/ipt-netflow co ipt_netflow

     
  • ABC

    ABC - 2008-11-24
    • summary: Not Compile --> Not Compile (2.6.18, CentOS 5.2)
     

Log in to post a comment.