2020-09-16

XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system

 

XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.

sudo apt-get install ia32-libs
sudo apt-get install lib32stdc++6

#/opt/lampp/lampp

#qwerty: 13:37 2020.09.16
# # XAMPP is currently 32 bit only
# case `uname -m` in
            # *_64)
            # if $XAMPP_ROOT/bin/php -v > /dev/null 2>&1
            # then
                        # :
            # else
                        # $GETTEXT -s "XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system."
                        # exit 1
            # fi
            # ;;
# esac



/opt/lampp/lampp start

No comments:

Post a Comment