My findings to compile it for CentOS 7

Levente Peres otravier at gmail.com
Tue Jan 6 02:20:48 PST 2015


Hello Everyone,

Just in case it helps anyone...

Thus I managed to compile it under CentOS 7 x64

(veeeeeeery simplified)

1) yum install zlib zlib-devel libuuid-devel libuuid uuid uuid-c++
uuid-dce uuid-devel

2)
[root at bpmirror ~]# diff wanproxy-0.8.0/programs/fwdproxy/fwdproxy.cc
./wpx_compiled/programs/fwdproxy/fwdproxy.cc
8a9
> #include <getopt.h>

3)
[root at bpmirror ~]# diff wanproxy-0.8.0/programs/wanproxy/wanproxy.cc
./wpx_compiled/programs/wanproxy/wanproxy.cc
8a9
> #include <getopt.h>

4)
[root at bpmirror ~]# diff wanproxy-0.8.0/programs/websplat/websplat.cc
./wpx_compiled/programs/websplat/websplat.cc
22a23,24
> #include <getopt.h>
> #include <unistd.h>

I think that was it...

after these steps, "make" inside "programs" should work...

Good luck and happy new year!

Levente


More information about the wanproxy mailing list