This is an older Apache version that uses a few low level variables
directly of which one changed in the more recent versions of OpenSSL.
Woody
The following changes in Apache 2.0.x line will allow it to compile and run:
diff -uNrp httpd-2.0.63-orig/modules/ssl/ssl_engine_init.c
httpd-2.0.63/mo
Hi,
We are using openssl1.0.0g for windows. But when we tried to use same
for Linux, we are running into issue while compiling SSL module. And we
found that the issue in Apache2.0.63 and openssl1.0.0g integration
http://serverfault.com/questions/159883/installing-apache-with-openssl
Mohamed Riyazudeen Kandrath Mohamed Ibrahim would like to recall the
message, "OpenSSL for Linux".
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Hi,
We are using openssl1.0.0g for windows. But when we tried to use same
for linux, we are running into issue while compiling SSL module. And we
found that the issue in Apache2.0.63 and openssl1.0.0g integration
http://serverfault.com/questions/159883/installing-apache-with-openssl
"I'm not sure how to take the question. It's a symbol that's normally
found in libcrypto.so. It's a function that free's an RSA*. It's
part of the support for RSA public key crypto, which undergirds most
stuff you might want to do with OpenSSL."
If this is the case, then I definately need to ke
On Wed, 2009-08-05 at 10:23 -0700, hdf sdesdh wrote:
> I found MIPS compatibility patches
> (http://cblfs.cross-lfs.org/index.php/OpenSSL) since my last post though have
> run into problems after the compile process:
>
> Unable to resolve RSA_free used by libssl.so
> make[1]: *** [install]Error
I found MIPS compatibility patches
(http://cblfs.cross-lfs.org/index.php/OpenSSL) since my last post though have
run into problems after the compile process:
Unable to resolve RSA_free used by libssl.so
make[1]: *** [install]Error 1
What is RSA_free? I am trying to strip down openssl as much a
I am trying to cross compile openssl for a linux-mipsel system (my router
running Tomato firmware), though the system type no longer exists in the
./Configure list. The router currently uses openssl 0.9.7d, and I'm trying to
compile it with uClibC. Any suggestions or advice if this can be done