From: Heiko Nardmann <[EMAIL PROTECTED]>

h.nardmann> -----BEGIN PGP SIGNED MESSAGE-----
h.nardmann> Hash: SHA1
h.nardmann> 
h.nardmann> I configured openssl-0.9.6-beta2 according to the following configure line:
h.nardmann> 
h.nardmann> ./Configure threads --prefix=/opt/openssl-0.9.6a-beta2 
h.nardmann> - --openssldir==/opt/openssl-0.9.6a-beta2 hpux-parisc-cc
h.nardmann> 
h.nardmann> During compilation of it I got the following error:
h.nardmann> 
h.nardmann> cc -I.. -I../../include -DTHREADS -D_REENTRANT -DDSO_DL +O3 
h.nardmann> +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W 
h.nardmann> - -DMD32_XARRAY -c dso_dl.c
h.nardmann> cc: "dso_dl.c", line 98: warning 604: Pointers are not 
assignment-compatible.
h.nardmann> cc: "dso_dl.c", line 126: error 1589: "len" is not a function. 
h.nardmann> cc: "dso_dl.c", line 126: error 1537: Illegal operand type for +.
h.nardmann> *** Error exit code 1

Please change "len(extension)" at line 126 to "strlen(extension)".
When it comes to line 98, I can't quite figure out why that goes
wrong, especially since that line is exactly the same as in 0.9.6a
beta 1 and in 0.9.6, as well as the declaration of dl_ctrl()...  Do
you have the possibility to help figure it out?  One possibility is
that the compiler got so freaked by the error at line 126 that it had
to add another for good measure, but I doubt that...

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.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]

Reply via email to