1. Compile:
   run command "make" under path "TheftControl\TCAgent\Source\src\ConnMgmt" to compile the code, which will generate ConnMgmt.o file
   
2. Compile error handling:
   If make error, try "chmod 777 ../../lib/GSoap/gsoap-linux-2.7/bin/soapcpp2", then run command "make" again.
   If still make error, may because do not have OpenSSL develop environment. try "rpm -ivh ../../lib/OpenSSL/openssl-devel-0.9.7g-2.i586.rpm"
   If still make error, try to install OpenSSL environment. the location is "../../lib/OpenSSL/openssl-0.9.8b.tar.tar".

3. run command "make clean" to remove ConnMgmt.o
 