Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

Linux C++ standard library version errors

asked 2019-09-11 12:36:18 -0500

Determinant's avatar

I've tried installing and running the latest OpenStudio onto a Lubuntu 14.04. I'm getting this error:

OpenStudioApp: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by OpenStudioApp)
OpenStudioApp: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by OpenStudioApp)
OpenStudioApp: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by OpenStudioApp)

I used Synaptic Package Manager to install libstdc++6 and libstdc++6-4.7-dev and I've run the following commands:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-update

If I run strings libstdc++.so.6 | grep GLIBCXX

GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_DEBUG_MESSAGE_LENGTH
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-09-11 16:26:24 -0500

Determinant's avatar

I upgraded to Lubuntu 16.04 and it seems to work now.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2019-09-11 12:36:18 -0500

Seen: 1,425 times

Last updated: Sep 11 '19