libstdc++.so.6: cannot open shared object file: No such file or directory

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












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?







share|improve this question




















  • 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














up vote
1
down vote

favorite
1












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?







share|improve this question




















  • 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












up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





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?







share|improve this question












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?









share|improve this question











share|improve this question




share|improve this question










asked Oct 21 '17 at 16:09









OiciTrap

13616




13616











  • 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
















  • 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















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















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay