Since it involves gSOAP, the installation process of gSOAP is simple. GSOAP is a good thing. It may be very good or difficult to install, depending on what development kit your system has installed. I installed gSOAP on Fedora14. Download unzip downloadgsoap2.8.3stable (11.4 MB) from http://gsoap2.sourceforge.net/and install gsSOAP first.
Since it involves gSOAP, the installation process of gSOAP is simple.
GSOAP is a good thing. It may be very good or difficult to install, depending on what development kit your system has installed.
I installed gSOAP on Fedora 14. Download download gSOAP 2.8.3 stable (11.4 MB) from http://gsoap2.sourceforge.net/. to install gsSOAP, install openssl-devel (yum install openssl-devel) first ), byacc-devel (yum install yacc), bison-devel (yum install bison-devel) and other development kits. If you do not know whether you have installed them, run the rpm-qa command to query the rpm package installation information. For example, run the command rpm-qa | grep openssl to query the rpm package installation information related to openssl. If the/usr/bin/ld: cannot find-ly error occurs at the end of make, install the bison-devel development kit.
Then install gSOAP (executed by the root user ).
Cd gsoap-2.8
./Configure-prefix =/usr/local/gsoap
Make
Make install
If the preceding figure is displayed, the installation is successful.