Clear Filters
Clear Filters

libXp.so.6 not found, being already installed

4 views (last 30 days)
I'm trying to run a .m standalone in a machine where there's no matlab installed so I installed MCR (MCRinstaller.bin) successfully apparently. When typing "./nameexecutable.sh /home/...path/MCR/was/installed/to.../v7142" I receive next error:
"My Own Exception: Fatal error loading library /home/.../.../.../.../v7142/bin/glnxa64/libmwmclmcr.so Error: libXp.so.6: cannot open shared object file: No such file or directory Error:mclmcr initialization failed" I supposed that it'd be fixed by installing such library but typing: "sudo zypper install libXp.so.6", I receive: "loading data from repository... Reading installed packages... libXp.so.6 not found in packages names. It will be searched in characteristics. Package libXp6-32bit that provides libXp.so.6 is already installed There's nothing to do"
What can I do to fix this?
Thank you
  1 Comment
Isabel de la Peña Mesas
Isabel de la Peña Mesas on 17 Apr 2018
...but when I type "ldd /path/to/libmwmclmcr.so" (since it's supposed to be the library that needs it), this returns: " _libXp.so.6 => not found_ " then, I type "rpm -q --whatprovides libXp.so.6" but the package that returns is already installed (libXp6-32bit-1.0.3-4.3.x86_64)

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!