diff --git a/docs/src/admin/troubleshooting.html b/docs/src/admin/troubleshooting.html index 13a08301..564cb17c 100644 --- a/docs/src/admin/troubleshooting.html +++ b/docs/src/admin/troubleshooting.html @@ -46,7 +46,7 @@

Known bugs

Known issues: custom query to the bugzilla system, it lists out - all known issues with 2.5RC1 Nimbus components. + all known issues with 2.5 Nimbus components.

@@ -313,6 +313,38 @@

Service related

environment variable.

+

+ +
  • + +

    + Problem: The Cumulus build fails with an error about finding Python.h + _NAMELINK(python-build1) +

    +

    + You went the GCC route (see the dependencies page) and are seeing an error like: +

    +
    src/crypto/crypto.c:12:20: error: Python.h
    +

    + Solution: Install the Python development package (python-dev in Debian). +

    +
  • +

    + +
  • + +

    + Problem: The Cumulus build fails with an error about Python.h + _NAMELINK(python-build1) +

    +

    + You went the GCC route (see the dependencies page) and are seeing an error like: +

    +
    src/crypto/x509name.h:19: error: expected ')' before '*' token
    +

    + Solution: Install the OpenSSL development package (libssl-dev in Debian). +

    +

  • diff --git a/docs/src/admin/z2c/service-dependencies.html b/docs/src/admin/z2c/service-dependencies.html index fd17497d..a21e8610 100644 --- a/docs/src/admin/z2c/service-dependencies.html +++ b/docs/src/admin/z2c/service-dependencies.html @@ -50,6 +50,12 @@

    GCC

    Twisted 10.0.0.

    +

    + When going the GCC route you would also need the Python development + package (python-dev in Debian) and the OpenSSL + development package (libssl-dev in Debian). +

    +

    Apache Ant 1.6.2 or later