我无法在共享主机上设置 MeilieSearch(我不是 root)。
我得到的错误:
./meilisearch: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./meilisearch)
我认为问题出在图书馆(GLIBC_2.18)
上,经过一些研究,我认为我的托管服务提供商正在使用GLIBC_2.17
我们不能只在我们的本地目录上下载这个库,比如:~/CustomDIR
.
并使用本地下载的库启动 MeilieSearch,因此它不会影响任何其他脚本/服务。
服务器信息:
// ldd --version returned this..
ldd (GNU libc) 2.17
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
// cat /proc/version returned this..
Linux version 3.10.0-962.3.2.lve1.5.60.el7.x86_64 (mockbuild@imagebuilder.corp.cloudlinux.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Fri Jul 23 07:07:00 EDT 2021
在过去的 2 天里我找不到任何解决方案:(