유동성 설치시 오류 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-get update`를 사용하여 패키지 캐시를 업데이트하십시오.try `sudo apt-get update` to update packages cache before re-trying `sudo apt-get install ...`
- 1
- 2019-06-07
- iguerNL
-
우분투 18.04도 실행 중이며`apt-cache search libsodium-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
http://www.liquidity-lang.org/doc/installation/index.html 4 단계 : 유동성 종속성 설치 :
make build-deps
까지 모든 것이 잘 진행됩니다. 이 명령을 입력 한 후 다음 오류 메시지가 나타납니다.저는 경험이 많은 Linux 사용자가 아닙니다. 내가 도대체 뭘 잘못하고있는 겁니까? 도와주세요