Getting Data In

Universal Forwarder

drggfish1
Explorer

I am getting a mismatch between the version of OPENSSL installed on my OS and in the Universal Forwarder. It seems to be keeping me from running the Universal Forwarder as a systemd process.

NAME="AlmaLinux"
VERSION="10.1 (Heliotrope Lion)"

[splunk@ip-172-31-34-212 bin]$ openssl version
OpenSSL 3.5.1 1 Jul 2025 (Library: OpenSSL 3.5.1 1 Jul 2025)

systemctl: /opt/splunkforwarder/lib/libcrypto.so.3: version `OPENSSL_3.4.0' not found (required by /usr/lib64/systemd/libsystemd-shared-257-13.el10.alma.1.so)

Thanks

 

Labels (1)
0 Karma
1 Solution

inventsekar
SplunkTrust
SplunkTrust

Hi @drggfish1 

Pls check this post:

https://splunk.my.site.com/customer/s/article/OPENSSL-3-4-0-not-found-warning-message-after-splunk-e...

 

Karma points appreciated, if this solves your issue, pls consider accepting it as solution, thanks..

View solution in original post

kml_uvce
Builder

Rename/remove Splunk's OpenSSL libraries

cd /opt/splunkforwarder/lib
sudo mv libcrypto.so.3 libcrypto.so.3.bak
sudo mv libssl.so.3 libssl.so.3.bak

 

Then try starting the forwarder again:

sudo systemctl start SplunkForwarder

kamal singh bisht
0 Karma

PickleRick
SplunkTrust
SplunkTrust

That will effectively cripple, if not completely break, the UF since it will have no openssl libraries to use.

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

openssl version shows which version is found by your shell.

Try bin/splunk cmd openssl version to find which version splunk is using.

0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi @drggfish1 

Pls check this post:

https://splunk.my.site.com/customer/s/article/OPENSSL-3-4-0-not-found-warning-message-after-splunk-e...

 

Karma points appreciated, if this solves your issue, pls consider accepting it as solution, thanks..

PickleRick
SplunkTrust
SplunkTrust

We had a similar question not long ago...

What _exactly_ are you doing? UF ships with own openssl version which should be used within UF and only within UF. So systemctl trying to use openssl seems either like a bug or you are doing something wrong way.

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!

Index This | What travels the world but is also stuck in place?

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

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...