21 May 2013 15:28
Re: [Mingw-cross-env-list] Failed to build package gsoap
On Tuesday 21 May 2013 10:07:08 Ramon Thurler Palomo wrote: > Hello, Mark > > I am pasting bellow what I found near the end of the /log/gsoap. I > still don't know how to fix it. Please, give a look. > > g++ -g -O2 -L. -o wsdl2h wsdl2h-wsdl2h.o wsdl2h-wsdl.o > wsdl2h-schema.o wsdl2h-types.o wsdl2h-service.o wsdl2h-soap.o > wsdl2h-mime.o wsdl2h-wsp.o wsdl2h-wsdlC.o ../../gsoap/libgsoapssl++.a > -lssl -lcrypto -lz > /usr/bin/ld: cannot find -lssl > /usr/bin/ld: cannot find -lcrypto > collect2: ld returned 1 exit status > make[5]: *** [wsdl2h] Error 1 > make[5]: Leaving directory `/home/ramon/mxe/tmp-gsoap/gsoap-2.8/gsoap/wsdl' > make[4]: *** [all] Error 2 > make[4]: Leaving directory `/home/ramon/mxe/tmp-gsoap/gsoap-2.8/gsoap/wsdl' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/home/ramon/mxe/tmp-gsoap/gsoap-2.8/gsoap' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/ramon/mxe/tmp-gsoap/gsoap-2.8/gsoap' > make[1]: *** [build-only-gsoap] Error 2 > make[1]: Leaving directory `/home/ramon/mxe' > > Is that simple to fix? If not, please tell me and I will download the > development version. But before that should I uninstall anything or > it's just download the other version and give the make command again? Linking the *native* wsdl2h is failing because of the missing libssl.a. You probably need to install the openssl dev package from your distro.(Continue reading)
RSS Feed