Home > Back-end >  XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library f
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library f

Time:03-02

My xampp suddenly shows this when i run

sudo /opt/lampp/lampp start
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.

It was working fine yesterday

CodePudding user response:

I had the same problem after updating my Manjaro system.. to solve this go to package manager and search for this package "libxcrypt-compat" then install it..

and that's all, xampp will work fine

  • Related