Re: OpenSSL for Linux

2012-03-09 Thread Gatewood_Green
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

OpenSSL for Linux

2012-03-08 Thread Mohamed Riyazudeen
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

Recall: OpenSSL for Linux

2012-03-08 Thread Mohamed Riyazudeen Kandrath Mohamed Ibrahim
Mohamed Riyazudeen Kandrath Mohamed Ibrahim would like to recall the message, "OpenSSL for Linux". __ OpenSSL Project http://www.openssl.org User Support Mailing List

OpenSSL for Linux

2012-03-08 Thread Mohamed Riyazudeen Kandrath Mohamed Ibrahim
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

Re: Compiling openssl for linux-mipsel

2009-08-08 Thread hdf sdesdh
"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

Re: Compiling openssl for linux-mipsel

2009-08-05 Thread Paul Allen
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

Re: Compiling openssl for linux-mipsel

2009-08-05 Thread hdf sdesdh
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

Compiling openssl for linux-mipsel

2009-08-05 Thread hdf sdesdh
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