libssl.so <-> mod_ssl.so

libssl.so <-> mod_ssl.so

am 14.04.2008 19:13:34 von John Minson

This is a multi-part message in MIME format.
--------------000801040702000704060507
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

I have to re-create mod_ssl 2.8.1 for an old version of apache (1.3.19)
and even though I have it/they compiled I'm confused about 2 things .

I have several servers with various kevels of apache and mod_ssl.

The mod_ssl lib seems to be called 'mod_ssl.so' in some cases and
'libssl.so' in others . ?

The 'libssl.so' I just created is 272328 bytes in size where on another
server its 1884650 bytes in size . Is this due to the way it was linked ?

I have not yet tested my newly compiled libssl .

--------------000801040702000704060507
Content-Type: text/x-vcard; charset=utf-8;
name="minsonj.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="minsonj.vcf"

begin:vcard
tel;work:843-218-6521
version:2.1
end:vcard


--------------000801040702000704060507--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: libssl.so <-> mod_ssl.so

am 14.04.2008 19:27:20 von Yvo van Doorn

On Mon, Apr 14, 2008 at 10:13 AM, John Minson wrote:
> I have to re-create mod_ssl 2.8.1 for an old version of apache (1.3.19) and
> even though I have it/they compiled I'm confused about 2 things .
>
> I have several servers with various kevels of apache and mod_ssl.
>
> The mod_ssl lib seems to be called 'mod_ssl.so' in some cases and
> 'libssl.so' in others . ?
>
> The 'libssl.so' I just created is 272328 bytes in size where on another
> server its 1884650 bytes in size . Is this due to the way it was linked ?
>
> I have not yet tested my newly compiled libssl .
>

Sounds like the libssl.so file you create is dynamically linked
whereas the old version is statically linked. what does ldd show you
for both?

Btw I hope this apache server is internal unless you like getting your
server compromised. Look at all the changes (especially security wise)
that has been fixed since that version:
http://www.apache.org/dist/httpd/CHANGES_1.3
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org