OpenSSL install pod2html: -: cannot resolve Problem












0















I wanna upgrade OpenSSL version in Apache.
So i first download openssl source
https://www.openssl.org/source/old/1.1.0/



I choose openssl-1.1.0.tar.gz and move to my VM CentOS 6.
Then i input below command in CentOS.



tar -zxvf openssl-1.1.0.tar.gz
cd openssl-1.1.0
./config --prefix=/home1/
make
make install


But When i input make install, i see below erorr.
I want to know why this error occur, and solve it.



/home1/share/doc/openssl/html/man3/d2i_X509.html
i2d_X509_VAL.html => d2i_X509.html
install ./doc/crypto/des_modes.pod -> /home1/share/doc/openssl/html/man7/des_modes.html
/usr/bin/pod2html: -: cannot resolve L<blowfish(3)> in paragraph 102.
/usr/bin/pod2html: -: cannot resolve L<des(3)> in paragraph 102.
/usr/bin/pod2html: -: cannot resolve L<idea(3)> in paragraph 102.
/usr/bin/pod2html: -: cannot resolve L<rc2(3)> in paragraph 102.
install ./doc/crypto/evp.pod -> /home1/share/doc/openssl/html/man7/evp.html
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Seal>I<...>|EVP_SealInit(3)> in paragraph 9.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Open>I<...>|EVP_OpenInit(3)> in paragraph 9.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestSign>I<...>|EVP_DigestSignInit(3)> in paragraph 10.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestVerify>I<...>|EVP_DigestVerifyInit(3)> in paragraph 10.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Sign>I<...>|EVP_SignInit(3)> in paragraph 10.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Verify>I<...>|EVP_VerifyInit(3)> in paragraph 10.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Encrypt>I<...>|EVP_EncryptInit(3)> in paragraph 11.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Digest>I<...>|EVP_DigestInit(3)> in paragraph 11.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 12.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 12.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keygen(3)> in paragraph 12.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_cmp(3)> in paragraph 12.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_print_private(3)> in paragraph 12.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify(3)> in paragraph 16.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify_recover(3)> in paragraph 16.
/usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 16.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_decrypt(3)> in paragraph 17.
/usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 17.
/usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 17.
/usr/bin/pod2html: -: cannot resolve L<EVP_BytesToKey(3)> in paragraph 19.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Encode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
/usr/bin/pod2html: -: cannot resolve L<B<EVP_Decode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
/usr/bin/pod2html: -: cannot resolve L<engine(3)> in paragraph 21.
/usr/bin/pod2html: -: cannot resolve L<EVP_DigestInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_EncryptInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_SignInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_VerifyInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_EncodeInit(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 24.
/usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keyge









share|improve this question



























    0















    I wanna upgrade OpenSSL version in Apache.
    So i first download openssl source
    https://www.openssl.org/source/old/1.1.0/



    I choose openssl-1.1.0.tar.gz and move to my VM CentOS 6.
    Then i input below command in CentOS.



    tar -zxvf openssl-1.1.0.tar.gz
    cd openssl-1.1.0
    ./config --prefix=/home1/
    make
    make install


    But When i input make install, i see below erorr.
    I want to know why this error occur, and solve it.



    /home1/share/doc/openssl/html/man3/d2i_X509.html
    i2d_X509_VAL.html => d2i_X509.html
    install ./doc/crypto/des_modes.pod -> /home1/share/doc/openssl/html/man7/des_modes.html
    /usr/bin/pod2html: -: cannot resolve L<blowfish(3)> in paragraph 102.
    /usr/bin/pod2html: -: cannot resolve L<des(3)> in paragraph 102.
    /usr/bin/pod2html: -: cannot resolve L<idea(3)> in paragraph 102.
    /usr/bin/pod2html: -: cannot resolve L<rc2(3)> in paragraph 102.
    install ./doc/crypto/evp.pod -> /home1/share/doc/openssl/html/man7/evp.html
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Seal>I<...>|EVP_SealInit(3)> in paragraph 9.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Open>I<...>|EVP_OpenInit(3)> in paragraph 9.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestSign>I<...>|EVP_DigestSignInit(3)> in paragraph 10.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestVerify>I<...>|EVP_DigestVerifyInit(3)> in paragraph 10.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Sign>I<...>|EVP_SignInit(3)> in paragraph 10.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Verify>I<...>|EVP_VerifyInit(3)> in paragraph 10.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Encrypt>I<...>|EVP_EncryptInit(3)> in paragraph 11.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Digest>I<...>|EVP_DigestInit(3)> in paragraph 11.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 12.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 12.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keygen(3)> in paragraph 12.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_cmp(3)> in paragraph 12.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_print_private(3)> in paragraph 12.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify(3)> in paragraph 16.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify_recover(3)> in paragraph 16.
    /usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 16.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_decrypt(3)> in paragraph 17.
    /usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 17.
    /usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 17.
    /usr/bin/pod2html: -: cannot resolve L<EVP_BytesToKey(3)> in paragraph 19.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Encode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
    /usr/bin/pod2html: -: cannot resolve L<B<EVP_Decode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
    /usr/bin/pod2html: -: cannot resolve L<engine(3)> in paragraph 21.
    /usr/bin/pod2html: -: cannot resolve L<EVP_DigestInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_EncryptInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_SignInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_VerifyInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_EncodeInit(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 24.
    /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keyge









    share|improve this question

























      0












      0








      0








      I wanna upgrade OpenSSL version in Apache.
      So i first download openssl source
      https://www.openssl.org/source/old/1.1.0/



      I choose openssl-1.1.0.tar.gz and move to my VM CentOS 6.
      Then i input below command in CentOS.



      tar -zxvf openssl-1.1.0.tar.gz
      cd openssl-1.1.0
      ./config --prefix=/home1/
      make
      make install


      But When i input make install, i see below erorr.
      I want to know why this error occur, and solve it.



      /home1/share/doc/openssl/html/man3/d2i_X509.html
      i2d_X509_VAL.html => d2i_X509.html
      install ./doc/crypto/des_modes.pod -> /home1/share/doc/openssl/html/man7/des_modes.html
      /usr/bin/pod2html: -: cannot resolve L<blowfish(3)> in paragraph 102.
      /usr/bin/pod2html: -: cannot resolve L<des(3)> in paragraph 102.
      /usr/bin/pod2html: -: cannot resolve L<idea(3)> in paragraph 102.
      /usr/bin/pod2html: -: cannot resolve L<rc2(3)> in paragraph 102.
      install ./doc/crypto/evp.pod -> /home1/share/doc/openssl/html/man7/evp.html
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Seal>I<...>|EVP_SealInit(3)> in paragraph 9.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Open>I<...>|EVP_OpenInit(3)> in paragraph 9.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestSign>I<...>|EVP_DigestSignInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestVerify>I<...>|EVP_DigestVerifyInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Sign>I<...>|EVP_SignInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Verify>I<...>|EVP_VerifyInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Encrypt>I<...>|EVP_EncryptInit(3)> in paragraph 11.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Digest>I<...>|EVP_DigestInit(3)> in paragraph 11.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keygen(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_cmp(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_print_private(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify(3)> in paragraph 16.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify_recover(3)> in paragraph 16.
      /usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 16.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_decrypt(3)> in paragraph 17.
      /usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 17.
      /usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 17.
      /usr/bin/pod2html: -: cannot resolve L<EVP_BytesToKey(3)> in paragraph 19.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Encode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Decode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
      /usr/bin/pod2html: -: cannot resolve L<engine(3)> in paragraph 21.
      /usr/bin/pod2html: -: cannot resolve L<EVP_DigestInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_EncryptInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_SignInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_VerifyInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_EncodeInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keyge









      share|improve this question














      I wanna upgrade OpenSSL version in Apache.
      So i first download openssl source
      https://www.openssl.org/source/old/1.1.0/



      I choose openssl-1.1.0.tar.gz and move to my VM CentOS 6.
      Then i input below command in CentOS.



      tar -zxvf openssl-1.1.0.tar.gz
      cd openssl-1.1.0
      ./config --prefix=/home1/
      make
      make install


      But When i input make install, i see below erorr.
      I want to know why this error occur, and solve it.



      /home1/share/doc/openssl/html/man3/d2i_X509.html
      i2d_X509_VAL.html => d2i_X509.html
      install ./doc/crypto/des_modes.pod -> /home1/share/doc/openssl/html/man7/des_modes.html
      /usr/bin/pod2html: -: cannot resolve L<blowfish(3)> in paragraph 102.
      /usr/bin/pod2html: -: cannot resolve L<des(3)> in paragraph 102.
      /usr/bin/pod2html: -: cannot resolve L<idea(3)> in paragraph 102.
      /usr/bin/pod2html: -: cannot resolve L<rc2(3)> in paragraph 102.
      install ./doc/crypto/evp.pod -> /home1/share/doc/openssl/html/man7/evp.html
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Seal>I<...>|EVP_SealInit(3)> in paragraph 9.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Open>I<...>|EVP_OpenInit(3)> in paragraph 9.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestSign>I<...>|EVP_DigestSignInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_DigestVerify>I<...>|EVP_DigestVerifyInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Sign>I<...>|EVP_SignInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Verify>I<...>|EVP_VerifyInit(3)> in paragraph 10.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Encrypt>I<...>|EVP_EncryptInit(3)> in paragraph 11.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Digest>I<...>|EVP_DigestInit(3)> in paragraph 11.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keygen(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_cmp(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_print_private(3)> in paragraph 12.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify(3)> in paragraph 16.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_verify_recover(3)> in paragraph 16.
      /usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 16.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_decrypt(3)> in paragraph 17.
      /usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 17.
      /usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 17.
      /usr/bin/pod2html: -: cannot resolve L<EVP_BytesToKey(3)> in paragraph 19.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Encode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
      /usr/bin/pod2html: -: cannot resolve L<B<EVP_Decode>I<...>|EVP_EncodeInit(3)> in paragraph 20.
      /usr/bin/pod2html: -: cannot resolve L<engine(3)> in paragraph 21.
      /usr/bin/pod2html: -: cannot resolve L<EVP_DigestInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_EncryptInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_OpenInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_SealInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_DigestSignInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_SignInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_VerifyInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_EncodeInit(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_new(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_set1_RSA(3)> in paragraph 24.
      /usr/bin/pod2html: -: cannot resolve L<EVP_PKEY_keyge






      openssl install






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 1 at 18:06









      Jeongkuk SeoJeongkuk Seo

      2115




      2115
























          0






          active

          oldest

          votes











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997739%2fopenssl-install-pod2html-cannot-resolve-problem%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53997739%2fopenssl-install-pod2html-cannot-resolve-problem%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

          Does disintegrating a polymorphed enemy still kill it after the 2018 errata?

          A Topological Invariant for $pi_3(U(n))$