Probleme bei menuconfig (psyBNC2.3.1)

Schattenk

Grünschnabel
Guten Tag!
Ich habe schon viel gegooglet und hier rumgesucht bin aber immernoch ratlos.

Ich habe mir einen Root-Server mit Debian Woody geholt, auch bin ich die Grundkonfiguration mit jemanden durchgegangen, da ich noch nicht wirklich viel Grundwissen von Linux habe. Nur hier ist auch er ratlos:
Bei "make menuconfig" habe ich folgendes Problem:
Initializing Menu-Configuration
Running Conversion Tool for older psyBNC Data.
tools/convconf.c:26: stdio.h: No such file or directory
tools/convconf.c:27: sys/types.h: No such file or directory
tools/convconf.c:28: sys/socket.h: No such file or directory
tools/convconf.c:29: netdb.h: No such file or directory
tools/convconf.c:30: stdlib.h: No such file or directory
tools/convconf.c:32: stdlib.h: No such file or directory
tools/convconf.c:33: unistd.h: No such file or directory
tools/convconf.c:34: fcntl.h: No such file or directory
tools/convconf.c:35: errno.h: No such file or directory
tools/convconf.c:36: sys/time.h: No such file or directory
tools/convconf.c:37: netinet/in.h: No such file or directory
tools/convconf.c:38: string.h: No such file or directory
tools/convconf.c:39: sys/types.h: No such file or directory
tools/convconf.c:40: sys/stat.h: No such file or directory
tools/convconf.c:41: arpa/inet.h: No such file or directory
tools/convconf.c:42: ctype.h: No such file or directory
tools/convconf.c:43: signal.h: No such file or directory
tools/convconf.c:44: errno.h: No such file or directory
make: *** [menuconfig] Error 1

Ich danke schonmal im vorraus für jede Antwort!
 
Tag.

menuconfig brauchst du nicht.

Nimm einfach einen Editor und mach die 3 notwendigen Zeilen damit.
Z.B.

vi psybnc.conf

<i drücken>

PSYBNC.SYSTEM.PORT1=12345
PSYBNC.SYSTEM.HOST1=*
PSYBNC.HOSTALLOWS.ENTRY0=*;*

<esc drücken>

:wq! <enter>

Das reicht, alles andere kann man direkt per Client beim psyBNC Configen.

Ansonsten wende dich ans Linux Forum - aber brauchen tut man menuconfig nicht.

MfG JM
 
Danke für deine Hilfe! Es wurde aber dadurch gelöst, das ich mit "tasksel" C nachinstalliert habe und dann noch "ncruses"-Bibliotheken aufgespielt hab.
Vielen dank trotzdem!
 
Um genau zu sein musstest du die glibc und den gcc installieren, sowie ncurses um die 'grafische' Darstellung (make menuconfig) zu erhalten.
 
Zurück