Bonjour,

Le site du développeur de buildtorrent rencontre des soucis. C'est pourquoi je vous mets ce tuto afin de pouvoir remplacer buildtorrent par mktorrent pendant votre installation :

1) Etape à ne pas faire :
#Installation de buildtorrent
 cd /tmp
wget http://claudiusmaximus.goto10.org/files/coding/buildtorrent/buildtorrent-0.8.tar.gz
tar -xzvf buildtorrent-0.8.tar.gz
cd buildtorrent-0.8
./configure
make & make install
2) Faire à la place :
cd /tmp
wget http://downloads.sourceforge.net/project/mktorrent/mktorrent/1.0/mktorrent-1.0.tar.gz
tar -xzvf mktorrent-1.0.tar.gz
cd mktorrent-1.0
make USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
make install
cd /tmp
rm -R mktorrent-1.0.tar.gz mktorrent-1.0
3) A l'étape :
et replacer les valeurs ci-dessous
 $useExternal = "buildtorrent";
$pathToCreatetorrent = '/usr/local/bin/buildtorrent';
mettre à la place :
et replacer les valeurs ci-dessous
 $useExternal = "mktorrent";
$pathToCreatetorrent = '/usr/local/bin/mktorrent';
Et voilà !

Bonne installation

++ Nico
Répondre…