Trying to run node but getting: "librosconsole.so: cannot open shared object file: No such file or directory"
As the title says I'm trying to run my node either with rosrun, roslaunch or running the output file directly, but I'm getting this error. When using ldd on the output file it lists librosconsole.so as well as the correct folder where it is located. The LD_LIBRARY_PATH does contain the adress of the folder where it is contained as well.
What is causing this and how to fix it?