Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 40600 invoked by uid 500); 31 May 2002 15:01:34 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 40588 invoked from network); 31 May 2002 15:01:33 -0000 Received: from wbyfw1.us.fortis.com (167.79.99.3) by daedalus.apache.org with SMTP; 31 May 2002 15:01:33 -0000 Received: from wbyfw1.us.fortis.com (root@localhost) by wbyfw1.us.fortis.com with ESMTP id g4VF1Y412837 for ; Fri, 31 May 2002 10:01:34 -0500 (CDT) Message-Id: <200205311501.g4VF1YL12833@wbyfw1.us.fortis.com> X-Mailer: Novell GroupWise Internet Agent 5.5.6.1 Date: Fri, 31 May 2002 10:00:48 -0500 From: "Taylor Lewick" To: Subject: RE: Help with DSO Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-H-S-Loop-Check-Ejzfr: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Owen, thanks for the info. Im a little confused when I run the configure, the Makefile in the same d= irectory doesnt have the typical CFLAGS, CC type stuff I normally see, bu= t i see where it creates=20 7 Makefiles... in /src for support, regex, os/unix ap, main lib/expat-lit= e modules/standard... So do I need to edit all 7 Makefiles and add the +z to these? Thanks... Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply." >>> Owen.Boyle@swx.com 05/31/02 09:49AM >>> > >Okay, I have read through several times the options on DSO. >I am installing apache 1.3.24 on HP-UX 11.00, and I have used=20 >the following option... > >./configure --prefix=3D/opt/apache1.3 --enable-module=3Dso=20 > >But after the install is complete, I look at the src/modules=20 >directory and I dont see any .so files...so what do I have to=20 >do to generate .so files... >On the older version of apache, in which I downloaded a=20 >binary, in the modules directory I see a bunch of .so files... I've just started on the DSO route myself so maybe I can share a little o= f my experiences: Out of the box, apache will compile-in all those modules listed as "base"= =20in the docs (look in the modules page), e.g. mod_cgi, mod_mime etc. Bu= t it will not make any additional .so files unless you tell it to. E.g. to add mod_rewrite to the mix: # ./configure --prefix=3D/opt/apache1.3 --enable_module=3Dso --enable-sha= red=3Drewrite --enable-module=3Drewrite i.e. you need to say "--enable-shared" and "--enable-module" for any DSO = modules. If you just say "--enable-module", it will be compiled-in. If you run make after configure as described and do "httpd -l" on the res= ulting executable you should see the http_core along with all the base mo= dules and mod_so compiled-in. mod_rewrite.so should be in src/modules/sta= ndard. You should then copy this to /opt/apache1.3/libexec or let "make i= nstall" do it for you. Regarding your compiler problem, this may be HP-UX specific, but you can = pass flags to the compiler with: # CFLAGS=3D"+z" ./configure etc... This is in the INSTALL file in the distro. Or you can edit the file "Conf= iguration". Rgds, Owen Boyle --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org=20 For additional commands, e-mail: users-help@httpd.apache.org=20 **************************************************************** =09 Please Note The information in this E-mail message is legally privileged and confidential information intended only for the use of the individual(s) named above. If you, the reader of this message, are not the intended recipient, you are hereby notified that=20 you should not further disseminate, distribute, or forward this E-mail message. If you have received this E-mail in error, please notify the sender. Thank you ***************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org