在 /usr/lib 中安装 boost 库: sudo ./boostrap.sh 命令未找到

发布于 2024-10-17 04:00:27 字数 563 浏览 2 评论 0原文

我正在尝试使用 这些说明。这是使用 Ubuntu 10.10。我已将 .zip 文件解压到 /usr/lib 中,并 cd 到 boost_1_45_0 文件夹。然后我运行:

sudo ./boostrap.sh --help

我收到以下错误:

sudo: ./bootstrap.sh: command not found

我不明白为什么会这样,因为 bootstrap.sh 显然位于当前文件夹中。

这是因为我要安装的位置,还是可能是 bootstrap.sh 中找不到的命令?这是一个干净的 Ubuntu 安装,所以我不确定为什么在如此精确地遵循说明时会出现错误。

I am trying to install the Boost C++ libraries using these instructions. This is using Ubuntu 10.10. I have unzipped the .zip file in /usr/lib, and cd'd to the boost_1_45_0 folder. I then run:

sudo ./boostrap.sh --help

And I get the following error:

sudo: ./bootstrap.sh: command not found

I don't understand why this is, as bootstrap.sh is clearly there in the current folder.

Is this because of the location I am installing to, or is it perhaps a command within bootstrap.sh that can't be found? It is a clean Ubuntu install so I am unsure as to why I am getting an error when following instructions so precisely.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南街女流氓 2024-10-24 04:00:27

在 Unix 上,您确实想从 tarball 安装,而不是.zip 文件。 Tarball 保留 Unix 权限。

要使 ./bootstrap.sh 可执行,请发出 chmod 755 bootstrap.sh

On Unix, you really want to install from the tarball, not the .zip file. Tarballs preserve Unix permissions.

To make ./bootstrap.sh executable, issue chmod 755 bootstrap.sh.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文