|
2011-03-31
, 04:12
|
|
Posts: 288 |
Thanked: 175 times |
Joined on Oct 2010
@ Petaling Jaya, Selangor, Malaysia
|
#72
|
just download the deb file and install using dpkg.
there seems to be some problem with these packages on repo
|
2011-03-31
, 05:25
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2011
|
#73
|
|
2011-03-31
, 22:05
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#74
|
The Following User Says Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-05-24
, 21:10
|
Posts: 227 |
Thanked: 53 times |
Joined on Feb 2008
@ Lyon, France
|
#75
|
|
2011-06-02
, 04:28
|
Posts: 1 |
Thanked: 0 times |
Joined on Oct 2010
|
#76
|
|
2011-10-13
, 12:49
|
Posts: 12 |
Thanked: 21 times |
Joined on Aug 2010
@ Alger
|
#77
|
sudo gainroot apt-get install make gcc g++ exit
sudo gainroot apt-get install wget exit
wget -c http://ftp.gnu.org/gnu/m4/m4-1.4.15.tar.gz
gunzip m4-1.4.15.tar.gz tar -xf m4-1.4.15.tar rm -f m4-1.4.15.tar
cd m4-1.4.15 ./configure make
sudo gainroot make install exit
cd .. rm -rf m4-1.4.15
wget -c http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz
gunzip autoconf-2.68.tar.gz tar -xf autoconf-2.68.tar rm -f autoconf-2.68.tar
cd autoconf-2.68 ./configure make
sudo gainroot make install exit
cd .. rm -rf autoconf-2.68
sudo gainroot apt-get install libtool exit
sudo gainroot apt-get install libsqlite3-dev exit
wget -c http://apache.mirrors.tds.net//apr/apr-1.4.5.tar.gz
gunzip apr-1.4.5.tar.gz tar -xf apr-1.4.5.tar rm -f apr-1.4.5.tar
cd apr-1.4.5 ./configure make
sudo gainroot make install exit
cd .. rm -rf apr-1.4.5
wget -c http://apache.mirrors.tds.net//apr/apr-util-1.3.12.tar.gz
gunzip apr-util-1.3.12.tar.gz tar -xf apr-util-1.3.12.tar rm -f apr-util-1.3.12.tar
cd apr-util-1.3.12 ./configure make
sudo gainroot make install exit
cd .. rm -rf apr-util-1.3.12
wget -c http://ftp.gnu.org/gnu/diffutils/diffutils-3.2.tar.gz
gunzip diffutils-3.2.tar.gz tar -xf diffutils-3.2.tar rm -f diffutils-3.2.tar
cd diffutils-3.2 ./configure make
sudo gainroot make install exit
cd .. rm -rf diffutils-3.2
wget -c http://subversion.tigris.org/downloads/subversion-1.6.17.tar.gz
gunzip subversion-1.6.17.tar.gz tar -xf subversion-1.6.17.tar rm -f subversion-1.6.17.tar
cd subversion-1.6.17 ./configure --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr make
sudo gainroot make install exit
cd .. rm -rf subversion-1.6.17
|
2013-12-17
, 01:23
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#78
|
... for those who don't feel like manually fetching old dependencies, or in case the repository auto-deletes them ...
The Following User Says Thank You to pichlo For This Useful Post: | ||
there seems to be some problem with these packages on repo