cc -fPIC -c connect.c 
cc -fPIC -c send.c 
ld  -Bdynamic -shared  -o libProxy.so     connect.o  send.o /usr/lib/libdl.a
rm *.o
