Reply to Thread

Post a reply to the thread: Instalar eggdrop

Your Message

Click here to log in

 
 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 1st June 2013, 11:12 PM
    RoboCop

    Instalar eggdrop

    Antes de empezar saber que instalar eggdrop es fácil, sencillo y rápido si se han satisfecho todos los requisitos previos. No obstante, es muy recomendable tener unos conocimientos suficientes sobre informática para que el proyecto no termine en fracaso. Simplemente, tómate tu tiempo. No esperes que funcione en 10 segundos, lee con detenimiento los mensajes de error que pudieras tener y procura solucionar un error antes de seguir adelante, de lo contrario, no va a funcionar nada.

    Debes tener en cuenta que Tcl es un lenguaje de programación. Es algo ajeno a eggdrop y no sólo se usa para eggdrop. La gran mayoría de distribuciones de Linux tienen un acceso a repositorios en los que puedes encontrar paquetes de software de manera simple. En sistemas como debian y ubuntu (por ejemplo) se usa el comando apt-get o aptitude de esta manera: apt-get install tcl8.5 tcl8.5-dev o también: aptitude install tcl8.5 tcl8.5-dev (Usa el que más te guste). Si no encuentras el comando para tu distribución con la que instalar Tcl desde los repositorios, o tu distribución no tiene tal recurso, instala Tcl tal como se muestra abajo.

    1) Obtener librería tcl
    1.1) Instalar librería tcl
    2) Obtener eggdrop
    2.1) Compilar eggdrop

    Obtener librería tcl (versión 8.5.7 - 5/05/2009) (Linux)
    Otras librerías para distintos sistemas operativos los podrás encontrar aquí: http://www.activestate.com/store/activetcl/download/
    eggdrop@linux:~$ wget http://downloads.activestate.com/Act...tiveTcl8.5.3.0....
    --08:33:26-- http://downloads.activestate.com/Act...tiveTcl8.5.3.0....
    => `ActiveTcl8.5.3.0.286404-linux-ix86-threaded.tar.gz'
    Resolving downloads.activestate.com... 204.244.102.6
    Connecting to downloads.activestate.com|204.244.102.6|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 18,882,250 (18M) [application/x-gzip]
    100%[====================================>] 18,882,250 243.35K/s ETA 00:00
    08:34:30 (290.46 KB/s) - `ActiveTcl8.5.3.0.286404-linux-ix86-threaded.tar.gz' saved [18882250/18882250]
    eggdrop@linux:~$

    Instalar librería tcl
    eggdrop@linux:~$ tar xvfz ActiveTcl8.5.3.0.286404-linux-ix86-threaded.tar.gz
    [...]
    ActiveTcl8.5.3.0.286404-linux-ix86-threaded/payload/include/tclInt.h
    ActiveTcl8.5.3.0.286404-linux-ix86-threaded/payload/include/tclTomMath.
    ActiveTcl8.5.3.0.286404-linux-ix86-threaded/payload/include/tkUnixPort.h
    ActiveTcl8.5.3.0.286404-linux-ix86-threaded/install_welcome.txt
    eggdrop@liunx:~$ cd ActiveTcl8.5.3.0.286404-linux-ix86-threaded/
    eggdrop@linux:~/ActiveTcl:$ ./install.sh




    Welcome to the ActiveState ActiveTcl 8.5.3.0.286404 distribution for Linux/x86.
    Package Management: *new*
    TEAcup, the TEApot Repository Client
    [...]

    Simplemente hay que seguir los pasos escribiendo lo que pensemos oportuno. Hay que tener en cuenta, que prácticamente todas las shells de pago o alquiladas ya tienen Tcl instalado y no necesitarás hacerlo de nuevo. Si es una máquina personal la que albergará el bot y nunca has oído hablar de Tcl, prueba a instalarlo.
    Obtener eggdrop 1.6.19
    eggdrop@linux:~$ wget ftp://ftp.eggheads.org/pub/eggdrop/s...p1.6.19.tar.gz


    --08:55:31-- ftp://ftp.eggheads.org/pub/eggdrop/s...p1.6.19.tar.gz => `eggdrop1.6.19.tar.gz'
    Resolving ftp.eggheads.org... 207.28.220.6
    Connecting to ftp.eggheads.org|207.28.220.6|:21... connected.
    Logging in as anonymous ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /pub/eggdrop/source/1.6 ... done.
    ==> PASV ... done. ==> RETR eggdrop1.6.19.tar.gz ... done.
    Length: 1,033,152 (1009K) (unauthoritative)
    100%[================================================== =============================>] 1,033,152 311.56K/s ETA 00:00
    08:55:37 (310.25 KB/s) - `eggdrop1.6.19.tar.gz' saved [1033152]
    eggdrop@linux:~$ tar xvfz eggdrop1.6.19.tar.gz
    [...]
    eggdrop1.6.19/language/core.english.lang
    eggdrop1.6.19/language/core.french.lang
    eggdrop1.6.19/language/core.german.lang
    eggdrop1.6.19/language/core.danish.lang
    eggdrop@linux:~$ cd eggdrop1.6.19
    eggdrop@linux:~eggdrop1.6.19$ ./configure


    This is Eggdrop's GNU configure script.
    It's going to run a bunch of tests to hopefully make your compile
    work without much twiddling.
    checking for gcc... gcc
    [...]
    Type 'make config' to configure the modules, or type 'make iconfig'
    to interactively choose which modules to compile.
    eggdrop@linux:~eggdrop1.6.18$ make config



    [...]
    You can now compile the bot, using "make".


    eggdrop@linux:~eggdrop1.6.19$ make




    This may take a while. Go get some runts.
    [...]
    Now run "make install" to install your bot.

    eggdrop@linux:~eggdrop1.6.19$ make install



    Installation completed.
    You MUST ensure that you edit/verify your configuration file.
    An example configuration file, eggdrop.conf, is distributed with Eggdrop.

    eggdrop@linux:~eggdrop1.6.19$

    Después de haberlo instalado tienes que configurar el fichero de configuración que aparecerá por defecto en el nuevo directorio creado llamado eggdrop/ - Llegas a él escribiendo: cd ../eggdrop
    Una vez ahí puedes ver el fichero de configuración usando un editor de texto: nano eggdrop.conf

    Si estás estancado en algún error, coméntalo abajo y alguien te ayudará.
    Inicie sesión o regístrese para enviar comentarios

    http://www.eggdrop.es/instalar-eggdrop

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may post attachments
  • You may edit your posts
  •  
DMCA.com Protection Status

https://apg-clan.org tested by Norton Internet Security https://apg-clan.org tested by McAfee Internet Security

Flag Counter