Closed GoogleCodeExporter closed 9 years ago
Original comment by benjamin...@gmx.de
on 21 Feb 2012 at 12:28
Right now, Mocca is only tested with 2.3 and 2.4.
So if you want to try it on 2.6, you'll have to add some links.
To do so, execute these lines in a terminal:
sudo ln -s /usr/lib/liblinuxcnc.so /usr/lib/libemcini.so
sudo ln -s /usr/lib/liblinuxcnchal.so /usr/lib/libemchal.so
This will create two links, that redirect mocca from the old libraries to the
new ones, coming with LinuxCNC 2.6.x
If an old EMC has been installed on that computer, you might have to
delete/rename the old libraries, to make space for the symbolic links.
As soon as a Mocca package for 2.6 is published, this task (hopefully) will be
obsolete.
Original comment by benjamin...@gmx.de
on 11 Mar 2012 at 6:37
Very thanks )
Original comment by jo.ke...@gmail.com
on 11 Mar 2012 at 6:57
Original comment by benjamin...@gmx.de
on 14 Feb 2013 at 7:09
Apparently this problem still occurs.
Also, in the above mentioned code is an error. here are the corrected two
lines, you need to run, if mocca doesn't find the libraries.
sudo ln -s /usr/lib/liblinuxcncini.so /usr/lib/libemcini.so
sudo ln -s /usr/lib/liblinuxcnchal.so /usr/lib/libemchal.so
Original comment by benjamin...@gmx.de
on 19 Feb 2013 at 12:09
For the new LinuxCNCs we now have packages for 2.5.x and the 2.6-pre
While installing those, they should check for working links to these libraries,
and if they are missing, create some.
Please let me know, if these problems are solved, when using a package with
version 0.2.5 or higher
Original comment by benjamin...@gmx.de
on 2 Mar 2013 at 12:28
Original issue reported on code.google.com by
jo.ke...@gmail.com
on 21 Feb 2012 at 11:47