The symbolic link between /lib/libmd.so and /lib/libmd.so.1 is missing.
The following error message is displayed:
libmd.so: not found |
Workaround: Log in as a superuser. Type the following command on the command line to manually add the symbolic link:
ln -s /lib/libmd.so.1 /lib/libmd.so |