I am building the qpid c++ version with gcc 4.6.3 version and I found there
is no sslconnector.so generated.
I go through the build log, I found ssl under qpid/sys/ssl was not built.
Then I try to build libsslcommon.la manually:
make libsslcommon.la
that works and libsslcommon.la was generated in .libs/
then I try to build sslconnector.la: make sslconnector.la
I got following error:
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o
sslconnector.la -lpython2.4
libtool: link: libtool library `sslconnector.la' must begin with `lib'
libtool: link: Try `libtool --help --mode=link' for more information.
make: *** [sslconnector.la] Error 1
PS: I can build ssl with gcc 4.1.2.
I will be appreciated for any suggestions.
Thanks.
--
View this message in context:
http://qpid.2158936.n2.nabble.com/Failed-to-build-ssl-component-tp7591484.html
Sent from the Apache Qpid developers mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]