lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Lynx-dev] problems building 2.8.7.dev.5 with SSL


From: Thomas Dickey
Subject: RE: [Lynx-dev] problems building 2.8.7.dev.5 with SSL
Date: Tue, 22 May 2007 09:48:28 -0400 (EDT)

On Tue, 22 May 2007, Virden, Larry W. wrote:

From: Thomas Dickey [mailto:address@hidden


As TG pointed out, this is saying the ssl library is 64-bits.
Sun's compiler uses -xarch=v9 (in $CFLAGS) to create 64-bit objects.

Thanks for the suggestions. The good news is that, making use of your
suggestions, I don't get the wrong elf version error any longer.

The error I do get is rather surprising - it looks like the configure
isn't using -ldl (which is used for loading dynamic libraries)../

oh... I recall running into that last fall.  The OpenSSL group seems to
have changed its dependencies.  (I don't recall that they've started
making a pkg-config script - would be nice).  Usually I don't run into
a problem with that is because -ldl is used for other libraries.

You should be able to make it work by adding "-ldl" to your $LIBS
environment variable, e.g.,

        setenv LIBS "$LIBS -ldl"

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]