GithubHelp home page GithubHelp logo

freewaf / waf-pe Goto Github PK

View Code? Open in Web Editor NEW
62.0 62.0 46.0 8.92 MB

Open Source Web Application Firewall Protection Engine

Home Page: www.freewaf.org

License: Apache License 2.0

Shell 3.57% Awk 0.54% Perl 0.21% Prolog 0.09% C 94.49% C++ 0.15% Python 0.95%

waf-pe's People

Contributors

freewaf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

waf-pe's Issues

pe_log_client.h: No such file

Making all in srclib
make[1]: Entering directory /root/tmp/waf-pe/build/srclib' Making all in pcre make[2]: Entering directory/root/tmp/waf-pe/build/srclib/pcre'
make[3]: Entering directory /root/tmp/waf-pe/build/srclib/pcre' make[3]: Nothing to be done forlocal-all'.
make[3]: Leaving directory /root/tmp/waf-pe/build/srclib/pcre' make[2]: Leaving directory/root/tmp/waf-pe/build/srclib/pcre'
make[1]: Leaving directory /root/tmp/waf-pe/build/srclib' Making all in os make[1]: Entering directory/root/tmp/waf-pe/build/os'
Making all in unix
make[2]: Entering directory /root/tmp/waf-pe/build/os/unix' make[3]: Entering directory/root/tmp/waf-pe/build/os/unix'
/usr/local/apr/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -I/root/tmp/waf-pe/build/srclib/pcre -I. -I/root/tmp/waf-pe/build/include -I/root/tmp/waf-pe/os/unix -I/root/tmp/waf-pe/server/mpm/worker -I/root/tmp/waf-pe/server/cli/linux -I/root/tmp/waf-pe/server/convert -I/root/tmp/waf-pe/modules/http -I/root/tmp/waf-pe/modules/filters -I/root/tmp/waf-pe/modules/proxy -I/root/tmp/waf-pe/modules/security -I/root/tmp/waf-pe/modules/offline -I/root/tmp/waf-pe/include -I/root/tmp/waf-pe/modules/generators -I/root/tmp/waf-pe/modules/mappers -I/root/tmp/waf-pe/modules/database -I/usr/local/apr/include/apr-1 -I/root/tmp/waf-pe/modules/proxy/../generators -prefer-non-pic -static -c /root/tmp/waf-pe/os/unix/unixd.c && touch unixd.lo
In file included from /root/tmp/waf-pe/os/unix/unixd.c:19:
/root/tmp/waf-pe/include/httpd.h:58:27: error: pe_log_client.h: No such file or directory
In file included from /root/tmp/waf-pe/os/unix/unixd.c:19:
/root/tmp/waf-pe/include/httpd.h:1952: error: expected '=', ',', ';', 'asm' or 'attribute' before '' token
make[3]: *
* [unixd.lo] Error 1
make[3]: Leaving directory /root/tmp/waf-pe/build/os/unix' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/root/tmp/waf-pe/build/os/unix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /root/tmp/waf-pe/build/os' make: *** [all-recursive] Error 1 [root@localhost build]# vim /root/tmp/waf-pe/include/httpd.h [root@localhost build]# make Making all in srclib make[1]: Entering directory/root/tmp/waf-pe/build/srclib'
Making all in pcre
make[2]: Entering directory /root/tmp/waf-pe/build/srclib/pcre' make[3]: Entering directory/root/tmp/waf-pe/build/srclib/pcre'
make[3]: Nothing to be done for local-all'. make[3]: Leaving directory/root/tmp/waf-pe/build/srclib/pcre'
make[2]: Leaving directory /root/tmp/waf-pe/build/srclib/pcre' make[1]: Leaving directory/root/tmp/waf-pe/build/srclib'
Making all in os
make[1]: Entering directory /root/tmp/waf-pe/build/os' Making all in unix make[2]: Entering directory/root/tmp/waf-pe/build/os/unix'
make[3]: Entering directory /root/tmp/waf-pe/build/os/unix' /usr/local/apr/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -I/root/tmp/waf-pe/build/srclib/pcre -I. -I/root/tmp/waf-pe/build/include -I/root/tmp/waf-pe/os/unix -I/root/tmp/waf-pe/server/mpm/worker -I/root/tmp/waf-pe/server/cli/linux -I/root/tmp/waf-pe/server/convert -I/root/tmp/waf-pe/modules/http -I/root/tmp/waf-pe/modules/filters -I/root/tmp/waf-pe/modules/proxy -I/root/tmp/waf-pe/modules/security -I/root/tmp/waf-pe/modules/offline -I/root/tmp/waf-pe/include -I/root/tmp/waf-pe/modules/generators -I/root/tmp/waf-pe/modules/mappers -I/root/tmp/waf-pe/modules/database -I/usr/local/apr/include/apr-1 -I/root/tmp/waf-pe/modules/proxy/../generators -prefer-non-pic -static -c /root/tmp/waf-pe/os/unix/unixd.c && touch unixd.lo In file included from /root/tmp/waf-pe/os/unix/unixd.c:19: /root/tmp/waf-pe/include/httpd.h:1952: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token make[3]: *** [unixd.lo] Error 1 make[3]: Leaving directory/root/tmp/waf-pe/build/os/unix'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /root/tmp/waf-pe/build/os/unix' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/root/tmp/waf-pe/build/os'
make: *** [all-recursive] Error 1
[root@localhost build]# vim /root/tmp/waf-pe/include/httpd.h
[root@localhost build]# make
Making all in srclib
make[1]: Entering directory /root/tmp/waf-pe/build/srclib' Making all in pcre make[2]: Entering directory/root/tmp/waf-pe/build/srclib/pcre'
make[3]: Entering directory /root/tmp/waf-pe/build/srclib/pcre' make[3]: Nothing to be done forlocal-all'.
make[3]: Leaving directory /root/tmp/waf-pe/build/srclib/pcre' make[2]: Leaving directory/root/tmp/waf-pe/build/srclib/pcre'
make[1]: Leaving directory /root/tmp/waf-pe/build/srclib' Making all in os make[1]: Entering directory/root/tmp/waf-pe/build/os'
Making all in unix
make[2]: Entering directory /root/tmp/waf-pe/build/os/unix' make[3]: Entering directory/root/tmp/waf-pe/build/os/unix'
/usr/local/apr/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/apr-1 -I/root/tmp/waf-pe/build/srclib/pcre -I. -I/root/tmp/waf-pe/build/include -I/root/tmp/waf-pe/os/unix -I/root/tmp/waf-pe/server/mpm/worker -I/root/tmp/waf-pe/server/cli/linux -I/root/tmp/waf-pe/server/convert -I/root/tmp/waf-pe/modules/http -I/root/tmp/waf-pe/modules/filters -I/root/tmp/waf-pe/modules/proxy -I/root/tmp/waf-pe/modules/security -I/root/tmp/waf-pe/modules/offline -I/root/tmp/waf-pe/include -I/root/tmp/waf-pe/modules/generators -I/root/tmp/waf-pe/modules/mappers -I/root/tmp/waf-pe/modules/database -I/usr/local/apr/include/apr-1 -I/root/tmp/waf-pe/modules/proxy/../generators -prefer-non-pic -static -c /root/tmp/waf-pe/os/unix/unixd.c && touch unixd.lo
In file included from /root/tmp/waf-pe/os/unix/unixd.c:19:
/root/tmp/waf-pe/include/httpd.h:58:27: error: pe_log_client.h: No such file or directory
In file included from /root/tmp/waf-pe/os/unix/unixd.c:19:
/root/tmp/waf-pe/include/httpd.h:1952: error: expected '=', ',', ';', 'asm' or 'attribute' before '' token
make[3]: *
* [unixd.lo] Error 1
make[3]: Leaving directory /root/tmp/waf-pe/build/os/unix' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory/root/tmp/waf-pe/build/os/unix'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/tmp/waf-pe/build/os'
make: *** [all-recursive] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.