[PATCH] some patches for Fujitsu-Siemens ReliantUNIX, minor fixes and XXXes

Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
Tue Aug 21 19:22:15 EST 2001


On Mon, Aug 20, 2001 at 06:33:39PM +0200, Robert Dahlem wrote:
> - -ldl not choosen by configure:
> 
> Something in OpenSSH (I did not find) needs libdl. configure checks for 
> dlopen() only when it finds PAM. No PAM on ReliantUNIX, so not libdl, 
> thus no binding. Ouch! :-)
> 
> I made an XXX fix for ReliantUNIX and left it for someone else to 
> de-nest the dlopen() check in configure.in. Sorry, but it's beyond my 
> understanding of autoconf. BTW: Why does autoconf-2.50 bounce on 
> configure.in?

I'll give it a guess. The 'engine' release of OpenSSL requires dynamic
loading, while the normal release does not.
You therefore won't see any relation to OpenSSH.
One could add -ldl (-ldld for some platforms) to the OpenSSH build process:
the next major release of 0.9.7 will use dynamic loading anyway.
0.9.7 shared libraries will be built against -ldl, so this problem will
not pop up too often. I am not sure whether I should recommend adding
-ldl (or -ldld) generally.

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