Received: (qmail 19749 invoked by uid 2012); 6 Dec 1999 14:20:35 -0000 Message-Id: <19991206142035.19748.qmail@hyperreal.org> Date: 6 Dec 1999 14:20:35 -0000 From: Martha Greenberg Reply-To: marthag@vcimail.com To: apbugs@hyperreal.org Subject: mod_so doesn't get built/loaded X-Send-Pr-Version: 3.2 >Number: 5427 >Category: mod_so >Synopsis: mod_so doesn't get built/loaded >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Dec 6 06:30:01 PST 1999 >Last-Modified: Fri Dec 17 15:00:02 PST 1999 >Originator: marthag@vcimail.com >Organization: apache >Release: 1.3.9 >Environment: # uname -a SunOS eclipse 5.7 Generic_106541-07 sun4u sparc SUNW,Ultra-250 # gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/specs gcc version 2.8.1 >Description: # ./configure --prefix=/usr/local/apachetest --enable-rule=SHARED_CORE Configuring for Apache, Version 1.3.9 + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for Solaris 270 platform + setting C compiler to gcc + setting C pre-processor to gcc -E + checking for system header files + adding selected modules + enabling generation of Apache core as DSO + using -ldl for vendor DSO support + checking sizeof various data types + doing sanity check on compiler and options Creating Makefile in src/support Creating Makefile in src/os/unix Creating Makefile in src/ap Creating Makefile in src/main Creating Makefile in src/lib/expat-lite Creating Makefile in src/modules/standard Looks ok, but it doesn't actually include mod_so to be built # grep OBJS src/modules/standard/Makefile OBJS=mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_setenvif.o And, of course, mod_so doesn't get included in the finished product # /usr/local/apachetest/bin/httpd -l Compiled-in modules: http_core.c mod_env.c mod_log_config.c mod_mime.c mod_negotiation.c mod_status.c mod_include.c mod_autoindex.c mod_dir.c mod_cgi.c mod_asis.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_access.c mod_auth.c mod_setenvif.c >How-To-Repeat: This also happens on linux [root@popmail apache_1.3.9]# uname -a Linux popmail.virtual.co.il 2.2.5-15 #1 Mon Apr 19 22:21:09 EDT 1999 i686 unknown [root@popmail apache_1.3.9]# gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) >Fix: >Audit-Trail: From: "Ralf S. Engelschall" To: apbugs@apache.org Cc: Subject: Re: mod_so/5427: mod_so doesn't get built/loaded Date: Fri, 17 Dec 1999 23:44:36 +0100 In article <19991206142035.19748.qmail@hyperreal.org> you wrote: >>Number: 5427 >>Category: mod_so >>Synopsis: mod_so doesn't get built/loaded >>Confidential: no >>Severity: serious >>Priority: medium >>Responsible: apache >>State: open >>Class: sw-bug >>Submitter-Id: apache >>Arrival-Date: Mon Dec 6 06:30:01 PST 1999 >>Last-Modified: >>Originator: marthag@vcimail.com >>Organization: > apache >>Release: 1.3.9 >>Environment: > # uname -a > SunOS eclipse 5.7 Generic_106541-07 sun4u sparc SUNW,Ultra-250 > # gcc -v > Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.8.1/specs > gcc version 2.8.1 >>Description: > # ./configure --prefix=/usr/local/apachetest --enable-rule=SHARED_CORE > [...] > > Looks ok, but it doesn't actually include mod_so to be built > # grep OBJS src/modules/standard/Makefile > OBJS=mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_status.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_setenvif.o Please read the documentation more carefully. SHARED_CORE has nothing to do with mod_so. SHARED_CORE is just a way to built the core (not any module) of Apache into a shared library. Ralf S. Engelschall rse@engelschall.com www.engelschall.com >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]