> [ ] +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