SVN within MATLAB 2024b

11 ビュー (過去 30 日間)
Anne Arseneau
Anne Arseneau 2024 年 12 月 13 日
回答済み: Kautuk Raj 2024 年 12 月 18 日
From one of my end users:
When I try to run ‘svn’ from within MATLAB, I get an error:
>> system('/usr/bin/svn --version')
/usr/bin/svn: symbol lookup error: /lib/x86_64-linux-gnu/libsvn_subr-1.so.1: undefined symbol: apr_crypto_block_cleanup
The same command works fine at the command line and works in MATLAB 2023b, so it feels like another example of MATLAB messing with the libraries it’s loading by default. (I already have something else in my LD_PRELOAD environment variable to get the matlab engine for python to work – conveniently, it’s the same trick that fixed the Ghostscript problems we had a while back!)
Any ideas how to address this?

回答 (1 件)

Kautuk Raj
Kautuk Raj 2024 年 12 月 18 日
I could also not execute SVN commands in the MATLAB command window while using R2024a/b.
As a workaround, I deleted all the binaries containing /usr/local/MATLAB/R20XXx/bin/glnxa64/libapr.so. This location may change based on where MATLAB is installed. Deleting these binaries should compel MATLAB to use the system's SVN rather than its own, thereby eliminating any conflicts between SVN configurations.

製品


リリース

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by