- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I downloaded splunk-4.3.1-119532-Linux-i686.gz on line, extracted, and ran the command /splunk start. However, I got the error message below. I would appreciate if you can advise on how to make it work.
Thanks,
Shangshin
/apps/cores/splunk/bin/splunkd: error while loading shared libraries: libarchive.so.2: cannot open shared object file: No such file or directory
/apps/cores/splunk/bin/splunkd: error while loading shared libraries: libarchive.so.2: cannot open shared object file: No such file or directory
Splunk> The IT Search Engine.
Checking prerequisites...
Checking mgmt port [8089]: /apps/cores/splunk/bin/splunkd: error while loading shared libraries: libarchive.so.2: cannot open shared object file: No such file or directory
open
/apps/cores/splunk/bin/splunkd: error while loading shared libraries: libarchive.so.2: cannot open shared object file: No such file or directory
SSL certificate generation failed.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you really run splunk start
and not splunkd start
? You'd get those errors if you tried to run splunkd
directly.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you really run splunk start
and not splunkd start
? You'd get those errors if you tried to run splunkd
directly.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
problem solved. Thanks!
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're using the wrong flags for tar. You should be running tar zxvf, not tar xvf, in order to have the file gunzipped.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It turns out linux version only works for wget download. http download won't work.
On the other hand, I got the error message to untar the file on 32-bit linux.
Any advice? Thanks!
31740819 Apr 6 19:08 splunk-4.3.1-119532-Linux-i686.tgz
tar xvf splunk-4.3.1-119532-Linux-i686.tgz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
