Kompilierung von suphp
Posted: 2003-04-19 19:31
Wenn ich suphp (wie in der Anleitung beschrieben) mit make versuche zu kompilieren kommt die Meldung:
Was habe ich falsch gemacht?p15110757:~/suphp-0.2.3 # make
gcc -c -Wall suphp.c
gcc -c -Wall filesystem.c
gcc -c -Wall check.c
gcc -c -Wall error.c
error.c: In function `error_exit':
error.c:30: warning: implicit declaration of function `exit'
gcc -c -Wall log.c
log.c: In function `log':
log.c:83: warning: implicit declaration of function `strlen'
gcc -o suphp suphp.o filesystem.o check.o error.o log.o