curl-library
Re: Linking curl to openssl : configuration
From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Thu, 12 Feb 2009 19:51:44 -0600
Date: Thu, 12 Feb 2009 19:51:44 -0600
On Thu, Feb 12, 2009 at 7:27 PM, Lyndon Hill <emptystate_at_yahoo.co.uk> wrote:
> dso_dlfcn.o(.text+0x58): undefined reference to `dlopen'
> dso_dlfcn.o(.text+0x80): undefined reference to `dlerror'
> dso_dlfcn.o(.text+0x104): undefined reference to `dlclose'
Maybe try:
LIBS=-ldl ./configure ...
- Jeff
Received on 2009-02-13