Hello,
I just grabbed the latest kit and did builds with RPM on Intel and
Alpha systems running Red Hat 7.0.
Minor nit: due to the hyphen in the kit name, the spec file as shipped
does not work. Workaround:
$ diff BUILD/openssl-0.9.6a-beta1/openssl.spec SPECS/openssl.spec
4c4
< #%define librev
---
> %define librev a
11,13c11,14
< Version: %{libmaj}.%{libmin}.%{librel}
< #Version: %{libmaj}.%{libmin}.%{librel}%{librev}
< Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
---
> #Version: %{libmaj}.%{libmin}.%{librel}
> Version: %{libmaj}.%{libmin}.%{librel}%{librev}
> #Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
> Source0: ftp://ftp.openssl.org/source/%{name}-%{version}-beta1.tar.gz
82c83,84
< %setup -q
---
> #%setup -q
> %setup -q -n %{name}-%{version}-beta1
A more important issue, the test suite fails during bntest on the Alpha
system:
This test will take some time....123456789ABCDEF ok
./randtest
test 1 done
test 2 done
test 3 done
test 4 done
starting big number library test, could take a while...
test BN_add
test BN_sub
Subtract test failed!
make[1]: *** [test_bn] Error 1
Looking at the tmp file used during the test did not mean much to me, what
other data would be of help? Please cc: me on the reply as I'm not on
the developers list, only the users list.
--Larry
--
Larry Fahnoe, Fahnoe Technology Consulting, [EMAIL PROTECTED]
952/925-0744 Minneapolis, Minnesota [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]