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

Home -> Community -> Usenet -> c.d.o.server -> Re: Error starting Apache

Re: Error starting Apache

From: Ron Reidy <rereidy_at_indra.com>
Date: Thu, 03 Jan 2002 06:06:49 -0700
Message-ID: <3C345769.CA72469F@indra.com>


Inode wrote:
>
> Hi there
>
> When I try to start the Apache Service from Oracle, I get this error
> message:
> "Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1."
>
> I also tried already to install the service again, but the same error
> appears.
>
> Has anyone an idea what I could do?
>
> Thanks a lot , Happy New Year to all.
>
> Mike

It means your Perl installation that Apache is using has a problem.

On Unix (as root) do this...
1. perl -MCPAN -e shell
This will put you in interactive mode. If thgis is the first time you have done this, you will be prompted for a lot of info. In most cases you can take the default choices.
2. install Cwd
3. quit

On Windows, it will depend on which Perl you are using. If you are using the Perl disto that Oracle supplies, you will need to contact Oracle support. If you are using ActiveState's Perl, use the 'ppm' command (it is well documented in their docs).

-- 
Ron Reidy
Oracle DBA
Received on Thu Jan 03 2002 - 07:06:49 CST

Original text of this message

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