Tag Archives: PERL5LIB

Perl lib version (v5.6.1) doesn’t match executable version (v5.8.3)

Problem:

While cloning E-Business Suite R12 on Windows 2008 to a new machine, the following error appears:

C:oracleTEST2dbtech_st11.1.0appsutilclonebin>perl adcfgclone.pl dbTier
Perl lib version (v5.6.1) doesn't match executable version (v5.8.3) at C:oracle
UAT1appstech_st10.1.2perl5.6.1libMSWin32-x86/Config.pm line 21.
Compilation failed in require at adcfgclone.pl line 28.
BEGIN failed--compilation aborted at adcfgclone.pl line 28.

Solution:

Unset PERl5LIB environment variable.

Read more »

EBS Cloning Environment Variables

Problem: What environment variables must be set before cloning, assuming no prior EBS environment file is present?

Solution:

Here is a sample script to source before running post-clone steps. It sets up the location to the PERL and Java executables. Note the directories must be changed to reflect your environment.

export PERL5LIB=/u01/deltaora/iAS/Apache/perl/lib/5.00503:
/u01/deltaora/iAS/Apache/perl/lib/site_perl/5.005:/u01/deltaappl/au/11.5.0/perl
export PATH=.:/u01/deltaora/iAS/Apache/perl/bin:/u01/deltacomn/util/jre/1.1.8/bin:$PATH
export LD_ASSUME_KERNEL=2.4.19