- priority: 5 --> 9
Hello,
i just try to install your application, but without success.
When i try to "make" i got net errors:
"# make
make all-am
make[1]: Entering directory `/home/yoda/downloads/airpwn-1.4'
if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT airpwn.o -MD -MP -MF ".deps/airpwn.Tpo" -c -o airpwn.o airpwn.c; \
then mv -f ".deps/airpwn.Tpo" ".deps/airpwn.Po"; else rm -f ".deps/airpwn.Tpo"; exit 1; fi
In file included from airpwn.c:46:
conf.h:21:30: error: python2.4/Python.h: No such file or directory
In file included from airpwn.c:46:
conf.h:33: error: expected specifier-qualifier-list before ‘PyObject’
airpwn.c: In function ‘spoof_response’:
airpwn.c:401: error: ‘conf_entry’ has no member named ‘response_len’
airpwn.c:402: error: ‘conf_entry’ has no member named ‘pyfunc’
airpwn.c:403: error: ‘PyObject’ undeclared (first use in this function)
airpwn.c:403: error: (Each undeclared identifier is reported only once
airpwn.c:403: error: for each function it appears in.)
airpwn.c:403: error: ‘args’ undeclared (first use in this function)
airpwn.c:405: error: ‘value’ undeclared (first use in this function)
airpwn.c:405: error: ‘conf_entry’ has no member named ‘pyfunc’
airpwn.c:435: error: ‘conf_entry’ has no member named ‘options’
airpwn.c: In function ‘process_ip_packet’:
airpwn.c:470: error: ‘conf_entry’ has no member named ‘next’
airpwn.c:509: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
airpwn.c:510: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
airpwn.c:511: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result
make[1]: *** [airpwn.o] Error 1
make[1]: Leaving directory `/home/yoda/downloads/airpwn-1.4'
make: *** [all] Error 2"
Ok, i think that problem is with python ver. i try to change in conf.h ver. of python (which i have 2.6) and without success.
Can i get some help here?
thank you.