Dear all,
I am a newbie to piCore and linux, but i already like it alot (due to the tiny footprint and running from RAM) and with support of this great forum i managed to get the following working on a ZeroW (ArmV6):
- Picore 13.x
- Internal WiFi
- OpenSSH
- Samba4
- busybox-httpd
I would like to run a PHP website from the ZeroWPi interacting with GPIO pins through python.
Busybox is running, but i need apache-mod-php to run php scripts (i think).
Apache is not yet available on the repo for 13.x/armv6, however it is for 9.x.
So i downloaded and installed apache2.4.tcz and apache2.4-mod-php5.tcz from there and added them to onboot.1st.
Now when i start apache (sudo apachectl -k start) i get the following error:
" /usr/local/sbin/httpd: error while loading shared libaries: libaprutil-1.so.0: cannot open shared file: No such file or directory"
Can someone point me in te right direction to solve this issue? If not, is there an alternative way to run php scripts with picore 13.x?
Thanx for helping!