undefined symbol xcb_shm_id when trying to startup MatLab
Mostra commenti meno recenti
When trying to start up MatLab, I get
> ./bin/matlab
MATLAB is selecting SOFTWARE rendering.
/home/pblase/.MathWorks/ServiceHost/clr-df9a0cbb6bd34e079ef626671d1a7b7c/_tmp_MSHI_5363-9225-767d-e56f/mci/_tempinstaller_glnxa64/bin/glnxa64/InstallMathWorksServiceHost: symbol lookup error: /usr/lib64/libcairo.so.2: undefined symbol: xcb_shm_id
/home/pblase/.MathWorks/ServiceHost/clr-df9a0cbb6bd34e079ef626671d1a7b7c/_tmp_MSHI_5363-9225-767d-e56f/mci/_tempinstaller_glnxa64/bin/glnxa64/InstallMathWorksServiceHost: symbol lookup error: /usr/lib64/libcairo.so.2: undefined symbol: xcb_shm_id
Unexpected exception: 'N7mwboost10wrapexceptINS_16exception_detail39current_exception_std_exception_wrapperISt13runtime_errorEEEE: Error loading /home/pblase/matlab/bin/glnxa64/matlab_startup_plugins/matlab_graphics_ui/mwuixloader.so. /usr/lib64/libXt.so.6: undefined symbol: SmcModifyCallbacks: Success: Success' in createMVMAndCallParser phase 'Creating local MVM'
8 Commenti
dpb
il 2 Set 2024
Mathworks supports install/startup issues; contact them directly. Monday is, however, a US holiday if are in US...
Paul
il 2 Set 2024
dpb
il 2 Set 2024
Won't be until tomorrow and if used email, then it may be another day or so. Pick up the phone...
Ibrahim
il 3 Set 2024
Whilst I may not be the OP, I am currently following the thread over on https://community.clearlinux.org/t/matlab-installation/9951/4 and got myself a trial version
OS: Clear Linux OS
Version: 42280
Matlab version: R2024a
Bundle devpkg-pango is added, please find gist with complete list of files available for easy ctrl+f https://gist.github.com/K1ngfish3r/e750cc7e05b2e9b24848d987697a395e
Trying to install following the instructions in the .pdf I come across this error:
i@clr~/Downloads/Matlab $ xhost +SI:localuser:root
localuser:root being added to access control list
i@clr~/Downloads/Matlab $ sudo -H ./install
Password:
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was: 127
Aborted
i@clr~/Downloads/Matlab $
Followed the arch wiki post here to try and solve this: https://wiki.archlinux.org/title/MATLAB#Unable_to_launch_the_MATLABWindow_application and ran into this
i@clr~/Downloads/Matlab $ ./bin/glnxa64/MATLABWindow
./bin/glnxa64/MATLABWindow: symbol lookup error: /usr/lib64/libcairo.so.2: undefined symbol: xcb_shm_id
Paul
il 4 Set 2024
Paul
il 4 Set 2024
Paul
il 4 Set 2024
Risposta accettata
Più risposte (1)
Paul
il 4 Set 2024
0 voti
5 Commenti
Paul
il 4 Set 2024
Ibrahim
il 4 Set 2024
¯\_(ツ)_/¯
my one needed some "convincing", i just tapped the text box a couple of times
dpb
il 4 Set 2024
The Answers forum is not official Mathworks support; there's no guarantee anybody from the organization will see this thread. I would strongly recommend submitting an official bug/enhancement report over the issue
Paul
il 4 Set 2024
if you stilll have that R2021a install kicking around try doing a `diff` between the libs used in R2024 and R2021
ldd /usr/local/MATLAB/R2024a/bin/glnxa64/MATLABWindow > r2024.txt
ldd /usr/local/MATLAB/R2021a/bin/glnxa64/MATLABWindow > r2021.txt
diff r2024.txt r2021.txt
Find any libs that are different (location-wise) and mv them elsewhere. This could remedy the text input issue
This obviously hinges on the fact that R2021a is working well (I have no idea, Im just a gamer)
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
