• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Nano Installation funktioniert nicht

mzbcarper

Newbie
Hallo allerseits, ich habe ein Problem auf meinem Hetzner SUSE 10 Server (LAMP) ein Problem NANO zu installieren.

Per Yast habe ich den GCC Compiler installiert, was ./configure anfangs verlangte.

Wer hat eine Ahnung, was hier los ist?

Code:
suse100lamp:~/icecast-1.3.12 # make
make  all-recursive
make[1]: Entering directory `/root/icecast-1.3.12'
Making all in src
make[2]: Entering directory `/root/icecast-1.3.12/src'
Making all in authenticate
make[3]: Entering directory `/root/icecast-1.3.12/src/authenticate'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -D_REENTRANT -I../../src      -g -O2 -Wall -c basic.c
In file included from basic.c:59:
../../src/icetypes.h:51: error: conflicting types for ‘socklen_t’
/usr/include/unistd.h:243: error: previous declaration of ‘socklen_t’ was here
make[3]: *** [basic.o] Error 1
make[3]: Leaving directory `/root/icecast-1.3.12/src/authenticate'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/icecast-1.3.12/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/icecast-1.3.12'
 
Oben