Ares en GNU/Linux con giFToxic

Uno de los programas que muchos puede que echéis en falta en GNU/Linux es el Ares. Pues no lo hagáis, por que podemos conectarnos a la red de Ares y encontrar los mismos archivos que cualquier usuario de Windows y descargarlos igual de rápido o mas.

Para ello solo tenéis que instalar unos pocos paquetes.

build-essential
libgift-dev
zlib-bin
zlibc
zlib1g-dev
libgiftproto-dev

gift
giftcurs
giftd
giftui
libgift0
libgiftproto0
libgnutella-gift
libopenft-gift

En cualquier distribucion basada en Debian lo podeis hacer asi (como root):

aptitude install nombre de los paquetes separados por espacios

Cuando los tengáis instalados pasaremos a compilar el plugin para la red de Ares. Lo podeis descargar de aqui:

– Plugin Ares

Descomprimimos el archivo y desde un terminal nos colocamos dentro del directorio, en mi caso, que lo he descomprimido en el escritorio, seria asi:

cd /home/GnpoNsU/Desktop/gift-ares-0.3.0

Y ahora lo instalaremos con tres faciles pasos:

./configure
make
make install
(este ultimo comando lo debemos introducir como root)

Una vez instalado configuramos giFT (no lo hagáis como root, sino como usuario):

gift-setup

Tendremos que elegir varias opciones para configurarlo, yo personalmente he elegido las que me indica por default, son varios intros XD

Ahora tenemos que bajarnos el archivo de nodos del Ares y colocarlo en el directorio (/home/usuario/.giFT/Ares). Los descargamos de aqui:

– Nodos

Y ya esta, todo listo. Ya podríamos utilizarlo desde la consola, pero instalaremos una gui gráfica fácil de utilizar:

aptitude install apollon (para KDE)

aptitude install giftoxic (para GNOME)

Y listo, vais al menu de aplicaciones y alli lo tendreis.

Quiero comentar que yo no he usado mucho el Ares en windows, y quizás me equivoque, pero las pocas veces que lo he utilizado ni de coña me bajaba tan rápido como este, fijaros en la velocidad de descarga de la imagen, una pasada.

18 comentarios en “Ares en GNU/Linux con giFToxic”

  1. tengo problemas con la compilacion:

    edugl@edugl-desktop:~/gift-ares-0.3.0$ ./configure
    checking for a BSD-compatible install… /usr/bin/install -c
    checking whether build environment is sane… yes
    checking for gawk… no
    checking for mawk… mawk
    checking whether make sets $(MAKE)… yes
    checking for gcc… gcc
    checking for C compiler default output file name… configure: error: C compiler cannot create executables
    See `config.log’ for more details.
    edugl@edugl-desktop:~/gift-ares-0.3.0$ make
    make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
    edugl@edugl-desktop:~/gift-ares-0.3.0$ sudo make install
    make: *** No hay ninguna regla para construir el objetivo `install’. Alto.
    edugl@edugl-desktop:~/gift-ares-0.3.0$

    que esoty haciendo mal?

  2. Has instalado el paquete build-essential? Si no es asi, hazlo, es necesario para compilar. Puedes ver si esta instalado, haciendo:

    aptitude search build-essential

    Debe aparecierte una «i» de instalado delante del nombre. Verificalo.

    Un saludo.

  3. casi solucionado, lo he instalado y al hacer ./configure hacen mas movidas y luego al hacer make tango como usuario normal como root me aparece esto:

    edugl@edugl-desktop:~/gift-ares-0.3.0$ make
    make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
    edugl@edugl-desktop:~/gift-ares-0.3.0$ sudo make install
    make: *** No hay ninguna regla para construir el objetivo `install’. Alto.

  4. El ./configure te da algun error? por que deberia crearte el makefile. Fijate si te da algun error. Apostaria que es eso.

    Un saludo.

    PD: Te recomiendo que el make no lo hagas como root.

  5. Pues si… no me habia fijado

    edugl@edugl-desktop:~/gift-ares-0.3.0$ ./configure
    checking for a BSD-compatible install… /usr/bin/install -c
    checking whether build environment is sane… yes
    checking for gawk… no
    checking for mawk… mawk
    checking whether make sets $(MAKE)… yes
    checking for gcc… gcc
    checking for C compiler default output file name… a.out
    checking whether the C compiler works… yes
    checking whether we are cross compiling… no
    checking for suffix of executables…
    checking for suffix of object files… o
    checking whether we are using the GNU C compiler… yes
    checking whether gcc accepts -g… yes
    checking for gcc option to accept ANSI C… none needed
    checking for style of include used by make… GNU
    checking dependency style of gcc… gcc3
    checking how to run the C preprocessor… gcc -E
    checking for egrep… grep -E
    checking for ANSI C header files… yes
    checking for a BSD-compatible install… /usr/bin/install -c
    checking build system type… i686-pc-linux-gnu
    checking host system type… i686-pc-linux-gnu
    checking for a sed that does not truncate output… /bin/sed
    checking for ld used by gcc… /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld… yes
    checking for /usr/bin/ld option to reload object files… -r
    checking for BSD-compatible nm… /usr/bin/nm -B
    checking whether ln -s works… yes
    checking how to recognise dependent libraries… pass_all
    checking for sys/types.h… yes
    checking for sys/stat.h… yes
    checking for stdlib.h… yes
    checking for string.h… yes
    checking for memory.h… yes
    checking for strings.h… yes
    checking for inttypes.h… yes
    checking for stdint.h… yes
    checking for unistd.h… yes
    checking dlfcn.h usability… yes
    checking dlfcn.h presence… yes
    checking for dlfcn.h… yes
    checking for g++… g++
    checking whether we are using the GNU C++ compiler… yes
    checking whether g++ accepts -g… yes
    checking dependency style of g++… gcc3
    checking how to run the C++ preprocessor… g++ -E
    checking for g77… no
    checking for f77… no
    checking for xlf… no
    checking for frt… no
    checking for pgf77… no
    checking for fort77… no
    checking for fl32… no
    checking for af77… no
    checking for f90… no
    checking for xlf90… no
    checking for pgf90… no
    checking for epcf90… no
    checking for f95… no
    checking for fort… no
    checking for xlf95… no
    checking for ifc… no
    checking for efc… no
    checking for pgf95… no
    checking for lf95… no
    checking for gfortran… no
    checking whether we are using the GNU Fortran 77 compiler… no
    checking whether accepts -g… no
    checking the maximum length of command line arguments… 32768
    checking command to parse /usr/bin/nm -B output from gcc object… ok
    checking for objdir… .libs
    checking for ar… ar
    checking for ranlib… ranlib
    checking for strip… strip
    checking if gcc supports -fno-rtti -fno-exceptions… no
    checking for gcc option to produce PIC… -fPIC
    checking if gcc PIC flag -fPIC works… yes
    checking if gcc static flag -static works… yes
    checking if gcc supports -c -o file.o… yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries… yes
    checking whether -lc should be explicitly linked in… no
    checking dynamic linker characteristics… GNU/Linux ld.so
    checking how to hardcode library paths into programs… immediate
    checking whether stripping libraries is possible… yes
    checking if libtool supports shared libraries… yes
    checking whether to build shared libraries… yes
    checking whether to build static libraries… no
    configure: creating libtool
    appending configuration tag «CXX» to libtool
    checking for ld used by g++… /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld… yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries… yes
    checking for g++ option to produce PIC… -fPIC
    checking if g++ PIC flag -fPIC works… yes
    checking if g++ static flag -static works… yes
    checking if g++ supports -c -o file.o… yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries… yes
    checking dynamic linker characteristics… GNU/Linux ld.so
    checking how to hardcode library paths into programs… immediate
    appending configuration tag «F77» to libtool
    checking for prefix by checking for giftd… /usr/bin/giftd
    checking for pkg-config… /usr/bin/pkg-config
    checking for libgift >= 0.11.8 libgift = 0.11.8 libgift < 0.12.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

  6. tnego un problema me sale este mensaje
    [02:08:00] giftd 0.11.8.1 (Aug 5 2008 14:35:39) started
    [02:08:00] *** GIFT-ERROR: bind: Address already in use
    [02:08:00] *** GIFT-FATAL: Failed to load interface subsystem

    NOTE:
    There may be another giFT daemon running on this host. Check to see if the
    interface port (1213) is currently in use by another process.

    [02:08:00] *** Often times more information can be found in the log file or with the -v command line switch.

    no puedo conectar ni nada porfavor podrias hacer el tutorial mas espesifico soy nuevo en ubuntu y no te entiendo nada
    como lo de las nodos que hago con ellas despues de bajar…
    porfavor si fueras mas explicito te lo agradeseria muchisimo enverdad kiero poder usar este programa gracias

  7. hola brother mira ya hice todos los pasos que mencionaste pero cuando abro giftoxic aparece «Se inicio el demonio pero no se puede conectar»,despues abro el giftui y «Conection to localhost:1213 failed»

    que ago, probe cambiando el puerto pero me sale lo mismmo que hacer???????????????

  8. ola yo tengo giftoxic en linux qe es como ares en windows yo tengo ya instalado todo aora lo qe pasa esqe no se conecta o no aparece como conectado y no se qe mierda no se conecta o qe es lo qe pasa si hay alguien qien me de una solucion graxias adeww

  9. Cuando intento descargar los nodos aparece lo siguiente:
    «You don’t have permission to access /update/ares/ on this server.»
    Asi que no se conecta por eso creo

  10. hola disculpa, quisas esta pregunta te paresca algo tonta pero soy relativamente nuevo en el manejo de lunix y terminal, lo que pasa es que cuando quiero acceder al directorio por medio de terminal me dice «no such file or directory»

    entonces es mi duda si lo estoy haciendo mal

    ya lo intente en usuario normal y en root

    escribo lo siguiente

    cd/home/jr/Escritorio/gift-ares-0.3.0

    otra duda es que no se como descargar el plugin de ares, por que me manda a una pagina donde me manda a otro link y ese link tiene muchos archivos para descargar, ahi me perdi, descargue los que decian «gift-ares-0.3.0» (que son tres) pero de que forma tengo que guardarlos, quisas desde ahi sea mi error con la terminal

    espero no causar mucha molestia con esta duda y ojala pueda recibir ayuda

    de antemano gracias

Responder a GpoNsU Cancelar la respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

Este sitio usa Akismet para reducir el spam. Aprende cómo se procesan los datos de tus comentarios.