----------
From:   Steffen Dettmer[SMTP:[EMAIL PROTECTED]]
Reply To:       [EMAIL PROTECTED]
Sent:   Tuesday, June 29, 1999 3:52 PM
To:     '[EMAIL PROTECTED]'
Subject:        RE: mod-ssl on winnt

> errno.h, no such file or directory, even I continued to install mod-ssl,
> still had same error, what should I install on my system else? 
> I use redhat 5.2 on pentium 200,64M.

errno.h is part of libc...

You may re-install the RPM. Try a:
rpm -q -f /usr/include/errno.h
to get the filename of the RPM, and then:
RPM -i --force <filename>
should help...  

oki,

Steffen


Steffen:
thanks for your replying.
I reinstalled glibc-devel, but still can't , I think "make" can't find these
files, so I copied error.h, errors.h to /openssl-0.9.3a/crypto/linux/,
(linux is created by myself, only under this directory,make can accept) ,
now make can compile more lines code, but encounter next error, I capture
the error messages following:
making all in crypto...
make[1]: Entering directory `/application/openssl-0.9.3a/crypto'
making all in crypto/md2...
make[2]: Entering directory `/application/openssl-0.9.3a/crypto/md2'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/application/openssl-0.9.3a/crypto/md2'
making all in crypto/md5...
make[2]: Entering directory `/application/openssl-0.9.3a/crypto/md5'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/application/openssl-0.9.3a/crypto/md5'
making all in crypto/sha...
make[2]: Entering directory `/application/openssl-0.9.3a/crypto/sha'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/application/openssl-0.9.3a/crypto/sha'
making all in crypto/mdc2...
make[2]: Entering directory `/application/openssl-0.9.3a/crypto/mdc2'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/application/openssl-0.9.3a/crypto/mdc2'
making all in crypto/hmac...
make[2]: Entering directory `/application/openssl-0.9.3a/crypto/hmac'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/application/openssl-0.9.3a/crypto/hmac'
making all in crypto/ripemd...
make[2]: Entering directory `/application/openssl-0.9.3a/crypto/ripemd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/application/openssl-0.9.3a/crypto/ripemd'
making all in crypto/des...
make[2]: Entering directory `/application/openssl-0.9.3a/crypto/des'
gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c
enc_writ.c -o enc_writ.o
enc_writ.c: In function `des_enc_write':
enc_writ.c:162: `EINTR' undeclared (first use this function)
enc_writ.c:162: (Each undeclared identifier is reported only once
enc_writ.c:162: for each function it appears in.)
make[2]: *** [enc_writ.o] Error 1
make[2]: Leaving directory `/application/openssl-0.9.3a/crypto/des'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/application/openssl-0.9.3a/crypto'
make: *** [all] Error 1

could you like to check for me what happened and how to correct it?

thanks a lot.
sincerely
sun

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to