Re: [openssl-users] OpenSSL Compile Issues (and general knowledge questions)

2015-03-27 Thread John Foley
hat generally works. However, I am looking for a little help on some details because I am not a developer and am not about digging through the source code to figure out these issues. a) I don't typically run 'make depend' and things seem to work. However, the OpenSSL compile wiki d

[openssl-users] OpenSSL Compile Issues (and general knowledge questions)

2015-03-27 Thread Lesley Kimmel
ce code to figure out these issues. a) I don't typically run 'make depend' and things seem to work. However, the OpenSSL compile wiki directs to run this command. What will this do for me? b) I know that I can disable SSLv2 and SSLv3 via Apache itself but I see that there are option

Re: openssl compile time error

2012-03-13 Thread aram_baghomian
Hi, I used gmake and following lines are the results of that. ... shlib_target=; if [ -n "" ]; then shlib_target=""; fi; LIBRARIES="-L.. -lssl -L.. -lcrypto " ; gmake -f ../Makefile.shared -e APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o d

Re: openssl compile time error

2012-03-10 Thread Jeffrey Walton
On Thu, Mar 8, 2012 at 1:40 PM, wrote: > > Hi, > > I use this commands for compile it on a FreeBsd 8.2. > > # ./Configure > # ./config > # make Try gmake. __ OpenSSL Project http://www.openssl.org

openssl compile time error

2012-03-10 Thread aram_baghomian
Hi, I use this commands for compile it on a FreeBsd 8.2. # ./Configure # ./config # make in make process i get these errors.

RE: openssl compile time error

2012-03-05 Thread Floodeenjr, Thomas
What does your configure command line look like? Did you disable AES or DES perhaps? -Tom From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of aram_baghom...@hushmail.com Sent: Sunday, March 04, 2012 8:39 AM To: openssl-users@openssl.org Subject: openssl

openssl compile time error

2012-03-05 Thread aram_baghomian
Hi, When i want to compile my openssl package it send me this error. ... shlib_target=; if [ -n "" ]; then shlib_target="dlfcn"; fi; LIBRARIES="-L.. -lssl -L.. -lcrypto" ; make -f ../Makefile.shared -e APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o p

Openssl compile issues on solaris 10

2011-08-25 Thread Ben Ritchie
Hi I am attempting to compile Openssl 0.9.8r on a sparc based solaris10 machine. I am hitting an error when I run "make test", the majority of the tests pass successfully, but when It gets to the AES tests I am getting a cyphertext mismatch: Testing cipher AES-128-ECB(encrypt) Key 00 01

FW: Openssl compile issues on solaris 10

2011-08-23 Thread Ben Ritchie
Hi I am attempting to compile Openssl 0.9.8r on a sparc based solaris10 machine. I am hitting an error when I run "make test", the majority of the tests pass successfully, but when It gets to the AES tests I am getting a cyphertext mismatch: Testing cipher AES-128-ECB(encrypt) Key 00 01

FW: OpenSSL compile issues using workshop compiler on Solaris (my program)

2008-11-30 Thread Brad Mitchell
Which returns void* Brad _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Mitchell Sent: Monday, 1 December 2008 9:26 AM To: [EMAIL PROTECTED] Subject: Re: OpenSSL compile issues using workshop compiler on Solaris (my program) Hi guys, I am fairly new

Re: Openssl compile

2007-10-25 Thread Mick
On Thursday 25 October 2007, David Flatley wrote: > As part of a customer requirement I am trying to compile a newer version > of Openssl on two Red Hat Enterprise 4 update 4 systems. > One is an i686 and the other an x86_64 system. I have tried to compile > several newer versions on both systems

Openssl compile

2007-10-25 Thread David Flatley
As part of a customer requirement I am trying to compile a newer version of Openssl on two Red Hat Enterprise 4 update 4 systems. One is an i686 and the other an x86_64 system. I have tried to compile several newer versions on both systems and have only had luck with the i686 by doing an "rpm -e

OpenSSL compile flags

2006-01-03 Thread Ryan B. Lynch
When building OpenSSL version 0.9.7i (and all prior versions that I've seen) on Linux, the compiler flags passed to 'gcc' include: "-O3 -fomit-frame-pointer -mcpu=pentium" This occurs even when the output of `uname -m` and `arch` are "i486". I have a few machines with hacked 'uname' and 'ar

RE: OpenSSL compile problems

2002-10-15 Thread Junk
This is the last few lines where the error shows during the ./Makefile -t -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of DARCY,MATTHEW (HP-UnitedKingdom,ex2) Sent: Tuesday, October 15, 2002 4:07 AM To: '[EMAIL PROTECTED]' Subject: RE: OpenS

Re: openssl compile won't make .so

2001-11-16 Thread Richard Levitte - VMS Whacker
From: Keary Suska <[EMAIL PROTECTED]> hierophant> 1. There is a specific reason that I am using rev a hierophant> instead of rev b, and I didn't think it relevant to the hierophant> problem. For the heck of it, I d/l and compiled rev b, hierophant> with the exact same result. You're right, that

Re: openssl compile won't make .so

2001-11-16 Thread Keary Suska
rnet" > From: "J. Johnson" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Thu, 15 Nov 2001 22:57:23 -0800 (PST) > To: OpenSSL <[EMAIL PROTECTED]> > Subject: Re: openssl compile won't make .so > > On Thu, 15 Nov 2001, Keary Suska wro

Re: openssl compile won't make .so

2001-11-15 Thread J. Johnson
On Thu, 15 Nov 2001, Keary Suska wrote: > I need to have openssl 0.9.6a create dynamically shared libcrypto & libssl, > but it won't for my system (linux-ppc). Just about every other software I > have compiled can create .so on my system without complaining, but why can't > openssl? I tried to mo

openssl compile won't make .so

2001-11-15 Thread Keary Suska
I need to have openssl 0.9.6a create dynamically shared libcrypto & libssl, but it won't for my system (linux-ppc). Just about every other software I have compiled can create .so on my system without complaining, but why can't openssl? I tried to modify the Configure script, which hasn't worked, b

Re: OpenSSL compile problem on win32

2000-01-13 Thread Ulf Möller
> the command perl util/mk1mf.pl 32 libeay > > produces > > BIO_number_read does not have a number assigned > BIO_number_written does not have a number assigned > X509_STORE_CTX_rget_chain does not have a number assigned > > this doesn't seem right to me. They'll get numbers assigned the next

Re: OpenSSL compile problem on win32

2000-01-13 Thread Dr Stephen Henson
Peter Sylvester wrote: > > Hi, > > the command perl util/mk1mf.pl 32 libeay > > produces > > BIO_number_read does not have a number assigned > BIO_number_written does not have a number assigned > X509_STORE_CTX_rget_chain does not have a number assigned > > this doesn't seem right to me. Sin

OpenSSL compile problem on win32

2000-01-13 Thread Peter Sylvester
Hi, the command perl util/mk1mf.pl 32 libeay produces BIO_number_read does not have a number assigned BIO_number_written does not have a number assigned X509_STORE_CTX_rget_chain does not have a number assigned this doesn't seem right to me. ___

Re: OpenSSL compile problem

2000-01-13 Thread Richard Levitte - VMS Whacker
ryoko> %./config gcc$B!!(B( or config ) ryoko> Operating system: sun4m-sun-solaris2 ryoko> This system (solaris-sparcv8-gcc) is not supported. See file INSTALL for detail ryoko> ryoko> Do I have to define hardware,operating system? ryoko> Or can't sun4m use OpenSSL0.9.4? ryoko> (I could install

OpenSSL compile problem

2000-01-12 Thread Ryoko Fujimoto ( Teng-ben Liang zi )
I downloaded OpenSSL0.9.4( or OpenSSL0.9.3a) on Unix machine. And %./config gcc$B!!(B( or config ) Operating system: sun4m-sun-solaris2 This system (solaris-sparcv8-gcc) is not supported. See file INSTALL for detail Do I have to define hardware,operating system? Or can't sun4m use OpenSSL0.9.