On Tue, 5 Nov 2002, Maureen Barger wrote: > Has anyone done this successfully? I have tried with IBM's compiler > as well as gcc and both result in same error: > > ld: 0711-244 ERROR: No csects or exported symbols have been saved. > apxs:Break: Command failed with rc=8 > > I am running aix 4.3.3
If you really want to build it yourself, I'd take the above error message and go search comp.unix.aix at groups.google.com. This is really an AIX shared library question, not an Apache module question. I've seen this error before, and the solution is to use certain linker/loader options (I don't remember exactly which ones, but you can find them in comp.unix.aix), and/or perhaps find an apxs that works with AIX. (If you're using an old Apache, upgrading might help, because I'd think newer versions would have an apxs that has been "fixed" for AIX.) The other alternative is to find an already built mod_jk, matched to your version of AIX and Apache. John Turner has collected a bunch of built mod_jk's (and corresponding howto's) at his web site, including some for AIX (I know, because I contributed one :-). The web site is something like: http://www.johnturner.com/ Or search the list archives. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
