0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

libHSprimitive-0.5.0.1.so: cannot open shared object file: No such file or directory

0
Posted at
Loading package primitive-0.5.0.1 ... <command line>: can't load .so/.DLL for: libHSprimitive-0.5.0.1.so (libHSprimitive-0.5.0.1.so: cannot open shared object file: No such file or directory)
Failed to install vector-0.10.0.1

なぜかこんなことを言われてしまった。
vectorはlibHSprimitive-0.5.0.1.soを必要としているところ、libHSprimitive-0.5.0.1.aしか生成されていないようだ。

$ cabal install primitive --enable-shared --reinstall

cabalは --enable-sharedオプションをつけると、動的ライブラリファイル(.so)も生成してくれるらしい。
これで先に進めた。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?