Advertisement
Guest User

ZNC make error

a guest
Sep 5th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ZNC 1.6.1 configured
  2.  
  3. prefix: /usr/local
  4. debug: no
  5. ipv6: yes
  6. openssl: yes
  7. dns: threads
  8. perl: no
  9. python: no
  10. swig: not needed
  11. cyrus: no
  12. tcl: no
  13. charset: no (icu-uc not found via pkg-config)
  14. zlib: yes
  15. run from src: no
  16.  
  17. Now you can run "make" to compile ZNC
  18. root@mochie:/usr/local/src/znc-1.6.1# make
  19. Packing man page znc.1.gz...
  20. Packing man page znc-buildmod.1.gz...
  21. Building module autocycle...
  22. Linking module autocycle...
  23. Building module webadmin...
  24. g++: internal compiler error: Killed (program cc1plus)
  25. Please submit a full bug report,
  26. with preprocessed source if appropriate.
  27. See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
  28. Makefile:116: recipe for target 'webadmin.o' failed
  29. make[1]: *** [webadmin.o] Error 4
  30. Makefile:105: recipe for target 'modules' failed
  31. make: *** [modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement