This is a discussion on Re: Problem compiling openssh-4.3p2 w/ openssl.0.9.8a on FC3 within the OpenSSH Development forums, part of the Networking and Network Related category; Darren Tucker wrote: > On Tue, Mar 14, 2006 at 10:29:02AM -0800, Colin Dick wrote: > >>...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Darren Tucker wrote:
> On Tue, Mar 14, 2006 at 10:29:02AM -0800, Colin Dick wrote: > >>gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o > > [...] > >>: undefined reference to `dlopen' >> Any ideas? It looks like an incompatibility between OpenSSH and >>OpenSSL. Thanks in advance for any information or suggestions you can >>provide. > > > OpenSSL now seems to need libdl these days. You can add it by doing: > ./configure --with-libs=-ldl > I don't have problems with openssl 0.9.8x either with and without shared libraries. May by this is redhat/fedora specific ? Darren configure may remove library dl - see libpam comment near to end. Regards, Roumen _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |