Day to day work issues we find with windows, mac, unix and internet, software apps etc. we get many many questions and find out some weird things tips and tricks about windows OS that might help others, some of these will help others and help our clients setup software to there requirements.
Tuesday, 21 August 2012
fix fatal: libm.so.2: open failed: No such file or directory
To fix do this problem:- ln -s /usr/lib/libm.so.1 /usr/lib/libm.so.2 in /usr/lib you should have libm.so, libm.so.1 and libm.so.2 files.
No comments:
Post a Comment