From: Tom Biggs <[EMAIL PROTECTED]>
tbiggs> The only configuration issue I can see is that FreeBSD switched
tbiggs> over to ELF format for 3.x, earlier versions used the a.out
tbiggs> format for executables - by default. ELF support was in
tbiggs> version 2 (i.e., ELF executables could be built and run)
tbiggs> but the default was to compile to a.out format.
tbiggs>
tbiggs> This impacts the DSO stuff because in a.out dynamic libraries,
tbiggs> C language symbol strings passed into dlsym() (used by
tbiggs> DSO_bind_func()) must have a leading underscore. The ELF
tbiggs> format dynamic libraries do not require that.
Hmm, I just took a longer lookat config, and it does choose the target
FreeBSD-elf for FreeBSD 3 and higher, and if one looks up FreeBSD-elf
in Configure, one can see that FreeBSD-elf indeed declares the
availability of dlfcn. So, I think the best thing you can do is to
find out why you didn't get that configuration target. I'd start with
checking config.
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]