Received: (qmail 16374 invoked by uid 2012); 9 Feb 1999 05:43:02 -0000 Message-Id: <19990209054302.16373.qmail@hyperreal.org> Date: 9 Feb 1999 05:43:02 -0000 From: L Dorsey Reply-To: lmd@atg.com To: apbugs@hyperreal.org Subject: DSO-capable Compile error on AIX -- complains of missing file (src/libhttpd.exp) X-Send-Pr-Version: 3.2 >Number: 3862 >Category: os-aix >Synopsis: DSO-capable Compile error on AIX -- complains of missing file (src/libhttpd.exp) >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: duplicate >Submitter-Id: apache >Arrival-Date: Mon Feb 8 21:50:01 PST 1999 >Last-Modified: Thu Mar 11 12:54:45 PST 1999 >Originator: lmd@atg.com >Organization: >Release: 1.3.4 >Environment: AIX 4.2 CC=gcc ./configure enable-rule=SHARED_CORE enable-module=so prefix=/home/sweet/home and ./configure enable-rule=SHARED_CORE prefix=/home/sweet/home >Description: cf pr 3748 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/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[2]: *** [libhttpd.so] Error 255 So far as I can make out, the linker is expecting both the list of symbols to be imported (-bI:) and the list of symbols to be exported (-bE:) to already exist. Unfortunately, the latter--which should hold, I believe, all the symbols in all the .o files listed (?)--does not exist. If I create it by hand (a simple column of ar -w output, minus the .o containers), I see spew of warnings about duplicate symbols, then compile trips at next target (libhttpd.ep). Works fine without DSO support. Works fine with DSO support on solaris 26 (fwiw) >How-To-Repeat: >Fix: I've tried. Failed. Hoping your aix maven can shed a little light on this. >Audit-Trail: Release-Changed-From-To: 1.3.3 and 1.3.4-1.3.4 Release-Changed-By: lars Release-Changed-When: Sat Feb 13 16:03:59 PST 1999 State-Changed-From-To: open-closed State-Changed-By: rbbloom@us.ibm.com State-Changed-When: Thu Mar 11 12:54:45 PST 1999 State-Changed-Why: [This is a standard response.] This issue has been reported before; please search the FAQ and the bug database. Thanks for using Apache! Class-Changed-From-To: sw-bug-duplicate Class-Changed-By: rbbloom@us.ibm.com Class-Changed-When: Thu Mar 11 12:54:45 PST 1999 >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! ]