• Aktualisierte Forenregeln

    Eine kleine Änderung hat es im Bereich Forenregeln unter Abschnitt 2 gegeben, wo wir nun explizit darauf verweisen, dass Forenkommentare in unserer Heftrubrik Leserbriefe landen können.

    Forenregeln


    Vielen Dank

psyBNC und Eggdrop - Hilfe ^^

firewalker2k

Spiele-Enthusiast/in
Mitglied seit
23.03.2002
Beiträge
1.796
Reaktionspunkte
2
Joa.. Glaube, ist falsches Forum, aber egal :-D

Ich würd gerne mal auf meinem lokalen Linux-Rechner nen Bot und nen BNC installieren - leider fehlen mir für psyBNC und Eggdrop die nötigen Dokumentationen..

Wenn jemand ein paar Links hat --> immer her damit =)
 
Allgemein
Seite zu IRC Diensten (eigentlich auf Eggdrops spezialisiert)

Eggdrop
Nummer 1
Nummer 2

Aber eigentlich ists nur das hier:
- Auspacken
- $ ./configure
- $ make
- $ make install
- Config File editieren
- $ ./eggdrop -m eggrop.conf

psyBNC
Nummer 1
Nummer 2

Aber eigentlich ists nur das hier:
- Auspacken
- $ make menuconfig
- $ make
- $ ./psybnc start
 
Ah, ql ^^

In file included from eggdrop.h:104,
from main.h:89,
from bg.c:27:
/usr/include/unistd.h:244: syntax error before `typedef'
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/home/eggdrop/eggdrop1.6.16/src'
make: *** [modegg] Error 2

erscheint bei mir, wenn ich beim Eggdrop beim "make"-Befehl bin.. Was is falsch?

Habs auf meinem Linux-Test-PC installiert bekommen, nur klappts jetzt auf nem vServer-Test net.. kA, warum!?
 
firewalker2k am 17.08.2004 15:42 schrieb:
erscheint bei mir, wenn ich beim Eggdrop beim "make"-Befehl bin.. Was is falsch?

Paste mal merh Output.

Habs auf meinem Linux-Test-PC installiert bekommen, nur klappts jetzt auf nem vServer-Test net.. kA, warum!?

Zur Not kannst du dir auch auf deinem Test PC eine static Binary für den vServer erstellen ;)
 
testserver:/home/eggdrop/eggdrop1.6.16# make
make[1]: Entering directory `/home/eggdrop/eggdrop1.6.16/src'
This may take a while. Go get some runts.

gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H -c bg.c
In file included from eggdrop.h:104,
from main.h:89,
from bg.c:27:
/usr/include/unistd.h:244: syntax error before `typedef'
make[1]: *** [bg.o] Error 1
make[1]: Leaving directory `/home/eggdrop/eggdrop1.6.16/src'
make: *** [modegg] Error 2
testserver:/home/eggdrop/eggdrop1.6.16#

Mehr is da nit ^^

Öhm, Static Binary, waswas? *gg*

Hab noch net soviel Linux-Kenntnisse ^^ Mit nen paar Anleitungen ausm Internet kriegt man aber eigentlich alles hin, was man braucht ;)

Hm, wenn wir grad dabei sind: Wenn ich als root eingeloggt bin, dann kann ich ja per "useradd username" nen User anlegen und mit "passwd username password" dem ein Passwort geben - und wie bekommt der dann seine Rechte z.B. in /home/username/ ?
 
firewalker2k am 17.08.2004 16:15 schrieb:
Mehr is da nit ^^

Ich glaube das muss schon irgendwas beim configure schiefgelaufen sein. Starte das noch einmal und paste den Output ;)

Hm, wenn wir grad dabei sind: Wenn ich als root eingeloggt bin, dann kann ich ja per "useradd username" nen User anlegen und mit "passwd username password" dem ein Passwort geben - und wie bekommt der dann seine Rechte z.B. in /home/username/ ?

useradd --help

Minimum als Angabe ist imo:

useradd -g user -d /home/USER -s /bin/bash USER

passwd USER

chown -R USER /home/USER
 
testserver:/home/eggdrop/eggdrop1.6.16# ./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
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 how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether the compiler understands -pipe... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking whether head -1 works... yes
checking for gawk... no
checking for mawk... mawk
checking for basename... basename
checking for uname... uname
checking system type... Linux
checking system release... 2.4.24-vs1.26
checking for socket in -lsocket... no
checking for connect in -lnsl... yes
checking for gethostbyname in -ldns... no
checking for dlopen in -ldl... yes
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for working volatile... yes
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for clock... yes
checking for dlopen... yes
checking for dprintf... yes
checking for fsync... yes
checking for getdtablesize... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for isascii... yes
checking for memcpy... yes
checking for memset... yes
checking for random... yes
checking for rename... yes
checking for setpgid... yes
checking for sigaction... yes
checking for sigemptyset... yes
checking for snprintf... yes
checking for srandom... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for uname... yes
checking for vsnprintf... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for strftime... yes
checking for broken libsafe sscanf... no
checking for Tcl library... found /root/lib/libtcl8.3.so
checking for Tcl header... found /root/include/tcl.h
checking whether the Tcl system has changed... yes
checking for Tcl version... 8.3
checking for Tcl patch level... 8.3.4
checking for Tcl_Free in -ltcl8.3... yes
checking for TclpFinalizeThreadData in -ltcl8.3... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/md5/Makefile
config.status: creating src/mod/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing replace-if-changed commands
lush.h is unchanged
config.status: executing catch-make-rebuild commands
Building ./src/mod/Makefile... done.

Configure is done.

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

testserver:/home/eggdrop/eggdrop1.6.16#

Für die Benutzer: THX! Auf useradd --help hätt ich aber auch kommen können :rolleyes: :)
 
Bei der ncurses-Installation (braucht ja u.a. für psyBNC) erschien noch folgende Meldung:

You may see messages regarding unknown capabilities, e.g., AX.
These are extended terminal capabilities which can be compiled
using
tic -x
Read the INSTALL document before doing this - it can cause
problems for older ncurses applications.

Hat das was zu sagen? *g*
 
Zurück