microsoft / omi

Open Management Infrastructure
Other
360 stars 114 forks source link

Installation error "omi-1.6.6-0.ssl_100" on Oracle Linux #684

Closed muratbavas closed 2 years ago

muratbavas commented 3 years ago

When we're trying to install "omi-1.6.6-0.ssl_100" on Oracle Linux 6.8 OS, we got below error. But the omi-1.6.6-0.ssl_100 installation to some 6.8 version servers have been successfully completed. both server has same openssl version and same OS/patch level. Could you please analyze the issue and fix the problem or guide me how we can install the omi agent .

`rpm -Uvh ./omi-1.6.6-0.ssl_100.ulinux.x64.rpm warning: ./omi-1.6.6-0.ssl_100.ulinux.x64.rpm: Header V4 RSA/SHA256 Signature, key ID be1229cf: NOKEY Preparing... ########################################### [100%] Creating omiusers group ... Creating omi group ... Creating omi service account ... 1:omi ########################################### [100%]


JumpingYang001 commented 3 years ago

@muratbavas thanks for filing it! "Error: Unable to determine libssl.so path" means your openssl seems not contains libssl.so path, you can run below command to check.

ldd `which openssl`