Watchman:加载共享库时的错误:libcrypto.so.1.1:无法打开共享对象文件:没有此类文件或目录

发布于 2025-02-08 23:59:27 字数 734 浏览 2 评论 0 原文

我在Ubuntu 22.04 LTS 64位。我试图将Watchman作为A 官方步骤下载和安装Watchman for Linux and Mac,for Linux and Mac,但是,当我在终端中键入 watchman 时,我会遇到以下错误:

watchman:加载共享库时错误:libcrypto.so.1.1:无法打开共享对象文件:否此类文件或目录

这些是您参考的安装步骤:

$ unzip watchman-*-linux.zip
$ cd watchman-vYYYY.MM.DD.00-linux
$ sudo mkdir -p /usr/local/{bin,lib} /usr/local/var/run/watchman
$ sudo cp bin/* /usr/local/bin
$ sudo cp lib/* /usr/local/lib
$ sudo chmod 755 /usr/local/bin/watchman
$ sudo chmod 2777 /usr/local/var/run/watchman

I'm on a Ubuntu 22.04 LTS 64-bit. I'm trying to install watchman as a part of a React Native setup. I have followed the official steps to downloading and installing watchman for Linux and Mac, but I get the following error when I type watchman in the terminal:

watchman: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

These are the installation steps for your reference:

$ unzip watchman-*-linux.zip
$ cd watchman-vYYYY.MM.DD.00-linux
$ sudo mkdir -p /usr/local/{bin,lib} /usr/local/var/run/watchman
$ sudo cp bin/* /usr/local/bin
$ sudo cp lib/* /usr/local/lib
$ sudo chmod 755 /usr/local/bin/watchman
$ sudo chmod 2777 /usr/local/var/run/watchman

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文