Page 1 of 1

Kompilierung von suphp

Posted: 2003-04-19 19:31
by webdienstleistungen
Wenn ich suphp (wie in der Anleitung beschrieben) mit make versuche zu kompilieren kommt die Meldung:
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
Was habe ich falsch gemacht?

Re: Kompilierung von suphp

Posted: 2003-04-19 19:41
by oxygen
So weit ich das sehen, Nichts. Ein paar Warnings sind nicht so schlimm.