[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes
Lutz Jaenicke
Lutz.Jaenicke at aet.TU-Cottbus.DE
Thu Aug 23 23:38:29 EST 2001
On Thu, Aug 23, 2001 at 03:21:28PM +0200, Robert Dahlem wrote:
> On Thu, 23 Aug 2001 14:38:39 +0200, Markus Friedl wrote:
>
> >> - -ldl not choosen by configure:
>
> >you can try to build openssl w/o DSO support
>
> I'm seriously trying to avoid this. :-)
>
> Please correct me if I'm wrong: I thougt I would need DSO support for
> building shared objects. I would like shared objects to keep code for
> OepnSSH small.
These things are not necessarily related.
You can build OpenSSL with shared libraries. This means that applications
using OpenSSL (e.g. OpenSSH) will link against the shared libraries.
This will not need -ldl.
DSO support means, that OpenSSL's routines itself can load other shared
libraries on demand at runtime. This should only be needed when accessing
crypto hardware, like an accelerator card. This requires -ldl.
Best regards,
Lutz
--
Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus Fax. +49 355 69-4153
More information about the openssh-unix-dev
mailing list