Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struggling to run Fmask4 standalone without GUI on POP_OS 19.04 #9

Open
wcrice opened this issue Jul 9, 2019 · 1 comment
Open

Comments

@wcrice
Copy link

wcrice commented Jul 9, 2019

Hi Everyone,

I believe I set everything correctly but when I try to run Fmask I get the following error:
Fmask_4_0: error while loading shared libraries: libmwlaunchermain.so: cannot open shared object file: No such file or directory

I added the following lines to .profile (also tried .bashrc):

LD_LIBRARY_PATH=/usr/local/MATLAB/MATLAB_Compiler_Runtime/v95/runtime/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v95/bin/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v95/sys/os/glnxa64:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v95/sys/java/jre/glnxa64/jre/lib/amd64/native_threads:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v95/sys/java/jre/glnxa64/jre/lib/amd64/server:/usr/local/MATLAB/MATLAB_Compiler_Runtime/v95/sys/java/jre/glnxa64/jre/lib/amd64
XAPPLRESDIR=/usr/local/MATLAB/MATLAB_Compiler_Runtime/v95/X11/app-defaults

PATH=$PATH:$LD_LIBRARY_PATH
PATH=$PATH:$XAPPLRESDIR
PATH=$PATH:/usr/GERS/Fmask_4_0/application
@wcrice
Copy link
Author

wcrice commented Jul 9, 2019

When I check my path with echo $PATH or echo $LD_LIBRARY_PATH I seem to get something that makes sense. Also, libmwlaunchermain.so is located in one of the directories so it should be able to find it.

bill@pop-os:~$ ls -lah /usr/local/MATLAB/MATLAB_Runtime/v95/bin/glnxa64/libmwlaunchermain.so
-r-xr-xr-x 1 root root 80K Aug 21 2018 /usr/local/MATLAB/MATLAB_Runtime/v95/bin/glnxa64/libmwlaunchermain.so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant