View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#2
To manually optify the Mesa dependencies, type as root in your X Terminal :

* libglu1-mesa (452 KB) :
# mv /usr/lib/libGLU.so.1.3.070004 /home/opt/usr/lib/
# ln -s /home/opt/usr/lib/libGLU.so.1.3.070004 /usr/lib/

* libgl1-mesa-swx11 (2.336 KB) :
# mv /usr/lib/libGL.so.1.5.070004 /home/opt/usr/lib/
# ln -s /home/opt/usr/lib/libGL.so.1.5.070004 /usr/lib/

* libosmesa6 (3.536 KB) :
# mv /usr/lib/libOSMesa16.so.6.5.3 /home/opt/usr/lib/
# ln -s /home/opt/usr/lib/libOSMesa16.so.6.5.3 /usr/lib/
# mv /usr/lib/libOSMesa32.so.6.5.3 /home/opt/usr/lib/
# ln -s /home/opt/usr/lib/libOSMesa32.so.6.5.3 /usr/lib/
# mv /usr/lib/libOSMesa.so.6.5.3 /home/opt/usr/lib/
# ln -s /home/opt/usr/lib/libOSMesa.so.6.5.3 /usr/lib/

A total of 6.324 KB will be moved from your root (/) partition to your home (@ EMMC).
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.
 

The Following User Says Thank You to rcolistete For This Useful Post: