[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OpenSSL Patch Instructions: Restart Daemons, yes?
- To: misc@openbsd.org
- Subject: Re: OpenSSL Patch Instructions: Restart Daemons, yes?
- From: Rich Ramos <openbsd@RichRamos.com>
- Date: Tue, 30 Jul 2002 16:21:12 -0500
- Content-Disposition: inline
Actually I'm wondering which ones I'm going to have to recompile?
for sshd I see that lib crypto is dynamically linked but I don't see lib ssl.
So does that mean that it doesn't use lib ssl or that it's statically linked?
How do I know for sure? I did an 'nm' but the name list has been stripped.
gw2{ramos}$ ldd /usr/sbin/sshd
/usr/sbin/sshd:
-lkrb5.3 => /usr/lib/libkrb5.so.3.0 (0x40061000)
-lkafs.8 => /usr/lib/libkafs.so.8.0 (0x40098000)
-lasn1.2 => /usr/lib/libasn1.so.2.0 (0x4009b000)
-lkrb.9 => /usr/lib/libkrb.so.9.0 (0x400b9000)
-lcrypto.5 => /usr/lib/libcrypto.so.5.1 (0x400d2000)
-lutil.7 => /usr/lib/libutil.so.7.1 (0x40182000)
-lz.1 => /usr/lib/libz.so.1.4 (0x4018c000)
-ldes.7 => /usr/lib/libdes.so.7.0 (0x40199000)
-lwrap.2 => /usr/lib/libwrap.so.2.0 (0x401a3000)
-lc.28 => /usr/lib/libc.so.28.3 (0x401aa000)
--------------------------------------------------------------------
List: openbsd-misc
Subject: OpenSSL Patch Instructions: Restart Daemons, yes?
From: Jim Rosenberg <jr_ml@rossint.net>
Date: 2002-07-30 20:39:25
[Download message RAW]
The instructions for the OpenSSL patch end with making install. Is it
not correct that any running daemons using the newly remade libraries
should be restarted? I show sshd and httpd at a minimum.
I'm sure this is obvious to a lot of readers of this list, but if I'm
right about this it wouldn't hurt to mention it explicitly in the patch
instructions.