Estou tentando instalar a biblioteca para o Ruby, para que eu possa trabalhar com arquivos FITS, mas durante brew install sfitsio
Eu encontrei este erro:
Last 15 lines from /home/dachsroot/.cache/Homebrew/Logs/sllib/02.cmake:
2017-10-21 12:36:01 -0300
cmake
.
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/home/dachsroot/.linuxbrew/Cellar/sllib/1.4.2e
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
cmake: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Eu tentei encontrar uma solução, mas tudo que eu acho são soluções que dizem que eu tenho que instalar o libstdc++6
, mas eu já tenho esse pacote instalado.
sudo apt-get install libstdc++6
Reading package lists... Done
Building dependency tree
Reading state information... Done
libstdc++6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
O arquivo 02.cmake
inteiro é aqui .
O que posso fazer?