Received: (qmail 13406 invoked by uid 2012); 22 Jan 1999 13:37:58 -0000 Message-Id: <19990122133758.13405.qmail@hyperreal.org> Date: 22 Jan 1999 13:37:58 -0000 From: Eric Boulogne Reply-To: Eric.Boulogne@adpcl.com To: apbugs@hyperreal.org Subject: Compiling error with DSO support X-Send-Pr-Version: 3.2 >Number: 3748 >Category: os-aix >Synopsis: Compiling error with DSO support >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Jan 22 05:40:00 PST 1999 >Last-Modified: Tue Mar 16 06:30:20 PST 1999 >Originator: Eric.Boulogne@adpcl.com >Organization: >Release: 1.3.4 >Environment: AIX 4.2.1 >Description: Compiling error when I try to activate DSO support. My configuration : CC=xlc \ ./configure \ --with-layout=GNU \ --prefix=/usr/local/apache \ --enable-rule=SHARED_CORE \ --enable-module=most \ --add-module=src/modules/extra/mod_urlcount.c \ --enable-share=max Error during make : <=== src/modules xlc -c -I./os/unix -I./include -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DSHARED_CORE `./apaci` modules.c xlc -c -I./os/unix -I./include -DAIX=42 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DSHARED_CORE `./apaci` buildmark.c ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry -bI:./support/httpd.exp -bE:`echo libhttpd.so|sed -e 's:\.so$:.exp:'` -lc -o libhttpd.so buildmark.o modules.o modules/proxy/libproxy.a modules/extra/libextra.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a regex/libregex.a ld: 0706-004 Cannot find or read export file: libhttpd.exp ld:accessx(): A file or directory in the path name does not exist. make: 1254-004 The error code from the last command is 255. Stop. make: 1254-004 The error code from the last command is 2. Stop. make: 1254-004 The error code from the last command is 2. Stop. >How-To-Repeat: >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: rbbloom@us.ibm.com State-Changed-When: Tue Mar 16 06:30:18 PST 1999 State-Changed-Why: The problem is the SHARED_CORE rule you are enabling. AIX does not require this directive for DSO support. We have modified the Configure script to ignore this option on AIX in future releases. >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! ]