This is a discussion on Re: libssl.so <-> mod_ssl.so within the Modssl Users forums, part of the Web Server and Related Forums category; On Mon, Apr 14, 2008 at 10:13 AM, John Minson <minsonj@spawar.navy.mil> wrote: > I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Mon, Apr 14, 2008 at 10:13 AM, John Minson <minsonj@spawar.navy.mil> 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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|