Monitoring Splunk

./splunkd: /usr/lib64/libxslt.so.1: no version information available (required by ./splunkd) on OpenSuse 11.3

cwichoski
New Member

Hi, when I try to run splunkd on my OpenSuse 11.3 i got follow message, but libxslt package is installed:

dvl01:/opt/splunk/bin # ./splunkd 
./splunkd: /usr/lib64/libxslt.so.1: no version information available (required by ./splunkd)
./splunkd: /usr/lib64/libxslt.so.1: no version information available (required by ./splunkd)
Couldn't open log file configuration "/etc/log.cfg": No such file or directory

and here is the ldd output:

ldd splunkd
./splunkd: /usr/lib64/libxslt.so.1: no version information available (required by ./splunkd)
./splunkd: /usr/lib64/libxslt.so.1: no version information available (required by ./splunkd)
    linux-vdso.so.1 =>  (0x00007fffbbdff000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f88e3694000)
    librt.so.1 => /lib64/librt.so.1 (0x00007f88e348b000)
    libpcre.so.0 => /lib64/libpcre.so.0 (0x00007f88e325d000)
    libxml2.so.2 => /usr/lib64/libxml2.so.2 (0x00007f88e2f07000)
    libxslt.so.1 => /usr/lib64/libxslt.so.1 (0x00007f88e2ccc000)
    libssl.so.0.9.8 => /usr/lib64/libssl.so.0.9.8 (0x00007f88e2a78000)
    libcrypto.so.0.9.8 => /usr/lib64/libcrypto.so.0.9.8 (0x00007f88e26e5000)
    libdl.so.2 => /lib64/libdl.so.2 (0x00007f88e24e1000)
    libarchive.so.2 => /usr/lib64/libarchive.so.2 (0x00007f88e22b1000)
    libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f88e20a2000)
    libz.so.1 => /lib64/libz.so.1 (0x00007f88e1e8c000)
    libsqlite3.so.0 => /usr/lib64/libsqlite3.so.0 (0x00007f88e1bfe000)
    libm.so.6 => /lib64/libm.so.6 (0x00007f88e19a7000)
    libc.so.6 => /lib64/libc.so.6 (0x00007f88e1647000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f88e38b1000)
    libacl.so.1 => /lib64/libacl.so.1 (0x00007f88e143e000)
    libattr.so.1 => /lib64/libattr.so.1 (0x00007f88e1239000)
Tags (3)
0 Karma
1 Solution

Drainy
Champion

Try ./splunk start / restart / status

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

You should not be trying to run splunkd yourself directly. Use splunk start or splunk start splunkd.

0 Karma

Drainy
Champion

Try ./splunk start / restart / status

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