Received: (qmail 13377 invoked by uid 2012); 6 Aug 1998 16:01:49 -0000 Message-Id: <19980806160149.13376.qmail@hyperreal.org> Date: 6 Aug 1998 16:01:49 -0000 From: Remy Amouroux Reply-To: Remy.Amouroux@inrialpes.fr To: apbugs@hyperreal.org Subject: compilation error in src/os/unix/os.c X-Send-Pr-Version: 3.2 >Number: 2798 >Category: os-aix >Synopsis: compilation error in src/os/unix/os.c >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Aug 6 09:10:01 PDT 1998 >Last-Modified: Thu Aug 6 09:22:44 PDT 1998 >Originator: Remy.Amouroux@inrialpes.fr >Organization: >Release: 1.3.1 >Environment: AIX (4.3.1) using the cc compiler provided by the vendor >Description: Here is the compilation command and the error messages: cc -c -I../../os/unix -I../../include -DAIX=43 -U__STR__ -qnogenpcomp -qnousepcomp -DAIX_BIND_PROCESSOR -DUSE_HSREGEX `../../apaci` os.c "os-aix-dso.c", line 133.12: 1506-343 (S) Redeclaration of dlerror differs from previous declaration on line 57 of "/usr/include/dlfcn.h". "os-aix-dso.c", line 133.12: 1506-050 (I) Return type "const unsigned char*" in redeclaration is not compatible with the previous return type "unsigned char*". >How-To-Repeat: Compilation on the same kind of system will do the job >Fix: I replaced the line 19 in apache_1.3.1/src/os/unix/os.c by #if (AIX < 43) It was ok then >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Thu Aug 6 09:22:44 PDT 1998 State-Changed-Why: This has already been reported in numerous PRs. It has been fixed, and a fix will be available in the next release. If you search the bugdb for the previous reports, you should find a workaround or two. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]