|
[Sponsors] |
[OpenFOAM.com] POSIX/POSIX.o Error 1 when compiling OpenFoam2112 in Ubuntu20.04 |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 9, 2022, 22:20 |
POSIX/POSIX.o Error 1 when compiling OpenFoam2112 in Ubuntu20.04
|
#1 | ||
New Member
TX
Join Date: May 2022
Posts: 3
Rep Power: 4 |
I followed instruction and got the following error when compiling OpenFoam 2112 in Ubuntu 20.04
Quote:
Quote:
|
|||
July 15, 2022, 05:51 |
|
#2 |
New Member
Join Date: Jul 2022
Posts: 6
Rep Power: 4 |
The original poster might have figured this one out but I'm posting it for future reference.
Basically you have messed up the LD_LIBRARY_PATH environment variable in some ways. Check your bashrc or bash_profile and see if you have exported some weird path to it. Do "echo $LD_LIBRARY_PATH". To solve this, clean up your bashrc (comment out any exported LD_LIBRARY_PATH ) and restart the terminal for a fresh environment. Then you should be fine to go ahead with the compilation. You might also want to deactivate any conda environment as well just to be sure, even the base one. |
|
|
|