mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Failed to build package gsoap


From: Mark Brand
Subject: Re: [Mingw-cross-env-list] Failed to build package gsoap
Date: Tue, 21 May 2013 15:28:51 +0200
User-agent: KMail/4.10.2 (Linux/3.8.0-21-generic; KDE/4.10.2; x86_64; ; )

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.

But, before you do that, could you do us a favor and try the master branch to 
see if you get the same error?

What distro are you using?

Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]