Linux mycubox-i 3.10.30-15-ARCH #1 SMP armv7l GNU/Linux
Cubox-i4-Pro
I'm looking to see where I can find the PKGBUILD so I can get fceux working on my cubox-i and contribute so others can too. The only problem is that I can't find it in the git repo.
https://github.com/archlinuxarm/PKGBUIL ... /community
Also, I'm hoping that someone more knowledgeable than me can explain why it's not finding the libGL.so.1 library.
Thanks
$this->bbcode_second_pass_code('', '
$ /usr/bin/fceux
/usr/bin/fceux: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
# find / -name libGL.so.1
/opt/fsl/lib/libGL.so.1
# readelf -d /usr/bin/fceux | grep libGL.so.1
0x00000001 (NEEDED) Shared library: [libGL.so.1]
# pacman -Qo /opt/fsl/lib/libGL.so.1
/opt/fsl/lib/libGL.so.1 is owned by gpu-viv-bin-mx6q-fb 3.10.17_1.0.0_beta-1
# ldconfig -p | perl -lne '/.*?> (.*)\/.*$/;print $1' | sort -ui
/opt/fsl/lib
/usr/lib
')