You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Alexei Kosut <ak...@organic.com> on 1997/09/10 01:16:48 UTC

Log problems with HP-UX

I just tired to compile the current Apache tree with HP-UX 9.04; gcc
2.7.2, and get the following (although the awk/sed stuff seems to work
fine...).

Presumably, we should wrap these with #ifdefs like LOG_AUTHPRIV and
LOG_FTP? Maybe all of them...

        gcc -c -I/users/akosut/www/dev/apache/src/main  -g -DHPUX -Wall
        http_log.c
http_log.c:78: `LOG_CRON' undeclared here (not in a function)
http_log.c:78: initializer element for `facilities[1].t_val' is not
constant
http_log.c:86: `LOG_NEWS' undeclared here (not in a function)
http_log.c:86: initializer element for `facilities[6].t_val' is not
constant
http_log.c:89: `LOG_UUCP' undeclared here (not in a function)
http_log.c:89: initializer element for `facilities[9].t_val' is not
constant
http_log.c: In function `open_error_log':
http_log.c:167: warning: implicit declaration of function `openlog'
http_log.c: In function `aplog_error':
http_log.c:257: warning: implicit declaration of function `syslog'
*** Error code 1

Stop.


-- Alexei Kosut <ak...@organic.com>