Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. make[2]: Leaving directory '/usr/local/src/opensips/opensips-2.1.2/modules/db_mysql'
  2.  
  3.  
  4. make[2]: Entering directory '/usr/local/src/opensips/opensips-2.1.2/modules/httpd'
  5. /bin/sh: 1: pkg-config: not found
  6. /bin/sh: 1: pkg-config: not found
  7. Compiling httpd_proc.c
  8. Compiling httpd.c
  9. httpd_proc.c:41:24: fatal error: microhttpd.h: No such file or directory
  10. #include <microhttpd.h>
  11. ^
  12. compilation terminated.
  13. In file included from httpd.c:45:0:
  14. httpd_proc.h:30:24: fatal error: microhttpd.h: No such file or directory
  15. #include <microhttpd.h>
  16. ^
  17. compilation terminated.
  18. ../../Makefile.rules:25: recipe for target 'httpd_proc.o' failed
  19. make[2]: *** [httpd_proc.o] Error 1
  20. make[2]: *** Waiting for unfinished jobs....
  21. ../../Makefile.rules:25: recipe for target 'httpd.o' failed
  22. make[2]: *** [httpd.o] Error 1
  23. make[2]: Leaving directory '/usr/local/src/opensips/opensips-2.1.2/modules/httpd'
  24. Makefile:196: recipe for target 'modules' failed
  25. make[1]: *** [modules] Error 2
  26. make[1]: Leaving directory '/usr/local/src/opensips/opensips-2.1.2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement