> On Wed, Jan 14, 2009, Dr. Stephen Henson wrote:
>Ah, forget those changes I suggested try this instead:
>http://cvs.openssl.org/chngview?cn=17786
Perfect, that solved the build issue: my build completes, passes make
test, and installs. I'll report back if I encounter any other issues,
but all l
On Tue, Jan 13, 2009, Mark Lavi wrote:
> On Tue, Jan 13, 2009, Dr. Stephen Henson wrote:
>
> >In these three lines in crypto/sha/Makefile:
> > (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))
> > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
> > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
>
Mark Lavi wrote:
> On Tue, Jan 13, 2009, Dr. Stephen Henson wrote:
>
>
>> In these three lines in crypto/sha/Makefile:
>> (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))
>> (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
>> (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
>>
>> Try changing ../$
On Tue, Jan 13, 2009, Dr. Stephen Henson wrote:
>In these three lines in crypto/sha/Makefile:
> (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))
> (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
> (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
>
>Try changing ../$@ to >../$@
Dr. Steve:
I have d
On Tue, Jan 13, 2009, Mark Lavi wrote:
> Hello all,
>
> I've run into a strange build problem that I did not encounter under
> relatively identical conditions with OpenSSL 0.9.8i on SuSE 9.2 on ia64.
> Even when I simplify my configure arguments to only --prefix and then
> repeat make clean and m
Hello all,
I've run into a strange build problem that I did not encounter under
relatively identical conditions with OpenSSL 0.9.8i on SuSE 9.2 on ia64.
Even when I simplify my configure arguments to only --prefix and then
repeat make clean and make again, the issue is consistently
reproducible. I