Re: Help Test portable Linux Love2d Binary
Posted: Fri Nov 11, 2016 7:09 am
Tested with love-0.10.2-amd64.tar.gz on Skylake iGPU and Debian Stretch.
It does launch but says ldconfig isn't found.
It does launch but says ldconfig isn't found.
Code: Select all
# Distro
$ cat /etc/*-release
PRETTY_NAME="Debian GNU/Linux stretch/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux testing (stretch)
Release: testing
Codename: stretch
# Graphics card
$ uname -mrs
Linux 4.6.0-1-amd64 x86_64
$ cat /proc/version
Linux version 4.6.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 5.4.0 20160609 (Debian 5.4.0-6) ) #1 SMP Debian 4.6.4-1 (2016-07-18)
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 06)
$ glxinfo | grep "OpenGL renderer string"
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 530 (Skylake GT2)
$ glxinfo | grep "OpenGL vendor"
OpenGL vendor string: Intel Open Source Technology Center
# Launch
$ ./love
./love: 4: ./love: ldconfig: not found