Security

/opt/splunk/bin/splunkd: error while loading shared libraries: libmongoc-1.0.so.0

rauldevilla
New Member

Hi Guys.

I just installed splunk into a server with Ubuntu 14 OS. When I run sudo ./splunk start --accept-license I get the exception:

/opt/splunk/bin/splunkd: error while loading shared libraries: libmongoc-1.0.so.0: cannot open shared object file: No such file or directory
/opt/splunk/bin/splunkd: error while loading shared libraries: libmongoc-1.0.so.0: cannot open shared object file: No such file or directory
/opt/splunk/bin/splunkd: error while loading shared libraries: libmongoc-1.0.so.0: cannot open shared object file: No such file or directory
Did not find "disabled" setting of "kvstore" stanza in server bundle.

Some ideas for solving my problem?

0 Karma

dperre_splunk
Splunk Employee
Splunk Employee

Just in case someone else comes across this issue, the way I fixed this was to run 'sudo chown -R splunk:splunk /opt/splunk.

The issue started when I ran a setcap command.

HeavyHats
Explorer

This saved my bacon! I started getting the same error after a `setcap` command to give Splunk permissions to access privileged ports (version 9.3.2). Thank you!

Edit: Interestingly, this un-did what setcap did, so Splunk still can't listen on privileged ports. 

0 Karma

awkngrep
New Member

running splunkd start instead of splunk start can cause libmongoc errors, per the answer here: https://answers.splunk.com/answers/46123/unable-to-install-splunk-4-3-1-119532-linux-i686.html

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 ...