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

error while loading shared libraries: libmwlaunchermain.so #3

Open
furqan915 opened this issue Oct 18, 2019 · 6 comments
Open

error while loading shared libraries: libmwlaunchermain.so #3

furqan915 opened this issue Oct 18, 2019 · 6 comments

Comments

@furqan915
Copy link

Hi,
I have tried PPR_meta. I have installed all the dependencies including MATLAB runtime on my Linux system. But I am getting this error when I tried running the example command for testing the installation.

./PPR_Meta: error while loading shared libraries: libmwlaunchermain.so: cannot open shared object file: No such file or directory

Regards
Awan

@zhenchengfang
Copy link
Owner

Thank you for using PPR-Meta. Have you added the following paths to the LD_LIBRARY_PATH environment variable?
<MCR_installation_folder>/v94/runtime/glnxa64
<MCR_installation_folder>/v94/bin/glnxa64
<MCR_installation_folder>/v94/sys/os/glnxa64
<MCR_installation_folder>/v94/extern/bin/glnxa64
Or you may try to run the program in MATLAB GUI directly.

@Arzhura
Copy link

Arzhura commented Nov 14, 2019

Hi,
I have exactly the same problem. The problem is that I work on linux and I can't install Matlab either than by Conda or module (I work on a cluster) then I still have the error even when I export:
Screenshot 2019-11-14 at 17 53 48

Regards
Clara

@zhenchengfang
Copy link
Owner

Hi, have you installed the MATLAB Component Runtime (MCR) R2018a? If you want to run PPR-Meta like your screenshot, you should install MCR (note: even if you have installed MATLAB, you should also install the MCR independently as we desribed in the "Manual.pdf"). Also, I found that the version of your MATLAB was 2018b while the executable file of PPR-Meta was compiled using 2018a. Please be careful of the version because the MATLAB website said that "The version of the MATLAB Runtime is tied to the version of MATLAB". If possible, we recommand that running PPR-Meta in MATLAB GUI. In this way, MCR is not necessary and the MATLAB version is not strict.

@liangjinsong
Copy link

liangjinsong commented Aug 5, 2021

Hi, I met the same problem after I have done the following preparations:

  1. install dependencies;
  2. install the MATLAB Component Runtime (MCR) R2018a;
  3. add the following paths to the LD_LIBRARY_PATH environment variable.
    <MCR_installation_folder>/v94/runtime/glnxa64
    <MCR_installation_folder>/v94/bin/glnxa64
    <MCR_installation_folder>/v94/sys/os/glnxa64
    <MCR_installation_folder>/v94/extern/bin/glnxa64

图片

@zhenchengfang
Copy link
Owner

zhenchengfang commented Aug 6, 2021

Hi, we recently released a docker version of PPR-Meta, in which all related packages have been installed. We have also uploaded the manual named "PPR-Meta manual (include the docker version, draft).pdf" in the github site. You may try the docker version.

@liangjinsong
Copy link

liangjinsong commented Aug 6, 2021 via email

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

4 participants