-
Notifications
You must be signed in to change notification settings - Fork 23
Description
root@ip-10-190-178-155:/root/http_load-12mar2006# make
gcc -Wall -O -c http_load.c
http_load.c: In function 'main':
http_load.c:413: warning: implicit declaration of function 'time'
http_load.c: In function 'handle_connect':
http_load.c:937: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
/usr/include/sys/socket.h:190: note: expected 'socklen_t * restrict' but argument is of type 'int *'
gcc -Wall -O -c timers.c
gcc -Wall -O http_load.o timers.o -s -o http_load
root@ip-10-190-178-155:/root/http_load-12mar2006# make install
rm -f /usr/local/bin/http_load
cp http_load /usr/local/bin
rm -f /usr/local/man/man1/http_load.1
cp http_load.1 /usr/local/man/man1
I'd suggest making a Puppet or Chef script that would allow people to run a single command and have everything install. That would make life a lot easier for those wishing to contribute results.