Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. nix-proot:$nix-env -i openssl
  2. replacing old ‘openssl-1.1.0f’
  3. installing ‘openssl-1.1.0f’
  4. building path(s) ‘/nix/store/5fb5lsrvzbah437f5ik2dxzll8rxmlh2-user-environment’
  5. created 534 symlinks in user environment
  6.  
  7.  
  8. nix-proot:$./configure
  9. checking for a sed that does not truncate output... /bin/sed
  10. checking build system type... x86_64-unknown-linux-gnu
  11. checking host system type... x86_64-unknown-linux-gnu
  12. checking for the canonical Nix system name... x86_64-linux
  13. checking for gcc... gcc
  14. checking whether the C compiler works... yes
  15. checking for C compiler default output file name... a.out
  16. checking for suffix of executables...
  17. checking whether we are cross compiling... no
  18. checking for suffix of object files... o
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking for dirent.h that defines DIR... yes
  23. checking for library containing opendir... none required
  24. checking for struct dirent.d_type... yes
  25. checking for gcc... (cached) gcc
  26. checking whether we are using the GNU C compiler... (cached) yes
  27. checking whether gcc accepts -g... (cached) yes
  28. checking for gcc option to accept ISO C89... (cached) none needed
  29. checking for g++... g++
  30. checking whether we are using the GNU C++ compiler... yes
  31. checking whether g++ accepts -g... yes
  32. checking for special C compiler options needed for large files... no
  33. checking for _FILE_OFFSET_BITS value needed for large files... no
  34. checking for pubsetbuf... yes
  35. checking for statvfs... yes
  36. checking for lutimes... yes
  37. checking whether it is possible to create a link to a symlink... yes
  38. checking how to run the C++ preprocessor... g++ -E
  39. checking for grep that handles long lines and -e... /bin/grep
  40. checking for egrep... /bin/grep -E
  41. checking for ANSI C header files... yes
  42. checking for sys/types.h... yes
  43. checking for sys/stat.h... yes
  44. checking for stdlib.h... yes
  45. checking for string.h... yes
  46. checking for memory.h... yes
  47. checking for strings.h... yes
  48. checking for inttypes.h... yes
  49. checking for stdint.h... yes
  50. checking for unistd.h... yes
  51. checking locale usability... yes
  52. checking locale presence... yes
  53. checking for locale... yes
  54. checking how to run the C preprocessor... gcc -E
  55. checking err.h usability... yes
  56. checking err.h presence... yes
  57. checking for err.h... yes
  58. checking for curl... /usr/bin/curl
  59. checking for bash... /bin/bash
  60. checking for patch... /usr/bin/patch
  61. checking for xmllint... /usr/bin/xmllint
  62. checking for xsltproc... false
  63. checking for flex... false
  64. checking for bison... false
  65. checking for perl... /usr/bin/perl
  66. checking for sed... /bin/sed
  67. checking for tar... /bin/tar
  68. checking for bzip2... /bin/bzip2
  69. checking for gzip... /bin/gzip
  70. checking for xz... /usr/bin/xz
  71. checking for dot... /usr/bin/dot
  72. checking for dblatex... no
  73. checking for pv... pv
  74. checking whether Perl is recent enough... yes
  75. checking for the Perl installation prefix... ${exec_prefix}/lib/perl5/site_perl/5.26.0/x86_64-linux-gnu-thread-multi
  76. checking for cat... /bin/cat
  77. checking for tr... /usr/bin/tr
  78. checking for openssl... /home/leo/.nix-profile/bin/openssl
  79. checking for pkg-config... /usr/bin/pkg-config
  80. checking pkg-config is at least version 0.9.0... yes
  81. checking for libcrypto... no
  82. configure: error: Package requirements (libcrypto) were not met:
  83.  
  84. No package 'libcrypto' found
  85.  
  86. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  87. installed software in a non-standard prefix.
  88.  
  89. Alternatively, you may set the environment variables OPENSSL_CFLAGS
  90. and OPENSSL_LIBS to avoid the need to call pkg-config.
  91. See the pkg-config man page for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement