I have an Asus WL-500gP with Kamikaze 7.09 installed. I'm trying to get PHP to work but I have no luck.
I have added the following line to /etc/ipkg.conf, then run "ipkg update":
src backports http://downloads.openwrt.org/backports/0.9
After that I installed php by typing "ipkg install php5-cgi" which installed both php5-cgi and php5.
When I try to just type "/usr/bin/php" and hit enter all i get printed is "Aborted". What am I doing wrong?
I have also tried to run php-scripts from lighttpd and I get an 403-error. The logs tell me that cgi did close and I guess that the error is because of php aborting?
Anyone? Please!