Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Here are the steps to remove the dependency:

  • download Download phpseclib to /tmp (version 0.2.2 was used for testing) - put it in /tmp to copy/paste the commands below
    Tip

    cd /tmp
    wget http://downloads.sourceforge.net/project/phpseclib/phpseclib0.2.2.zip

  • Create create a directory named phpseclib in your web code .ht-inc directory
    Tip

    cd mkdir /var/www/html/vcl/.ht-inc
    mkdir /phpseclib

  • unzip phpseclib in the phpseclib directory
    Tip

    cd /var/www/html/vcl/.ht-inc/phpseclib
    unzip /tmp/phpseclib0.2.2.zip

  • download Download no_mcrypt.patch to your web code .ht-inc directory apply the patch
    Tip

    cd /var/www//html/vcl/.ht-icinc
    wget http://people.apache.org/~jfthomps/no_mcrypt.patch

  • Apply the patch
    Tip

    patch < no_mcrypt.patch