Monitoring Splunk

splunkd.log Error: OPENSSL_1.0.0 not found (required by wget)

splunkingsplun1
Explorer

Receiving the following error message in S.o.S. Splunk in the splunkd.log:

12-28-2013 16:32:28.175 -0500 ERROR ExecProcessor - message from "/opt/splunk/bin/scripts/fetch.sh" wget: /opt/splunk/lib/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by wget)

I have seen these two posts but they do not give instructions on exactly how to change LD_LIBRARY_PATH for Splunk:

http://answers.splunk.com/answers/105439/no-port_scan-data

http://answers.splunk.com/answers/106816/commands-broken-after-upgrade-to-splunk-6

Any instruction on the exact procedure of changing LD_LIBRARY_PATH for Splunk in this situation would be highly appreciated. Thank you!

0 Karma
1 Solution

Adrian
Path Finder

Add the following to the first line of your fetch.sh script, then save, and restart Splunk then review S.o.S. error messages:

unset LD_LIBRARY_PATH

View solution in original post

Adrian
Path Finder

Add the following to the first line of your fetch.sh script, then save, and restart Splunk then review S.o.S. error messages:

unset LD_LIBRARY_PATH

jrsoffe
Engager

FWIW: if you're encountering this error in python, adding the following worked for me:

import os
os.unsetenv('LD_LIBRARY_PATH')

thanks for the answer.

0 Karma

splunkingsplun1
Explorer

Thanks that was all that was required. After adding line to script and restarting error was corrected.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...