On Sat, Oct 12, 2002, Alain Guibert via RT wrote:

> 
> Hello Richard,
> 
>  On Friday, October 11, 2002 at 10:15:30 AM +0200, Richard Levitte via RT wrote:
> 
> >>>> On my old Linux box (Intel Debian bo: kernel 2.0.39, gcc 2.7.2.1,
> >>>> libc 5.4.33) during OpenSSL 0.9.6e build a test in "make test"
> >>>> fails:
> >>>>| testing req conversions
> >>>>| p -> d
> >>>>| make[1]: *** [test_req] Error 1
> >>>>| make: *** [tests] Error 2
> > Is this still an issue?
> 
> Yes, this test always fails with OpenSSL since version 0.9.6d, and until
> the latest 0.9.6g. The problem is that I don't even know what I could do
> to dig this... So I thank you for your interest.
> 
> 

What about 0.9.7-beta does that still give the error?

In the 'test' directory is a script called 'treq' that this test runs. It
seems like the very first test is failing which creates 'f.d' from 'fff.p'
which is just a copy of testreq.pem.

So an initial thing to do is to confirm this is where it fails. One way to do
that is to see which of the files f.* ff.* and fff.* exist.

To fail that early suggests a permissions problem.

You could also try manually running:

../apps/openssl req -config ../apps/openssl.cnf -in testreq.pem -inform p
-outform d >f.d

see if 'f.d' is created or if there is any error message.

Steve.
--
Dr. Stephen Henson      [EMAIL PROTECTED]            
OpenSSL Project         http://www.openssl.org/~steve/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to