Friday 21 July 2023

WARNING: Could not find all the required OS utilities in the $PATH

Issue:

[oracle@EBS bin]$ perl adcfgclone.pl dbTechStack /u01/oradata/PROD/12.1.0/appsutil/ZEE_ebs.xml

                     Copyright (c) 2002, 2015 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adcfgclone Version 120.63.12020000.65

Enter the APPS password :

/usr/bin/which: no gcc in (/u01/oradata/PROD/12.1.0/appsutil/clone/bin/../jre/bin:/home/oracle/.local/bin:/home/oracle/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin)
/usr/bin/which: no g++ in (/u01/oradata/PROD/12.1.0/appsutil/clone/bin/../jre/bin:/home/oracle/.local/bin:/home/oracle/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin)
Checking for make...    found - /usr/bin/make
 Checking for ld...     found - /usr/bin/ld
 Checking for gcc...
 Unable to locate 'gcc' utility in path
 Checking for g++...
 Unable to locate 'g++' utility in path
 Checking for ar...     found - /usr/bin/ar
 Unable to locate all utilities with system path.
 PATH = /u01/oradata/PROD/12.1.0/appsutil/clone/bin/../jre/bin:/home/oracle/.local/bin:/home/oracle/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin


WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above.


 

 

Solution:

Install the below package by using 'yum' or 'rpm' commands.


# yum install gcc-c++.x86_64

Check the package

[root@EBS tmp]# which g++
/usr/bin/g++

[oracle@EBS ~]$ g++ --version
g++ (GCC) 8.5.0 20210514 (Red Hat 8.5.0-18.0.2)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Now the package is installed rerun adcfgclone.pl again.


Thank you

 


No comments:

Post a Comment

Ask your Questions....