Thanks to Eddie and Marshall for testing the release candidate. It's possible to build ActiveMQ CPP with SSL disabled - the default build setup for ActiveMQ CPP on Windows does not enable SSL. That should remove the dependencies on the ssl and cryto libraries.
The make sdk not handling the --prefix setting is a bug in Makefile.am that should be fixed. This last release candidate also had some changes to the build of the scriptators. Please test that also and report any problems you may find. Thanks Bhavani On Fri, Aug 17, 2012 at 12:19 PM, Eddie Epstein <[email protected]> wrote: > > [ ] +1 OK to release > > [ ] 0 Don't care > > [x ] -1 Not OK to release, because ... > > deployCppService from uimacpp-2.4.0-bin64.tgz fails on my test machine > libssl.so.0.9.8 => not found > libcrypto.so.0.9.8 => not found > > Using an SDK built from uimacpp-2.4.0-src.tgz, these two libs were found at > libssl.so.10 => /usr/lib64/libssl.so.10 (0x0000003dc4e00000) > libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x0000003dc3a00000) > > Are these lib dependencies necessary? > > Another serious problem is with the "make sdk" step: the default > --prefix is set to /usr/local but "make sdk" assumes that the "make > install" step has set --prefix=./usr/local (notice the . after the > =). The situation is made worse by the fact that the "make sdk" step > ignores any manual override of --prefix. > > What went well: > -all other build steps on linux 64bit from source tarball > -all testing using built SDK > -all testing except deployCppServer from 64bit bin tarball > -sampling of md5 and other checksums/signatures looked good. > > Eddie >
