I am trying to build OpenSSL (to be followed by mod_ssl and Apache) on an
Ultrix 4.4 system, for the first time. I have followed the installation
instructions as far as I can see, but the build is failing due to the names
LOG_CONS and LOG_DAEMON being undefined, as follows :

I took the following steps :-

  make -f Makefile.ssl links
  perl Configure ultrix -DNO_IDEA
  make

Here's an extract from the output from "make" :-

======================< cut >=======================

making all in crypto/buffer...
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
buffer.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
buf_err.
c
ar r ../../libcrypto.a buffer.o buf_err.o
sh ../../util/ranlib.sh ../../libcrypto.a
making all in crypto/bio...
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bio_lib.
c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bio_cb.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bio_err.
c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_mem.
c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_null
.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_fd.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_file
.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_sock
.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_conn
.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bf_null.
c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bf_buff.
c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
b_print.
c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
b_dump.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
b_sock.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_acpt
.c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bf_nbio.
c
cc -I.. -I../../include -DNO_IDEA -O2 -DNOPROTO -DNOCONST -DL_ENDIAN -c
bss_log.
c
cfe: Error: bss_log.c, line 120: 'LOG_DAEMON' undefined, reoccurrences will
not 
be reported
        xopenlog(bi, "application", LOG_DAEMON);
        ----------------------------^
cfe: Error: bss_log.c, line 231: 'LOG_CONS' undefined, reoccurrences will
not be
 reported
        openlog(name, 0001      |LOG_CONS, level);
        ------------------      -^
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
# 

======================< cut >=======================

If anyone can explain this (and tell me how to fix it) I'd greatly
appreciate it.

Also, is there no Samba-style "[EMAIL PROTECTED]" email address for
reporting these things ?

Thanks,
> Nick Boyce
> [ Information Security Manager ]
> Systems Team, EDS Healthcare, Bristol, UK
> Internet email:  [EMAIL PROTECTED]   |   tel:  +44 117 989 2941
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to