Hello all,
I didn't find help in these forums, but on a french site. Now I am very proud that I really did understand the french howto.![]()
Original Thread in french
Since I allready asked in another thread, I want to give you a translation in case anybody else has the same problem.
Problem: when I try to start simulink, matlab crashes with an error that libXft.so.1 is missing. The error is in the first lines of text matlab writes down when it crashes. I didnt record the error message, it is something like:
the following steps assume that matlab is installed inCan't load '/usr/local/My_install/matlab/bin/glnx86/libmwsimulink.so': /usr/lib/libXft.so.1: no such file
/usr/local/matlab7
To solve this, follow this:
this should install you the libXft.so.2 files.Code:sudo apt-get install libXft2
now link the older libXft.so.1 to the newer files
Now a different error should appear when trying to start simulink:Code:sudo ln -s /usr/lib/libXft.so.2.1.2 /usr/lib/libXft.so.1
backup your old qt-mt lib??? Can't load '/usr/local/My_install/matlab/bin/glnx86/libmwsimulink.so': /usr/local/My_install/matlab/bin/glnx86/libqt-mt.so.3: undefined symbol: XftFreeTypeOpen
now again another error appears when trying to start simulink.sudo mv /usr/local/matlab7/bin/glnx86/libqt-mt.so.3 /usr/local/matlab7/bin/glnx86/libqt-mt.so.3.old
fix it with
now it works.Code:sudo mv /usr/local/matlab7/sys/os/glnx86/libgcc_s.so.1 /usr/local/matlab7/sys/os/glnx86/libgcc_s.so.1.old
hope I could help!
bye



Adv Reply




Bookmarks