quickwit-oss / quickwit-oss/quickwit
Installation Bug
Nobody has claimed this yet.
- 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:
- 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)
- The index_config.yaml
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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