流動性のインストール時のエラー57
1 回答
- 投票
-
- 2019-06-07
実際には、
error 57: Synopsis and description must not be both empty
は、opamによって発行される警告と見なす必要があります.失敗の理由は最後に示されています.これは、いくつかのシステム依存関係がないためです.Liquidityを再コンパイルする前に、次のようにインストールしてみてください.sudo apt-get install libcurl4-gnutls-dev libsodium-dev
Actually,
error 57: Synopsis and description must not be both empty
should be seen as a warning emitted by opam. The reason of the failure is given at the end. It's due to absence of some system dependencies. Try to install them as follows before recompiling Liquidity:sudo apt-get install libcurl4-gnutls-dev libsodium-dev
-
`sudo apt-getinstall libcurl4-gnutls-dev libsodium-dev`を試して、これを取得します:` s-dev libsodium-dev パッケージリストを読んでいます...完了 依存関係ツリーの構築 状態情報の読み取り...完了 E:パッケージlibcurl4-gnutls-devが見つかりません E:パッケージlibsodium-devが見つかりません `I try `sudo apt-get install libcurl4-gnutls-dev libsodium-dev` and get this: `s-dev libsodium-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libcurl4-gnutls-dev E: Unable to locate package libsodium-dev `
- 0
- 2019-06-07
- Chmoshk
-
`sudo apt-getinstall ...`を再試行する前に、 `sudo apt-getupdate`を試してパッケージキャッシュを更新してください.try `sudo apt-get update` to update packages cache before re-trying `sudo apt-get install ...`
- 1
- 2019-06-07
- iguerNL
-
Ubuntu 18.04も実行していますが、 `apt-cache searchlibsodium-dev`は次のように返します.`libsodium-dev-ネットワーク通信、暗号化、署名ライブラリ-ヘッダー`.VMでこのコマンドを試して、パッケージが見つかるかどうかを確認することもできます.パッケージが見つからない場合は、おそらく `/etc/apt/sources.list `すべての「標準」ソースが含まれているわけではありませんI'm running Ubuntu 18.04 as well, and `apt-cache search libsodium-dev` returns: `libsodium-dev - Network communication, cryptography and signaturing library - headers`. You may want to also try this command on your VM to see if it finds the package. If the package is not found then, maybe `/etc/apt/sources.list ` does not contain all "standard" sources
- 0
- 2019-06-07
- iguerNL
-
うん!ありがとうございました!YEAH! Thank you!
- 0
- 2019-06-07
- Chmoshk
この手順に従ってUbuntu18.04.2LTSを使用してVMにLiquidityをインストールしようとしています http://www.liquidity-lang.org/doc/installation/index.html .ステージ4まですべてうまくいきます:流動性の依存関係をインストールします:
make build-deps
.このコマンドを入力すると、次のエラーメッセージが表示されます.私は経験豊富なLinuxユーザーではありません.私は何が間違っているのですか?助けてください