Guest User

Untitled

a guest
May 21st, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. [me@server /fsniperfolder]$ sudo ./configure
  2. Password:
  3. checking whether to enable maintainer-specific portions of Makefiles... no
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether build environment is sane... yes
  6. checking for a thread-safe mkdir -p... ./install-sh -c -d
  7. checking for gawk... no
  8. checking for mawk... no
  9. checking for nawk... nawk
  10. checking whether make sets $(MAKE)... yes
  11. checking for style of include used by make... GNU
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking dependency style of gcc... gcc3
  22. checking for library containing strerror... none required
  23. checking for ranlib... ranlib
  24. checking how to run the C preprocessor... gcc -E
  25. checking for grep that handles long lines and -e... /usr/bin/grep
  26. checking for egrep... /usr/bin/grep -E
  27. checking for ANSI C header files... yes
  28. checking for gcc... (cached) gcc
  29. checking whether we are using the GNU C compiler... (cached) yes
  30. checking whether gcc accepts -g... (cached) yes
  31. checking for gcc option to accept ISO C89... (cached) none needed
  32. checking dependency style of gcc... (cached) gcc3
  33. checking for magic_open in -lmagic... yes
  34. checking for pcre_version in -lpcre... no
  35. configure: error: libpcre not found
  36. [me@server /fsniperfolder]$ sudo pkg_version | grep -i pcre
  37. pcre++ =
  38. pcre =
Add Comment
Please, Sign In to add comment