中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

cargo編譯musl報錯openssl怎么辦

發布時間:2021-07-09 16:54:35 來源:億速云 閱讀:590 作者:chen 欄目:大數據

本篇內容主要講解“cargo編譯musl報錯openssl怎么辦”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“cargo編譯musl報錯openssl怎么辦”吧!

cargo編譯musl報錯openssl

背景

生產環境和編譯環境的glibc版本不同出現來如下報錯

/lib64/libc.so.6: version `GLIBC_x.xx' not found

所以需要使用cargo 跨平臺編譯x86_64-unknown-linux-musl,而后就報出來openssl相關的錯誤:

--- stderr
thread 'main' panicked at '

Could not find directory of OpenSSL installation, and this `-sys` crate cannot
proceed without this knowledge. If OpenSSL is installed and this crate had
trouble finding it,  you can set the `OPENSSL_DIR` environment variable for the
compilation process.

Make sure you also have the development packages of openssl installed.
For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.

If you're in a situation where you think the directory *should* be found
automatically, please open a bug at https://github.com/sfackler/rust-openssl
and include information about your system as well as this message.

$HOST = x86_64-unknown-linux-gnu
$TARGET = x86_64-unknown-linux-musl
openssl-sys = 0.9.48

原因

上文總結一句話:編譯器沒找到ssl的dev包,并給出來debian和red-hat的解決方法。但很可惜,我的編譯環境是manjaro,沒有libssl_dev類似的包

解決

對于debian/ubuntu就是

apt-get install libssl-dev

對于centos/fedora就是

yum install -y openssl-devel

對于Arch/manjaro,在確保安裝openssl情況下

export OPENSSL_DIR=/usr

具體過程通過命令找到libssl.so文件路徑(這里是/usr/lib/libsso.so)。編譯時會連接OPENSSL_DIR/lib/libssl.so。因此這里的OPENSSL_DIR就是/usr了。

到此,相信大家對“cargo編譯musl報錯openssl怎么辦”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

德江县| 江北区| 河津市| 黔西县| 华池县| 苗栗县| 永嘉县| 屏南县| 永吉县| 和静县| 阳谷县| 长治县| 万州区| 富蕴县| 常州市| 隆回县| 新源县| 宝丰县| 武隆县| 白河县| 泾源县| 新疆| 章丘市| 临高县| 漳平市| 昌邑市| 眉山市| 渝中区| 江油市| 连城县| 芷江| 和政县| 得荣县| 东平县| 盱眙县| 凉山| 洪江市| 喀喇沁旗| 津南区| 天水市| 石渠县|