Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OAS-4.08 & apache

OAS-4.08 & apache

From: Steve Livingston <slivings_at_digitalriver.com>
Date: Thu, 02 Sep 1999 09:14:01 -0500
Message-ID: <37CE8629.E0C2F3CC@digitalriver.com>


The docs on installing Apache-1.3.6 as a listener for 4.08 (unix) say to:

  1. Compile apache with mod_so support, linking Oracle's libapadp.so.
  2. Include Oracle's ndwfapd.so in Apache's httpd.conf

        LoadModule ows_module ndwfapd.so

This is how I make Apache:

./configure --prefix=/dbases/v2.0/src/apache/oracle --enable-rule=SHARED_CORE
make install

But when starting Apache:

zeus3% apachectl start
apachectl: kill: no such process
Syntax error on line 1 of
/dbases/v2.0/src/apache/oracle/conf/httpd.conf: Invalid command 'LoadModule', perhaps mis-spelled or defined by a module

not included in the server configuration apachectl start: httpd could not be started zeus3%

Any ideas?

Has anyone installed Apache as a listener for 4.08 (unix)?

Cheers,
Steve Received on Thu Sep 02 1999 - 09:14:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US