Skip to content

Instructions Failing #6

Description

@philsturgeon

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions