Kompilierung von suphp

Apache, Lighttpd, nginx, Cherokee
Post Reply
webdienstleistungen
Posts: 59
Joined: 2003-01-04 21:42
Location: Dreieich
Contact:
 

Kompilierung von suphp

Post 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?
oxygen
Posts: 2138
Joined: 2002-12-15 00:10
Location: Bergheim
 

Re: Kompilierung von suphp

Post by oxygen »

So weit ich das sehen, Nichts. Ein paar Warnings sind nicht so schlimm.
Post Reply