LoginSignup
1
1

More than 5 years have passed since last update.

stack install curlができないときの解決法(Ubuntu)

Last updated at Posted at 2017-09-14

libcurl4-gnutls-devをインストール

環境

Ubuntu 16.04 LTS

このようなエラーがでる

 setup: Missing dependency on a foreign library:
    * Missing C library: curl
    This problem can usually be solved by installing the system package that
    provides this library (you may need the "-dev" version). If the library is
    already installed but in a non-standard location then you can use the flags
    --extra-include-dirs= and --extra-lib-dirs= to specify where it is.

解決法

libcurl4-gnutls-devというパッケージをインストールすれば解決します。

sudo apt install libcurl4-gnutls-dev

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1