quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Installation Bug

Open sophie-jeong opened this issue 2 years ago • 2 comments

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

sophie-jeong avatar Aug 05 '22 07:08 sophie-jeong

The same crash for me:

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

yangcancai avatar Aug 12 '22 10:08 yangcancai

@sophie-jeong, thanks for the report. Can you tell me the version of glibc your OS is running?

@yangcancai, same question, which OS and version of glibc are you running?

guilload avatar Aug 12 '22 11:08 guilload

Version from main build successfully

#  lsb_release -d
Description:	CentOS Linux release 7.9.2009 (Core)

# quickwit --version
Quickwit 0.4.0-nightly (unknown 2022-12-19T15:13:36Z)
# ldd quickwit 
	linux-vdso.so.1 =>  (0x00007ffef6521000)
	libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f70c7edd000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f70c7cc7000)
	librt.so.1 => /lib64/librt.so.1 (0x00007f70c7abf000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f70c78a3000)
	libm.so.6 => /lib64/libm.so.6 (0x00007f70c75a1000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f70c739d000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f70c6fcf000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f70cb9d0000)

@sophie-jeong

mad avatar Dec 22 '22 14:12 mad