daily pastebin goal
64%
SHARE
TWEET

Untitled

a guest Jun 14th, 2015 318 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. odule.h src/http/modules/perl/ngx_http_perl_module.h" \
  2.         perl Makefile.PL \
  3.                 LIB= \
  4.                 INSTALLSITEMAN3DIR=
  5. Generating a Unix-style Makefile
  6. Writing Makefile for nginx
  7. Writing MYMETA.yml and MYMETA.json
  8. cd objs/src/http/modules/perl && make
  9. make[3]: Entering directory '/root/ngx_openresty-1.7.10.1/build/nginx-1.8.0/objs/src/http/modules/perl'
  10. make[3]: Warning: File '/usr/lib/x86_64-linux-gnu/perl/5.20/Config.pm' has modification time 3027 s in the future
  11. Makefile out-of-date with respect to /usr/lib/x86_64-linux-gnu/perl/5.20/Config.pm /usr/lib/x86_64-linux-gnu/perl/5.20/CORE/config.h
  12. Cleaning current config before rebuilding Makefile...
  13. make -f Makefile.old clean > /dev/null 2>&1
  14. /usr/bin/perl Makefile.PL "LIB=" "INSTALLSITEMAN3DIR="
  15. Generating a Unix-style Makefile
  16. Writing Makefile for nginx
  17. Writing MYMETA.yml and MYMETA.json
  18. ==> Your Makefile has been rebuilt. <==
  19. ==> Please rerun the make command.  <==
  20. false
  21. Makefile:932: recipe for target 'Makefile' failed
  22. make[3]: *** [Makefile] Error 1
  23. make[3]: Leaving directory '/root/ngx_openresty-1.7.10.1/build/nginx-1.8.0/objs/src/http/modules/perl'
  24. objs/Makefile:2617: recipe for target 'objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so' failed
  25. make[2]: *** [objs/src/http/modules/perl/blib/arch/auto/nginx/nginx.so] Error 2
  26. make[2]: Leaving directory '/root/ngx_openresty-1.7.10.1/build/nginx-1.8.0'
  27. Makefile:8: recipe for target 'build' failed
  28. make[1]: *** [build] Error 2
  29. make[1]: Leaving directory '/root/ngx_openresty-1.7.10.1/build/nginx-1.8.0'
  30. Makefile:4: recipe for target 'all' failed
  31. make: *** [all] Error 2
RAW Paste Data
Top