Skip to content

Error about GSL during installation on Ubuntu 20.04 #396

Answered by ngrilli
ngrilli asked this question in Q&A
Discussion options

You must be logged in to vote

Dear @rquey

Thank you very much for your hints.
The problem is now fixed, the issue was the following:

I had a conda/mamba environment for MOOSE framework,
I deactivated the environment by commenting the relevant part of my bashrc,
so when I open the shell the environment is not loaded.

At this point, without the conda environment I was missing g++, so I did:

sudo apt install g++

then cancelled the build folder and did the procedure again.

cmake ..
make
sudo make install

Hope this can help others,
Best Regards,
Nicolò

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants