You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by ke...@transport.alstom.com on 2001/02/06 18:06:44 UTC

ld: 0711-244 ERROR: No csects or exported symbols have been saved



To fix this problem for AIX 4.3, try adding the option -bexpall to the
CFG_LDFLAGS_SHLIB entry in the apxs script.

ie

my $CFG_LDFLAGS_SHLIB = q(-bM:SRE -bnoentry -bI:/usr/local/lib/apache/httpd.exp
-bexpall -lc);

Hope this helps