Electrostatics / apbs-pdb2pqr

APBS - software for biomolecular electrostatics and solvation
http://www.poissonboltzmann.org/
128 stars 62 forks source link

GLIBCXX and CXXABI not found #531

Closed mwscandura closed 4 years ago

mwscandura commented 4 years ago

When attempting to invoke apbs get the following error:

apbs: /lib64/libstdc++.so.6: versionGLIBCXX_3.4.20' not found (required by apbs)' 'apbs: /lib64/libstdc++.so.6: version CXXABI_1.3.8' not found (required by apbs)' 'apbs: /lib64/libstdc++.so.6: versionGLIBCXX_3.4.21' not found (required by apbs)`

i'm unfamiliar with what these are, where they should be, why they'd be missing etc. I'm also pretty new to this kind of coding and APBS. any help appreciated

sobolevnrm commented 4 years ago

Hello -

I'm adding @Brandi-Lozano, Juan M juan.brandi-lozano@pnnl.gov and @Offor, Elvis elvis.offor@pnnl.gov for their help with this issue.

Thanks,

Nathan

On Wed, Nov 20, 2019 at 2:48 PM mwscandura notifications@github.com wrote:

When attempting to invoke apbs get the following error:

apbs: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by apbs) apbs: /lib64/libstdc++.so.6: version CXXABI_1.3.8' not found (required by apbs) apbs: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by apbs)`

i'm unfamiliar with what these are, where they should be, why they'd be missing etc. I'm also pretty new to this kind of coding and APBS. any help appreciated

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Electrostatics/apbs-pdb2pqr/issues/531?email_source=notifications&email_token=AAOX7WAGTK2JMSWW3LIWBQTQUWIB5A5CNFSM4JPYN4GKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H237K6Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOX7WFI3JMWVHSTEDCQUNTQUWIB5ANCNFSM4JPYN4GA .

kozlac commented 4 years ago

Hello @mwscandura , what linux distribution, or more precisely, what version of gcc are you using? That error occurs when the system's standard c/c++ libraries are incompatible with the compiler used to create the APBS binary.

sobolevnrm commented 4 years ago

Hi @mwscandura. I'm going to close this issue because we're unable to proceed without the information @kozlac requested. If you're able to provide that information, then we'll reopen the issue. Thanks.