Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. Last login: Sun Sep 2 09:28:09 on ttys000
  2. iMac-de-xxx:~ xxx$ brew install openssl
  3. Updating Homebrew...
  4. ==> Auto-updated Homebrew!
  5. Updated 1 tap (homebrew/core).
  6. ==> New Formulae
  7. bloaty cwlogs rbspy wcslib wsk
  8. ==> Updated Formulae
  9. anjuta django-completion gitlab-runner imagemagick@6 monetdb tokei
  10. artifactory docker-completion gitup jadx nspr typescript
  11. atlassian-cli docker-compose glib juju ocrmypdf vagrant-completion
  12. autopep8 docker-squash gnatsd kapacitor openapi-generator vala
  13. bat duo_unix gnupg knot openblas valabind
  14. bear elm-format gobject-introspection lftp openrct2 vault
  15. bro erlang gobuster librtlsdr phpunit wireshark
  16. buku exercism gomplate liquigraph picard-tools wp-cli-completion
  17. calabash faas-cli goreleaser lolcat presto xonsh
  18. capnp flatcc gsoap mackup pumba youtube-dl
  19. cataclysm flow hadolint mdp re2c
  20. chakra fn hebcal media-info sbcl
  21. cimg fontconfig heroku mill sourcekitten
  22. circleci fortio htmldoc minimesos sourcery
  23. deployer freetds imagemagick monax telegraf
  24.  
  25. Warning: openssl 1.0.2p is already installed and up-to-date
  26. To reinstall 1.0.2p, run `brew reinstall openssl`
  27. iMac-de-xxx:~ xxx$ brew reinstall openssl
  28. ==> Reinstalling openssl
  29. ==> Downloading https://homebrew.bintray.com/bottles/openssl-1.0.2p.high_sierra.bottle.tar.gz
  30. Already downloaded: /Users/xxx/Library/Caches/Homebrew/openssl--1.0.2p.high_sierra.bottle.tar.gz
  31. ==> Pouring openssl--1.0.2p.high_sierra.bottle.tar.gz
  32. ==> Caveats
  33. A CA file has been bootstrapped using certificates from the SystemRoots
  34. keychain. To add additional certificates (e.g. the certificates added in
  35. the System keychain), place .pem files in
  36. /usr/local/etc/openssl/certs
  37.  
  38. and run
  39. /usr/local/opt/openssl/bin/c_rehash
  40.  
  41. openssl is keg-only, which means it was not symlinked into /usr/local,
  42. because Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries.
  43.  
  44. If you need to have openssl first in your PATH run:
  45. echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
  46.  
  47. For compilers to find openssl you may need to set:
  48. export LDFLAGS="-L/usr/local/opt/openssl/lib"
  49. export CPPFLAGS="-I/usr/local/opt/openssl/include"
  50.  
  51. ==> Summary
  52. 🍺 /usr/local/Cellar/openssl/1.0.2p: 1,793 files, 12.3MB
  53. iMac-de-xxx:~ xxx$ openssl version
  54. OpenSSL 1.0.2p 14 Aug 2018
  55. iMac-de-xxx:~ xxx$ cd /Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/src
  56. iMac-de-xxx:src xxx$ ./configure && make
  57. checking build system type... x86_64-apple-darwin17.7.0
  58. checking host system type... x86_64-apple-darwin17.7.0
  59. checking whether to compile using MPI... no
  60. checking for gcc... gcc
  61. checking whether the C compiler works... yes
  62. checking for C compiler default output file name... a.out
  63. checking for suffix of executables...
  64. checking whether we are cross compiling... no
  65. checking for suffix of object files... o
  66. checking whether we are using the GNU C compiler... yes
  67. checking whether gcc accepts -g... yes
  68. checking for gcc option to accept ISO C89... none needed
  69. checking whether gcc understands -c and -o together... yes
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking whether gcc understands -c and -o together... (cached) yes
  74. checking additional paths... -L/usr/local/lib -L/usr/local/opt/openssl/lib -I/usr/local/include -I/usr/local/opt/openssl/include
  75. checking arg check macro for -m with gcc... yes
  76. checking arg check macro for -Q with gcc... yes
  77. checking if gcc supports -funroll-loops... yes
  78. checking if gcc supports -Os... yes
  79. checking if gcc supports -finline-functions... yes
  80. checking if gcc supports -Og... yes
  81. checking if gcc supports -Wall... yes
  82. checking if gcc supports -Wdeclaration-after-statement... yes
  83. checking if gcc supports -Wno-stringop-truncation... no
  84. checking if gcc supports -fno-omit-frame-pointer... yes
  85. checking if gcc supports --param allow-store-data-races=0... no
  86. checking if gcc supports -Wno-deprecated-declarations... yes
  87. checking if gcc supports -Wformat-extra-args... yes
  88. checking if gcc supports -Wunused-but-set-variable... no
  89. checking if gcc supports -Qunused-arguments... yes
  90. checking if gcc supports -std=gnu89... yes
  91. checking if gcc supports -Wdate-time... yes
  92. checking if gcc supports -m64 w/ linking... yes
  93. checking for 32/64 bit... 64-bit
  94. checking additional paths (64 bit)... none
  95. checking whether ln -s works... yes
  96. checking for grep that handles long lines and -e... /usr/bin/grep
  97. checking for a sed that does not truncate output... /usr/bin/sed
  98. checking for GNU make... make
  99. checking whether make sets $(MAKE)... yes
  100. checking how to run the C preprocessor... gcc -E
  101. checking for a thread-safe mkdir -p... ./install-sh -c -d
  102. checking for sort... /usr/bin/sort
  103. checking for find... /usr/bin/find
  104. checking for perl... /usr/bin/perl
  105. checking for ar... ar
  106. checking for strip... strip
  107. checking for pkg-config... no
  108. checking if pkg-config will be used... no
  109. checking for egrep... /usr/bin/grep -E
  110. checking for ANSI C header files... yes
  111. checking for sys/types.h... yes
  112. checking for sys/stat.h... yes
  113. checking for stdlib.h... yes
  114. checking for string.h... yes
  115. checking for memory.h... yes
  116. checking for strings.h... yes
  117. checking for inttypes.h... yes
  118. checking for stdint.h... yes
  119. checking for unistd.h... yes
  120. checking size of short... 2
  121. checking size of int... 4
  122. checking size of long... 8
  123. checking size of long long... 8
  124. checking size of wchar_t... 4
  125. checking size of int *... 8
  126. checking size of void *... 8
  127. checking for extra ASFLAGS... -DUNDERSCORES -DBSD -DALIGN_LOG
  128. checking for X32 ABI... no
  129. checking special compiler flags... Intel x86
  130. checking whether OS X 'as' needs -q option... no
  131. configure: Testing build host's native CPU features
  132. checking for Hyperthreading... yes
  133. checking for MMX... yes
  134. checking for SSE2... yes
  135. checking for SSSE3... yes
  136. checking for SSE4.1... yes
  137. checking for SSE4.2... yes
  138. checking for AVX... yes
  139. checking for XOP... no
  140. checking for AVX2... yes
  141. checking for AVX512F... no
  142. checking for arch.h alternative... x86-64.h
  143. checking for byte ordering according to target triple... little
  144. checking supplied paths for OpenSSL...
  145. checking additional paths for OpenSSL... -L/usr/local/ssl/lib -I/usr/local/ssl/include
  146. checking openssl/opensslv.h usability... yes
  147. checking openssl/opensslv.h presence... yes
  148. checking for openssl/opensslv.h... yes
  149. checking for SSL_CTX_new in -lssl... no
  150. configure: error: in `/Users/xxx/Desktop/JohnTheRipper-bleeding-jumbo/src':
  151. configure: error: JtR requires libssl being installed
  152. See `config.log' for more details
  153. iMac-de-xxx:src xxx$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement