diff --git a/plugins/gorse/index.py b/plugins/gorse/index.py index 15ae0f79d..25eda688b 100755 --- a/plugins/gorse/index.py +++ b/plugins/gorse/index.py @@ -312,6 +312,10 @@ def installPreInspection(): mongodb_path = mw.getServerDir() + "/mongodb" if not os.path.exists(mongodb_path): return "默认需要安装MongoDB" + + if not mw.isAppleSystem(): + glibc_ver = mw.getGlibcVersion() + return glibc_ver return 'ok' if __name__ == "__main__":