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!

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...

Index This | What is broken 80% of the time by February?

December 2025 Edition   Hayyy Splunk Education Enthusiasts and the Eternally Curious!    We’re back with this ...

Unlock Faster Time-to-Value on Edge and Ingest Processor with New SPL2 Pipeline ...

Hello Splunk Community,   We're thrilled to share an exciting update that will help you manage your data more ...