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

2015-03-27 Thread John Foley
The 'make depend' regenerates the dependencies for the makefiles. The dependencies will change depending on the configuration options you've passed to OpenSSL. If you're new to using GNU make, here's a decent explanation: http://make.mad-scientist.net/papers/advanced-auto-dependency-generatio

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

2015-03-27 Thread Lesley Kimmel
All; I'm an administrator/engineer responsible for compiling Apache with OpenSSL supporting FIPS mode. I've got a good process down that 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 figu

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

Re: openssl-1.0.0 compile issues on SUSE 10.1

2010-04-16 Thread John R Pierce
Jon Strait wrote: Please bear with me as I am in the midst of my crash-course in Linux upgrade management. in general, you do NOT want to be using source tarballs to replace/upgrade components of a package-managed distribution. SuSE Enterprise Linux 10 has their own upgrade management proc

Re: openssl-1.0.0 compile issues on SUSE 10.1

2010-04-16 Thread Antoine Pitrou
Le vendredi 16 avril 2010 à 10:47 -0700, Jon Strait a écrit : > Please bear with me as I am in the midst of my crash-course in Linux > upgrade management. > > > I am trying to upgrade from openssl-0.9.8 to openssl-1.0.0 on SUSe > 10.1 32bit with HP dl380's. Why do you? Your Linux distribution wi

openssl-1.0.0 compile issues on SUSE 10.1

2010-04-16 Thread Jon Strait
Please bear with me as I am in the midst of my crash-course in Linux upgrade management. I am trying to upgrade from openssl-0.9.8 to openssl-1.0.0 on SUSe 10.1 32bit with HP dl380's. I have used the following commands: ./config --prefix=usr make make test make install added /usr/lib to /etc/ld.

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

zlib static/dynamic compile issues

2008-09-01 Thread grarpamp
hi. three related questions... 1) How does one compile with libz.a? 2) How does one compile with a specific zlib? 3) How does one compile a fully static openssl? i will gladly test and post confirmation of solutions. thx. Regarding #1 ... INSTALL says the following: no-zlib Don't try to

OpenSSL 0.9.7l compile issues

2006-10-12 Thread mwarren
Hi, I have an issue when running make test while compiling OpenSSL 0.9.7l on Suse Linux SLES9 s390x, 2.6 kernel 64-bit. We are using this to configure-- ./Configure linux-s390x --prefix=/web/software/openssl-0.9.7l --openssldir=/web/software/openssl-0.9.7l When running make test, we are

compile issues

1999-07-20 Thread hUnTeR
Bodo Moeller wrote: > > /usr/lib/perl5 is a directory, not an executable (but why is /usr/lib > in your PATH?). That is a known bug in Configure; to fix it, change > Configure as follows: > > --- Configure 1999/06/09 23:29:23 1.102 > +++ Configure 1999/06/10 08:13:52 1.103 > @@ -753