All Apps and Add-ons

Error while configuring Check Point OPSEC LEA Linux app

bwooden
Splunk Employee
Splunk Employee

I receive the following error via UI or CLI when trying to setup Check Point OPSEC LEA Linux app:

Error while loading shared libraries: libpam.so.0:  cannot open shared object file: No such file or directory

An ldd does not show a matching library on the system (which makes sense, thus above error).

Anyone encountered the same on a RHEL 2.6 box before? How did you resolve?

0 Karma
1 Solution

bwooden
Splunk Employee
Splunk Employee

Binaries are statically linked to required libraries. One option, if you have root access, is to install the library via yum:

yum install -y pam.i686

(credits: Thanks to one RR)

View solution in original post

bwooden
Splunk Employee
Splunk Employee

Binaries are statically linked to required libraries. One option, if you have root access, is to install the library via yum:

yum install -y pam.i686

(credits: Thanks to one RR)

bwooden
Splunk Employee
Splunk Employee
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...