Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error starting Apache
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 DBAReceived on Thu Jan 03 2002 - 07:06:49 CST
![]() |
![]() |