Welcome to the PufferPanel community forums! If you need help please register an account and post in the Support category.
Request: lib32 libraries
-
I like to ask you if you could add the requirent of lib32 libraries for 64bit systems into the documentation? :)
-
What libraries were not provided?
For Debian, we install the following:
openssl curl openjdk-8-jdk tar python lib32gcc1 lib32tinfo5 lib32z1 lib32stdc++6
-
the installation of the steam gameserver was not possible cause of missing 32bit architecture and libraries. i directly installed a bunch (debian 8 64bit)
apt-get install build-essential gcc-multilib rpm libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386 libc6:i386
after it worked pretty well.