Received: (qmail 15030 invoked by uid 2012); 24 Jul 1998 17:37:20 -0000 Message-Id: <19980724173720.15028.qmail@hyperreal.org> Date: 24 Jul 1998 17:37:20 -0000 From: Wiethege@hyperreal.org, Werner Reply-To: ww@taffimai.demon.co.uk To: apbugs@hyperreal.org Subject: conflicting declarations of dlerror in os/unix/os.c X-Send-Pr-Version: 3.2 >Number: 2702 >Category: os-aix >Synopsis: conflicting declarations of dlerror in os/unix/os.c >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Jul 24 10:40:00 PDT 1998 >Last-Modified: Sun Nov 1 16:29:33 PST 1998 >Originator: ww@taffimai.demon.co.uk >Organization: >Release: 1.3.1 >Environment: AIX 4.2.1, xlC 3.1.4 >Description: os.c includes a declaration of dlerror as char * from /usr/include/dlfcn.h. This clashes with the declaration in os-aix-dso.c as const char *. >How-To-Repeat: run Configure and make, compilation of os.c fails. >Fix: Check whether dl functions in AIX 4.2.1 (libdl.a) can be used and ignore os-aix-dso.c for AIX4.2.1. If that is impossible declare function consistently. >Audit-Trail: State-Changed-From-To: open-feedback State-Changed-By: wgstodda@us.ibm.com State-Changed-When: Mon Aug 3 11:54:34 PDT 1998 State-Changed-Why: Committed patch to cvs to fix this problem. For now, we should use Apache's DSO support rather than the native AIX DSO support. State-Changed-From-To: feedback-closed State-Changed-By: shaneo@raleigh.ibm.com State-Changed-When: Sun Nov 1 16:29:32 PST 1998 State-Changed-Why: This has been fixed since 1.3.2 IIRC, but definitely fixed in 1.3.3 Thanks for using Apache. >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. ]