LINUX.ORG.RU

История изменений

Исправление EXL, (текущая версия) :

  1. Ставишь libssl-dev:
    sudo apt-get install libssl-dev
  2. Компилишь apr-1.3.9:
    ./configure --prefix=/opt/toLOR
    make -j3
    sudo make install
  3. Компилишь apr-util-1.2.1:
    ./configure --with-apr=/opt/toLOR/bin/ --prefix=/opt/toLOR
    make -j3
    sudo make install
  4. Компилишь serf-1.2.1:
    ./configure --with-apr=/opt/toLOR/bin/ --with-apr-util=/opt/toLOR/bin/ --prefix=/opt/toLOR
    make -j3
    sudo make install
  5. Забираешь из /opt/toLOR/ всё то, что тебе нужно.

Если нужны deb-пакеты, используй checkinstall вместо sudo make install.

На всякий случай архив с бинарями под x64, если чего не получится: http://rghost.net/59986935

Исходная версия EXL, :

  1. Ставишь libssl-dev:
    sudo apt-get install libssl-dev
  2. Компилишь apr-1.3.9:
    ./configure --prefix=/opt/toLOR
    make -j3
    sudo make install
  3. Компилишь apr-1.2.1:
    ./configure --with-apr=/opt/toLOR/bin/ --prefix=/opt/toLOR
    make -j3
    sudo make install
  4. Компилишь serf-1.2.1:
    ./configure --with-apr=/opt/toLOR/bin/ --with-apr-util=/opt/toLOR/bin/ --prefix=/opt/toLOR
    make -j3
    sudo make install
  5. Забираешь из /opt/toLOR/ всё то, что тебе нужно.

Если нужны deb-пакеты, используй checkinstall вместо sudo make install.

На всякий случай архив с бинарями под x64, если чего не получится: http://rghost.net/59986935