Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 35756 invoked from network); 11 Apr 2000 13:43:16 -0000 Received: from ha1.rdc1.sdca.home.com (HELO mail.rdc1.sdca.home.com) (imail@24.0.3.66) by locus.apache.org with SMTP; 11 Apr 2000 13:43:16 -0000 Received: from home.com ([24.0.190.166]) by mail.rdc1.sdca.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000411134315.BFU8790.mail.rdc1.sdca.home.com@home.com> for ; Tue, 11 Apr 2000 06:43:15 -0700 Message-ID: <38F32C6B.18F294F3@home.com> Date: Tue, 11 Apr 2000 06:45:15 -0700 From: gtallen Reply-To: gtallen@home.com Organization: @Home Network X-Mailer: Mozilla 4.61 [en]C-AtHome0407 (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: Anybody successfully compile the Apache module on AIX? References: <20000411131822.20871.qmail@web4301.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I think this may be the problem -------------------------------- Hi! Think you have same problem I had and it took me a whole day searching the web before finding the solution. This is only needed when compiling apache on non Linux systems. I thought the configure program would enable theese two rules itself after finding out it should compile apache for Solaris, but it didn't. When you run ./configure you also need to add theese two rules: --enable-rule=SHARED_CORE and --enable-rule=SHARED_CHAIN This is very important on non Linux systems and it will give you the httpd.so library. ./configure --enable-module=most --enable-shared=max --enable-rule=SHARED_CHAIN --enable-rule=SHARED_CORE Is how it should look like. /Hans - Erik Skyttberg Boxer TV Access AB hans-erik.skyttberg@boxer.se Ryan Wilhm wrote: > > I'm not sure if the distribution of apache that I installed has the dso stuff > or not. When I did a "httpd -V", it doesn't really give me much more than the > paths for finding stuff. There are plenty of .so files in libexec that are > sourced in httpd.conf, though. > > One of the reasons that I went with a binary distribution to begin with was > that my build environment is not quite right... (Ie, apache wouldn't build.) > So, that may be it. > > --- gtallen wrote: > > Does this have anything to do with the ./configure > > --enable-rule=SHARED_CORE > > option for building Apache? > > Greg > > > > Ryan Wilhm wrote: > > > > > > Hi all, > > > > > > I'm trying to build the apache module on AIX. I used "apxs -c *.c -o > > > mod_jserv.so" as recommended by the minimalist user manual, but it bails on > > > linking, with the following message: > > > > > > ld -H512 -T512 -bhalt:4 -bM:SRE -bnoentry > > -bI:/usr/local/lib/apache/httpd.exp > > > -lc -o autochange.so mod_jserv.o jserv_wrapper_win.o jserv_wrapper_unix.o > > > jserv_wrapper.o jserv_watchdog.o jserv_utils.o jserv_status.o > > jserv_protocols.o > > > jserv_mmap.o jserv_image.o jserv_balance.o jserv_ajpv12.o jserv_ajpv11.o > > > autochange.o -o mod_jserv.so > > > ld: 0711-244 ERROR: No csects or exported symbols have been saved. > > > apxs:Break: Command failed with rc=524288 > > > > > > I actually don't know if I have DSO support compiled, I ended up installing > > one > > > of the precompiled distributions. Doing an "httpd -V" to show all the > > > precomiled options doesn't really yield anything that tells me one way or > > > another. This could be the problem. It's either that or just that I have a > > > weird build environment and something isn't set up right... > > > > > > I guess the question is, has anybody built this successfully? And if so, > > can > > > somebody point me to a prebuilt version? > > > > > > Thanks, > > > Ryan > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Talk to your friends online with Yahoo! Messenger. > > > http://im.yahoo.com > > > > > > -------------------------------------------------------------------------- > > > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > > > For additional commmands, email: tomcat-user-help@jakarta.apache.org > > > > -------------------------------------------------------------------------- > > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > > For additional commmands, email: tomcat-user-help@jakarta.apache.org > > > > > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://im.yahoo.com > > -------------------------------------------------------------------------- > To unsubscribe, email: tomcat-user-unsubscribe@jakarta.apache.org > For additional commmands, email: tomcat-user-help@jakarta.apache.org