Re: 0.9.7 make test needs work

2002-02-14 Thread Richard Levitte - VMS Whacker

From: Tim Rice <[EMAIL PROTECTED]>

tim> The "make test" in 0.9.7 needs a little work.
tim> It requires a previous SSL installation.
tim> ...
tim> Tests completed happily
tim> ./evp_test evptests.txt
tim> Auto configuration failed
tim> 3562:error:02001002:system library:fopen:No such file or 
directory:bss_file.c:104:fopen('/usr/local/ssl/openssl.cnf','rb')
tim> 3562:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:107:
tim> 3562:error:0E064002:configuration file routines:CONF_load:system 
lib:conf_def.c:198:
tim> make[2]: *** [test_evp] Error 1
tim> make[2]: Leaving directory `/usr/local/src/libs/openssl-SNAP-20020212/test'
tim> ...

Thanks.  The actual error was in the err section of libcrypto.  I
commited a patch to fix that.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
\  SWEDEN   \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See  for more info.
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



Re: 0.9.7 make test needs work

2002-02-14 Thread Bodo Moeller

On Wed, Feb 13, 2002 at 08:37:24PM -0800, Tim Rice wrote:

> The "make test" in 0.9.7 needs a little work.
[...]
> ./evp_test evptests.txt
> Auto configuration failed

Fixed.


-- 
Bodo Möller <[EMAIL PROTECTED]>
PGP http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller/0x36d2c658.html
* TU Darmstadt, Theoretische Informatik, Alexanderstr. 10, D-64283 Darmstadt
* Tel. +49-6151-16-6628, Fax +49-6151-16-6036
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



0.9.7 make test needs work

2002-02-13 Thread Tim Rice


The "make test" in 0.9.7 needs a little work.
It requires a previous SSL installation.
...
Tests completed happily
./evp_test evptests.txt
Auto configuration failed
3562:error:02001002:system library:fopen:No such file or 
directory:bss_file.c:104:fopen('/usr/local/ssl/openssl.cnf','rb')
3562:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:107:
3562:error:0E064002:configuration file routines:CONF_load:system lib:conf_def.c:198:
make[2]: *** [test_evp] Error 1
make[2]: Leaving directory `/usr/local/src/libs/openssl-SNAP-20020212/test'
...

It this is a first time install you can't expect it to be able to
open /usr/local/ssl/openssl.cnf


-- 
Tim RiceMultitalents(707) 887-1469
[EMAIL PROTECTED]


__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]