quickwit-oss / quickwit-oss/quickwit

Installation Bug

Open
#1,831 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Rust
Stars
11.7k
Forks
597
Avg merge
2d 22h
Merged PRs (30d)
37

Description

Describe the bug
A clear and concise description of what the bug is.

While installing, I encountered the following error:
I am using centos7.

Expected behavior
A clear and concise description of what you expected to happen.

Configuration:
Please provide:

  1. Output of quickwit --version

./quickwit --version

./quickwit: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by ./quickwit) ./quickwit: /lib64/libstdc++.so.6: version CXXABI_1.3.8' not found (required by ./quickwit)
./quickwit: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by ./quickwit) ./quickwit: /lib64/libc.so.6: version GLIBC_2.18' not found (required by ./quickwit)

  1. The index_config.yaml

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing ./quickwit --version on CentOS 7 and inspect the reported GLIBCXX, CXXABI, and GLIBC requirements. The issue does not identify a source file or test; done would mean the distributed Quickwit binary starts successfully and reports its version on the stated environment.

Written by the indexing model from the issue text.

Assessment

Tech stack
centos, rust
Domain
operating-systems, release
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.