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

From: Thomas Dickey [mailto:[EMAIL PROTECTED]


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


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to