Forum Moderators: phranque

Message Too Old, No Replies

Conflict in Perl Lib Error

Apache Httpd Server Error

         

Subir_Mitra

7:03 am on Sep 21, 2005 (gmt 0)



This was reported earlier by Giovanny in Aug'05 but perhaps went unanswered. I have exactly the same problem. I installed Oracle 9i database & ODS in my local machine. Thereafter, OWB 10g. Now whenever I start the Apache httpd server , I get this message. Can anyone help a desperate soul?

[error] Perl lib version (v5.6.1) doesn't match executable version (5.00503)
at F:\oracle\product\10.1.0\em_2\perl\5.6.1\lib\MSWin32-x86/Config.pm line 18.

BEGIN failed--compilation aborted at F:\oracle\product\10.1.0\em_2\perl\5.6.1\lib\MSWin32-x86/DynaLoader.pm line 25.
BEGIN failed--compilation aborted at F:\oracle\product\10.1.0\em_2\perl\site\5.6.1\lib/mod_perl.pm line 4.
BEGIN failed--compilation aborted at F:\oracle\product\10.1.0\em_2\perl\site\5.6.1\lib/Apache.pm line 4.

Syntax error on line 1315 of f:/oracle/102/apache/apache/conf/httpd.conf:

Can't locate object method "boot" via package "mod_perl" at F:\oracle\product\10.1.0\em_2\perl\site\5.6.1\lib/Apache/Constants.pm line 8.

BEGIN failed--compilation aborted at F:\oracle\product\10.1.0\em_2\perl\site\5.6.1\lib/Apache/Registry.pm line 4.

Note the errors or messages above, and press the <ESC> key to exit. 25...

jdMorgan

2:42 pm on Sep 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Subir_Mitra,

Welcome to WebmasterWorld!

This search [google.com] may provide more useful information, because the number of people here at WebmasterWorld who've seen that specific problem is likely to be small compared with the world at large.

Jim

moltar

3:08 pm on Sep 21, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think something had overrid your perl installation with an older version, but installed the packages in a different directory and appended the directory path to @INC.

An older version of perl is running, but it looks at the packages from newer version, because they come first in the list in the @INC.