Re: Can't configure Openssh

From: paul@cuenet.com
Date: 11/21/02


Date: Wed, 20 Nov 2002 22:45:43 -0800
From: paul@cuenet.com
To: Darren Tucker <dtucker@dodgy.net.au>

Darren Tucker wrote:

> In article <3DDB26A2.AE01E6DF@cuenet.com>, <paul@cuenet.com> wrote:
> [snip]
> >/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
> >dso_dlfcn.o(.text+0x8e): undefined reference to `dlopen'
> >dso_dlfcn.o(.text+0xa4): undefined reference to `dlopen'
> >dso_dlfcn.o(.text+0x10a): undefined reference to `dlclose'
>
> How did you configure openssl when you compiled it?

I may have configured it dynamically for some reason....

> It looks like openssl wants dynamic loading functions for some reason.
> You can try adding "-ldl" to your LDFLAGS, ie:
>
> export LDFLAGS="-ldl"
> ./configure

That was the ticket!!! Thanks all for your friendly help!

--Paul



Relevant Pages

  • Re: Cant configure Openssh
    ... Darren Tucker wrote: ... > It looks like openssl wants dynamic loading functions for some reason. ... That was the ticket!!! ...
    (comp.security.ssh)
  • Re: Blowfish-256 vs. Blowfish-448
    ... >> Regarding Blowfish encryption algorithm. ... > Followup to my own post: ... > good reason not to implement it. ... See OpenSSL, cryptlib, ...
    (sci.crypt)
  • Re: Cant configure Openssh
    ... It looks like openssl wants dynamic loading functions for some reason. ... Good judgement comes with experience. ...
    (comp.security.ssh)