troubleshooting

ssl.h

  • issues:

    git-compat-util.h:213:25: fatal error: openssl/ssl.h: No such file or directory
    #include \<openssl/ssl.h\>
  • Solution:

    • Ubuntu/Debian:

      $ sudo apt-get install libssl-dev
    • RHEL/CentOS

      $ sudo yum install openssl-devel

curl.h

  • issues:

  • Solution:

    • For OpenSuse:

    • For Ubuntu/Debian:

    • For RHEL/CentOS:

  • reason: libcurl-dev should be installed, but

expat.h

  • issues:

  • Solution:

    • For Ubuntu/Debain:

    • For RHEL/CentOS:

tclsh

  • issues:

  • solution:

    • For Ubuntu/Debain:

asciidoc

  • issues

  • solution

docbook2x-texi

hunspell

  • issues

  • solution

ao

  • issues

  • solution

    • For Ubuntu/Debain:

ncurses

  • issues

  • solution

    • For RHEL/CentOS:

bash_completion

Last updated

Was this helpful?