Version:  openssl-0.9.5a
Environment:  SunOS 4.1.4, (compiler: gcc 2.8.1)

Build fails when it tries to
to link the 'openssl' program, with undefined symbols,
memmove and strtoul.  SunOS doesn't have these two routines.
strtoul is used in:
    crypto/asn1/a_strnid.c
memmove is used in:
    crypto/bio/bss_mem.c
    crypto/bio/bss_rtcp.c
    crypto/evp/bio_ok.c
    crypto/stack/stack.c  (this reference is commented out, with a
        mention of sunos)
    ssl/s3_pkt.c

config does detect SunOS 4, but doesn't seem to include replacements
for these two routines.

Thanks,
Wayne Chapeskie
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to