Actually, it was William Rowe Jr., not me.  (I'm pleased you thought
of me, but I much prefer that people get the credit they actually
deserve. :) )

Thanks!  (And thank you for helping, Mr. Rowe. :) )

-Kyle H

On 3/6/06, Fabro, Loic <[EMAIL PROTECTED]> wrote:
> I feel so stupid.... Anyway, these ones seem to work:
> ./config --prefix=/usr/local/openssl no-asm
> ./config --prefix=/usr/local/openssl no-idea no-asm
>
> What I did wrong in the past (well... well before disabling the assembly 
> part) was:
> make depends && make clean && make test && make
>
> What I should have done instead (it's funny how stuff usually is right in 
> front of you.....):
> make clean && make depends && make test && make
>
> I will now test with with assembly support, just in case.....
>
> My conclusion to this is: even if you believe you are already doing it, 
> follow blindly what people tell you to try first! Doing make clean and make 
> depends as Kyle told me to do would have fixed the problem...... then I could 
> have tried to understand what I was doing wrong.....
>
> Thanks a lot for your time! :-)
>
> -- Loic.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Kyle Hamilton
> Sent: Thursday, March 02, 2006 12:51 AM
> To: [email protected]
> Subject: Re: Trying to build OpenSSL 0.9.8a from source
>
>
> If you have a completely different version of openssl on your system,
> that shouldn't make a difference in the test environment.
>
> Try completely removing your source tree and restarting from the pure
> tarball.  Also, try getting the latest 0.9.8 snapshot from
> ftp://ftp.openssl.org/snapshot/ .
>
> and I would update your compiler, if you are able.
>
> -Kyle H
>
> On 3/1/06, Fabro, Loic <[EMAIL PROTECTED]> wrote:
> > Quick update, I did try that as well (probably forgot before posting my 
> > results.... :-( ):
> > ./config --prefix=/usr/local/openssl no-idea no-asm
> >
> > gives me a:
> >
> > Doing ofb
> > ofb_encrypt encrypt error
> > 29 15 85 50 70 35 06 C4
> > 29 F2 4A 24 70 EB 3D 3F
> > Doing ofb64
> > ofb64_encrypt encrypt error
> > Doing ede_ofb64
> > ede_ofb64_encrypt encrypt error
> > Doing cbc_cksum
> > bad return value (249C444D), should be F7FE62B4
> > bad cbc_cksum block returned
> > Doing quad_cksum
> > input word alignment test 0 1 2 3
> > output word alignment test 0 1 2 3
> > fast crypt test fast crypt error, efx1ucqZgl8TI should be efGnQx2725bI2
> > fast crypt error, yAh.yetncf5jc should be yA1Rp/1hZXIJk
> > make[1]: *** [test_des] Error 1
> >
> > ________________________________
> >
> > From: [EMAIL PROTECTED] on behalf of William A. Rowe, Jr.
> > Sent: Fri 2/24/2006 7:55 PM
> > To: [email protected]
> > Subject: Re: Trying to build OpenSSL 0.9.8a from source
> >
> >
> >
> > Fabro, Loic wrote:
> > > Hum... I remove support for IDEA (and no fPIC) and now the test is 
> > > segfaulting..
> >
> > make clean
> > make depends
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [email protected]
> Automated List Manager                           [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to