myGully.com

myGully.com (https://mygully.com/index.php)
-   Entwicklung & Programmierung (https://mygully.com/forumdisplay.php?f=72)
-   -   Eggdrop ( IRCBOT ) Installieren (https://mygully.com/showthread.php?t=4981)

Opfer 23.07.08 18:47

Eggdrop ( IRCBOT ) Installieren
 
Ok, fangen wir an:

Zutaten:


eggdrop - tcl

Deinen eggdrop NIEMALS unter root installieren, auch nicht installieren, chmodden und mit einem anderen user ausführen.


Code:

tutor@eagle:~$ wget http://geteggdrop.com

19:52:11 (815.54 KB/s) - »eggdrop1.6.19.tar.gz« gespeichert [1033152]

Ok! Alles hat einwandfrei funktioniert:

Nun entpacken:

Code:

tar xfz eggdrop1.6.19.tar.gz
Wenn ihr schauen wollt ob es geklappt hat:

Code:

ls
tutor@eagle:~$ ls
eggdrop1.6.19  eggdrop1.6.19.tar.gz

verzeichnis wechseln:

Code:

tutor@eagle:~$ cd eggdrop1.6.19
tutor@eagle:~/eggdrop1.6.19$

Ok hat gefunzt, nun das compilen, dazu braucht ihr gcc g++ make.

Falls ihr debian habt so installieren:

Code:

apt-get install gcc g++ make
ok, los gehts!

Code:

Erster schritt:
./configure

Code:

Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.

Ok das hat schonmal geklappt, nun kommt:

Code:

make iconfig
danach  make

und zum schluss nochmals, make install

Code:

Installation completed.

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

Remember to change directory to /home/tutor/eggdrop before you proceed.

ok dein neuer eggdrop ist installiert. nun nurnoch verzeichnis wechseln und starten per


Code:

tutor@eagle:~/eggdrop$ ./eggdrop -m eggdrop.conf

Eggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads
[19:58] --- Loading eggdrop v1.6.19 (Wed Jul 23 2008)
[19:58] * Please make sure you edit your config file completely.
tutor@eagle:~/eggdrop$

Wenn einer eine solche eggdrop.conf braucht, kann er sich melden, von alleine gebe ich die nicht raus, mfg


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:04 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.