libstdc++.so.6: cannot open shared object file: No such file or directory
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I'm trying to install this library for Ruby so I can work with FITS files, but during brew install sfitsio
I encounter this error:
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
I've tried to find a solution, but all I find are solutions that say I have to install libstdc++6
, but I already that package installed.
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.
The entire 02.cmake
file is here.
What can I do?
software-installation cmake
add a comment |Â
up vote
1
down vote
favorite
I'm trying to install this library for Ruby so I can work with FITS files, but during brew install sfitsio
I encounter this error:
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
I've tried to find a solution, but all I find are solutions that say I have to install libstdc++6
, but I already that package installed.
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.
The entire 02.cmake
file is here.
What can I do?
software-installation cmake
Do you haveg++
installed?
â Stephen Kitt
Oct 21 '17 at 17:34
@StephenKitt Yes, version 4.9.2 (Debian 4.9.2-10)
â OiciTrap
Oct 21 '17 at 17:52
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying to install this library for Ruby so I can work with FITS files, but during brew install sfitsio
I encounter this error:
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
I've tried to find a solution, but all I find are solutions that say I have to install libstdc++6
, but I already that package installed.
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.
The entire 02.cmake
file is here.
What can I do?
software-installation cmake
I'm trying to install this library for Ruby so I can work with FITS files, but during brew install sfitsio
I encounter this error:
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
I've tried to find a solution, but all I find are solutions that say I have to install libstdc++6
, but I already that package installed.
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.
The entire 02.cmake
file is here.
What can I do?
software-installation cmake
asked Oct 21 '17 at 16:09
OiciTrap
13616
13616
Do you haveg++
installed?
â Stephen Kitt
Oct 21 '17 at 17:34
@StephenKitt Yes, version 4.9.2 (Debian 4.9.2-10)
â OiciTrap
Oct 21 '17 at 17:52
add a comment |Â
Do you haveg++
installed?
â Stephen Kitt
Oct 21 '17 at 17:34
@StephenKitt Yes, version 4.9.2 (Debian 4.9.2-10)
â OiciTrap
Oct 21 '17 at 17:52
Do you have
g++
installed?â Stephen Kitt
Oct 21 '17 at 17:34
Do you have
g++
installed?â Stephen Kitt
Oct 21 '17 at 17:34
@StephenKitt Yes, version 4.9.2 (Debian 4.9.2-10)
â OiciTrap
Oct 21 '17 at 17:52
@StephenKitt Yes, version 4.9.2 (Debian 4.9.2-10)
â OiciTrap
Oct 21 '17 at 17:52
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399567%2flibstdc-so-6-cannot-open-shared-object-file-no-such-file-or-directory%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Do you have
g++
installed?â Stephen Kitt
Oct 21 '17 at 17:34
@StephenKitt Yes, version 4.9.2 (Debian 4.9.2-10)
â OiciTrap
Oct 21 '17 at 17:52