Getting Data In

Check Point OSPEC LEA app bad ELF interpreter error

jbsplunk
Splunk Employee
Splunk Employee

I recently installed the Splunk Add-on for Check Point OSPEC LEA application (2.0.2), and when I attempt to Add a New Connection I get this UI error when Pulling the Certificate

Manage Connections: New Connection > Pull Certificate > SIC Details

/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/pull-cert.sh: ../opsec-tools/opsec_pull_cert: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

opsec_pull_cert: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Anyone else run into this? How can it be resolved?

Tags (1)
1 Solution

Chubbybunny
Splunk Employee
Splunk Employee

Please refer to the Application system requirements, it seems the following glibc & pam libraries are missing and will need to be installed first

glibc.i686 (32-bit version)
pam.i686 (32-bit version)

Install using: yum install glibc.i686; yum install pam.i686

(\__/)
(='.'=)
(")_(")

View solution in original post

daniel_splunk
Splunk Employee
Splunk Employee

When I run "yum install pam.i686", hit the following error.

Error: Protected multilib versions: libgcc-4.4.7-3.el6.i686 != libgcc-4.4.6-4.el6.x86_64
Error: Protected multilib versions: pam-1.1.1-13.el6.i686 != pam-1.1.1-10.el6_2.1.x86_64

In order to resolve this type of error, you most likely only need to upgrade the x86_64 packages first and then install the i686 packages as normal.

# yum upgrade libgcc.x86_64 pam.x86_64
# yum install pam.i686

Chubbybunny
Splunk Employee
Splunk Employee

Please refer to the Application system requirements, it seems the following glibc & pam libraries are missing and will need to be installed first

glibc.i686 (32-bit version)
pam.i686 (32-bit version)

Install using: yum install glibc.i686; yum install pam.i686

(\__/)
(='.'=)
(")_(")
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...