Hello,

I have googled around and have not been able to find a suitable answer for
an error received when "make errors" is attempted when trying to build and
install openssl-0.9.8d. Sorry if I am being to newbie-ish.

First I use config like this:

env CONFIG_SHELL=/bin/sh /bin/sh
./config --prefix=/usr/local --openssldir=/usr/local/openssl shared no-hw

Then:

make errors

results in this:

[EMAIL PROTECTED] openssl-0.9.8d]# make errors
/usr/bin/perl util/mkerr.pl -recurse -write
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 252, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 252, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 252, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 252, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 262, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 262, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 262, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 262, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 252, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 252, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 252, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 262, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 262, <IN> line 5.
Malformed UTF-8 character (unexpected non-continuation byte 0x67,
immediately after start byte 0xf6) in pattern match (m//) at util/mkerr.pl
line 262, <IN> line 5.
DSO:            No new error codes
ENGINE:         No new error codes
OCSP:           No new error codes
EC:             No new error codes
BN:             No new error codes
UI:             No new error codes
DH:             No new error codes
CONF:           No new error codes
EVP:            No new error codes
SSL:            No new error codes
OBJ:            No new error codes
ECDH:           No new error codes
ECDSA:          No new error codes
BUF:            No new error codes
PKCS7:          No new error codes
X509V3:         No new error codes
ASN1:           No new error codes
STORE:          No new error codes
DSA:            No new error codes
X509:           No new error codes
PEM:            No new error codes
COMP:           No new error codes
CRYPTO:         No new error codes
RSA:            No new error codes
BIO:            No new error codes
PKCS12:         No new error codes
RAND:           No new error codes
(cd engines; make PERL=/usr/bin/perl errors)
make[1]: Entering directory
`/usr2/notary/OpenSS/openSSL/openssl-0.9.8d/engines'
set -e; for l in 4758cca aep atalla cswift gmp chil nuron sureware ubsec; do
\
        /usr/bin/perl ../util/mkerr.pl -conf e_$l.ec \
                -nostatic -staticloader -write e_$l.c; \
done
CCA4758:                No new error codes
AEPHK:          No new error codes
ATALLA:         No new error codes
CSWIFT:         No new error codes
GMP:            No new error codes
HWCRHK:         No new error codes
NURON:          No new error codes
SUREWARE:               No new error codes
UBSEC:          No new error codes
make[1]: Leaving directory
`/usr2/notary/OpenSS/openSSL/openssl-0.9.8d/engines'
/usr/bin/perl util/ck_errf.pl */*.c */*/*.c


Any help would be greatly appreciated.

Thanks,

Ben W

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to