История изменений
Исправление EXL, (текущая версия) :
- Ставишь
libssl-dev
:
sudo apt-get install libssl-dev
- Компилишь
apr-1.3.9
:
./configure --prefix=/opt/toLOR make -j3 sudo make install
- Компилишь
apr-util-1.2.1
:
./configure --with-apr=/opt/toLOR/bin/ --prefix=/opt/toLOR make -j3 sudo make install
- Компилишь
serf-1.2.1
:
./configure --with-apr=/opt/toLOR/bin/ --with-apr-util=/opt/toLOR/bin/ --prefix=/opt/toLOR make -j3 sudo make install
- Забираешь из
/opt/toLOR/
всё то, что тебе нужно.
Если нужны deb-пакеты, используй checkinstall
вместо sudo make install
.
На всякий случай архив с бинарями под x64, если чего не получится: http://rghost.net/59986935
Исходная версия EXL, :
- Ставишь
libssl-dev
:
sudo apt-get install libssl-dev
- Компилишь
apr-1.3.9
:
./configure --prefix=/opt/toLOR make -j3 sudo make install
- Компилишь
apr-1.2.1
:
./configure --with-apr=/opt/toLOR/bin/ --prefix=/opt/toLOR make -j3 sudo make install
- Компилишь
serf-1.2.1
:
./configure --with-apr=/opt/toLOR/bin/ --with-apr-util=/opt/toLOR/bin/ --prefix=/opt/toLOR make -j3 sudo make install
- Забираешь из
/opt/toLOR/
всё то, что тебе нужно.
Если нужны deb-пакеты, используй checkinstall
вместо sudo make install
.
На всякий случай архив с бинарями под x64, если чего не получится: http://rghost.net/59986935