32 bit compatibility library?

Guys good day.

How to install 32 bit compatibility library? I’m trying to run “sudo /opt/lampp/lampp start” and the result is:

sudo /opt/lampp/lampp start
egrep: warning: egrep is obsolescent; using grep -E
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.

XAMPP seems to be available in 64-bit. (download page)

If you have a 64-bit system, you should download and run the 64-bit version.

1 Like

problem solved, need to install libxcrypt-compat:

sudo dnf install -y libxcrypt-compat