cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR During installtion in DI in LINUX 32 bit.

Former Member
0 Kudos

We are installing SAP ECC-5.0 on LINUX Redhat 5.0 Enterprise 32-bit

MUT-02044 the following pathe expected but not found in the library path environment variable (LD_LIBRARY_PATH) /oracle/PRD/102_32/lib/:/sapmnt/PRD/exe/.

We have set the environment variable as LD_LIBRARY_PATH=/oracle/PRD/102_32/lib/:/sapmnt/PRD/exe

but still the problem is same.

Please help us.

Thanks & Regards

Himnahsu.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks for all your help regarding this question..

Former Member
0 Kudos

Hi ,

Can you check what value is there in CI for this environment variable i.e. LD_LIBRARY_PATH.Also check if you are setting this value for root user only & not for SIDadm user.

Thanks..

Mohit

Former Member
0 Kudos

Hi Himnahsu,

Please set you LD_LIBRARY_PATH environment in the following way:

> export LD_LIBRARY_PATH=/sapmnt/PRD/exe:/oracle/PRD/102_64/lib

and try again

Thanks,

Federico Biavati

Former Member
0 Kudos

i have set the Environment varirable as

export LD_LIBRARY_PATH=/sapmnt/PRD/exe:/oracle/PRD/102_64/lib

but still the problem is same.

Please provide some Help...

Thanks & Regards

Himanshu...

peter_dzurov
Contributor
0 Kudos

If you issue export command, you have to run sapinst from same session because that variable is valid only for that session.

btw. in session you run sapinst what is output of command echo $LD_LIBRARY_PATH ?

Former Member
0 Kudos

Himnahsu,

Please confirm the environment variable is set properly. From the same shell as the error, please post the result of:

echo $LD_LIBRARY_PATH

Thank you,

Zach