Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

when i try to install stud on centos i got below error #141

Open
tell2veeru opened this issue Feb 20, 2014 · 1 comment
Open

when i try to install stud on centos i got below error #141

tell2veeru opened this issue Feb 20, 2014 · 1 comment

Comments

@tell2veeru
Copy link

[root@stud stud-master]# make
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o stud.o stud.c
stud.c: In function ‘prepare_proxy_line’:
stud.c:786: warning: implicit declaration of function ‘inet_ntoa’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:787: warning: format ‘%s’ expects type ‘char *’, but argument 4 has type ‘int’
stud.c:792: warning: implicit declaration of function ‘inet_ntop’
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o ringbuffer.o ringbuffer.c
cc -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -c -o configuration.o configuration.c
cc -o stud stud.o ringbuffer.o configuration.o -lssl -lcrypto -lev -L/usr/local/lib

@earthgecko
Copy link

See #133 for the workaround

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants