>Number:         2738
>Category:       general
>Synopsis:       Compiler error, execution error.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Jul 29 11:50:01 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3
>Environment:
AIX Version 4.3.1, IBM C/C++ Version 3.6.4.0.
# uname -a
AIX f94lab4 3 4 000134514C00
#
>Description:
Compiler error:
I had to change the file os-aix-dso.c and change the definition of dlerror from
   const char *dlerror(void);
to
   char *dlerror(void);
because of an incompatibility with a header file.

Execution error;
I had to change the file http_core.c line 1093 from
   if (cmd->cmd->name != cmd->end_token) {
to
   if (strcmp(cmd->cmd->name, cmd->end_token)) {
to make matching of tags work.

Other than that, things work nicely.
   
>How-To-Repeat:
Try it.
>Fix:
Already told you.
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]



Reply via email to