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
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
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
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
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
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
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.
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
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
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
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
11 matches
Mail list logo