MATLAB: Am I unable to start the Live Editor

ft_get_var_blend_coordinatesg_log_structuredg_log_structured_standardlinuxliveeditorMATLABsystemconfigurationundefinedsymbolunsatisfiedlinkerror

When I open a new live script or an existing one from the MATLAB Documentation, I see the warning that "The Live Editor is unable to run in the current system configuration". Sometimes, I also see the error below in the MATLAB Command Window. What can I do to configure the Live Editor properly?
Exception in thread "XPCOMMessageLoop" java.lang.UnsatisfiedLinkError: /usr/local/MATLAB/R2017b/sys/jxbrowser/glnxa64/xulrunner/xulrunner-linux-64/libxul.so: /usr/lib/libharfbuzz.so.0: undefined symbol: FT_Get_Var_Blend_Coordinates
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at com.teamdev.jxbrowser.gecko.xpcom.impl.linux.LinuxMozillaToolkit.c(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.impl.linux.LinuxMozillaToolkit.a(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.MozillaToolkit.initialize(Unknown Source)
at com.teamdev.jxbrowser.gecko.xpcom.AppShellXPCOMThread$b.run(Unknown Source)

Best Answer

In some cases, this warning and/or error can be an indication that there is an undefined symbol or missing library in your MATLAB installation. This can be due to a library incompatibility between the MATLAB application and libraries that could be a part of your operating system. This can often be resolved by setting aside MATLAB's version of the library.
Please follow the steps at the following MATLAB Answers Post to expose which library could be causing the issue.
For the above post, the symbol and library causing this issue were exposed using the "MATLABWindow" command. The steps to resolve the issue are the same.
If you do not see an error of this form or following these steps does not resolve the issue, please contact MathWorks Technical Support.