DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18627>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18627

Patch for Configure 1.463 on AIX 5.1 and Apache 1.3.27





------- Additional Comments From [EMAIL PROTECTED]  2003-04-02 22:34 -------
Symbols get exported by DSOs via the mod_foo.exp file.

Here is a link I just did on AIX 5.1 using unpatched Apache 1.3.27.

ld -H512 -T512 -bhalt:4 -bM:SRE -e _nostart -bI:../../support/httpd.exp 
-bE:`echo mod_status.so|sed -e 's:\.so$:.exp:'` -lc -o mod_status.so 
mod_status.lo
ld: 0711-327 WARNING: Entry point not found: _nostart

  I configured Apache via

 ./configure --enable-module=most --enable-shared=max

Any idea why your link doesn't get the -bE:`gobble` which expands to
-bE:mod_foo.exp????

The 0711-327 message is just a warning which is safe to ignore (but which is
fixed in 1.3.28-dev with the patch you picked up).

We don't desire -bexpall, so we need to figure out how you are missing the -bE:
stuff.

Thanks,

Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to