Thanks for replying. I really appreciate it.
- What version of Ubuntu are you running? (run: "cat /etc/issue”)
Ubuntu 20.04.1 LTS \n \l
- Are you trying to build Nektar++ from source code or you’ve installed/tried to install binary packages for Ubuntu?
I tried to build Nektar++ from source code.
- Which version of Nektar++ are you trying to install? - If you downloaded a .zip or .tar.gz file from the website, can you let us know which one? Otherwise are you trying to build/install code cloned from git?
I downloaded the latest version on the website. To be specific, nektar++-5.0.0
- Can you let us know exactly which command you ran that resulted in the error?
ccmake../
- Also, please provide any further output that was displayed along with the error
Traceback (most recent call last):
File "/usr/lib/command-not-found", line 28, in <module>
from CommandNotFound import CommandNotFound
File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 19, in <module>
from CommandNotFound.db.db import SqliteDatabase
File "/usr/lib/python3/dist-packages/CommandNotFound/db/db.py", line 5, in <module>
import apt_pkg
ImportError: /mnt/c/OpenFoam/OpenFOAM/ThirdParty-v2006/platforms/linux64/gcc-6.3.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /lib/x86_64-linux-gnu/libapt-pkg.so.6.0)
- If you’re trying to build from source code, can you tell us the steps you’ve completed so far when you get the error (such as the commands you ran as part of the build process prior to the command that gives this error)