Am a newbie to linux fresh from windows, I chose opensuse beacuse it seems to work well on my PC. Long story short, I am trying to run MPLAX but it needs 32 bit libraries. It outputs the following :-
bash: ./MPLAB.sh: No such file or directory
gtool@linux-7wi8:~/Documents> sudo bash ./MPLABX.sh
64 Bit, check libraries
Check for 32 Bit libraries
These 32 bit libraries were not found and are needed for MPLAB X to run:
libexpat.so
libX11.so
libXext.so
So guys how can I get the libexpat.so , libX11.so and libXext on my machine.
On a LEAP, first run the following in an elevated console, it’ll install all your 32-bit libraries
zypper in compat-32bit libX11-6-32bit libX11-devel-32bit gcc-32bit libexpat1-32bit libXext6-32bit
Then,
Download the install binary, uncompress it and run the install script per the instructions on this page (no need to apply executable permissions) http://microchipdeveloper.com/mplabx:installation
I don’t expect that a simple 32-bit runtime environment is sufficient, this is a Development app so you need development libraries which aren’t usually included in a simple runtime environment.