Refine your search:

0
1

I installed Splunk on a CentOS virtual machine 6 with the rpm package during the installation I had no problem. Splunk is installed in the / opt / splunk and it says you have to start it using the command / opt / splunk / bin / splunk start, but I got this as output:-bash: / opt / splunk / bin / splunk: / lib/ld-linux.so.2: bad ELF interpreter: No such file or directory What should I do?

asked 07 Nov '11, 06:32

jessica_uditore's gravatar image

jessica_uditore
03
accept rate: 0%


4 Answers:

That looks a little like the error you get when trying to run splunkd.

To start it and to be absolutely sure we're talking about the same method; navigate to /opt/splunk/bin Once there type; ./splunk start including the "." at the start of the command. Let us know if that works.

link

answered 07 Nov '11, 07:37

Drainy's gravatar image

Drainy
8.2k617
accept rate: 24%

Don't work, same output.

link

answered 07 Nov '11, 08:04

jessica_uditore's gravatar image

jessica_uditore
03
accept rate: 0%

edited 07 Nov '11, 08:06

Have you sudo'ed before trying to run the command?

(07 Nov '11, 08:07) Drainy

I'm the user root.

(07 Nov '11, 08:20) jessica_uditore

Is it 32bit or 64bit OS and which version of Splunk did you install?

(07 Nov '11, 08:22) Drainy

Ok, so at the command line try;

yum list installed glibc

In that list should be glibc.i686, if it isn't then type;

yum install glibc.i686

(07 Nov '11, 08:37) Drainy

I'm the user root.

link

answered 07 Nov '11, 08:20

jessica_uditore's gravatar image

jessica_uditore
03
accept rate: 0%

You downloaded the wrong architecture. Get the proper 32 or 64 bit for your system.

link

answered 09 Feb, 08:02

stevenplunk's gravatar image

stevenplunk
11
accept rate: 0%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×44

Asked: 07 Nov '11, 06:32

Seen: 1,304 times

Last updated: 09 Feb, 08:02

Copyright © 2005-2012 Splunk Inc. All rights reserved.