[solved] perl.exe

Moderator: crythias

Post Reply
tina
Znuny newbie
Posts: 48
Joined: 10 Apr 2012, 17:59
Znuny Version: 3.2.1
Real Name: boutayna

[solved] perl.exe

Post by tina »

Hi,
when I execute the script otrs.CheckModules.pl I get error.
The error is in the attached image.
My question is the error means that I need some Modules to install?
or it just mean that I should download OCI.dll?
Thank you for helping me
You do not have the required permissions to view the files attached to this post.
Last edited by tina on 19 Apr 2012, 11:10, edited 1 time in total.
tina
Znuny newbie
Posts: 48
Joined: 10 Apr 2012, 17:59
Znuny Version: 3.2.1
Real Name: boutayna

Re: perl.exe

Post by tina »

well as I found the solution here it is:
you should download oci.dll which is in this link http://www.fichier-dll.fr/oci.dll,3092
then you should put it in C:\Windows\System32\
Mike_B
Moderator
Posts: 266
Joined: 12 Jan 2010, 18:16
Znuny Version: CVS HEAD

Re: [solved] perl.exe

Post by Mike_B »

Hi,

The error message you got is because ActiveState pre-bundles DBD::Oracle but does not distribute oci.dll which is part of the Oracle C client. This requires a separate install.

Assuming you do not need an Oracle connection, you should simply uninstall DBD::Oracle:

Code: Select all

ppm uninstall dbd-oracle --area perl
huntingbears.nl - @michielbeijen on Twitter
Post Reply