After succesfully installed eibd, linknx and knxweb on a linux PC 3 months ago, I'm starting to deloy on an embedded device, as the latest model of WRT54GS does not work anymore with openwrt, I chose the ASUS WL-500GP that seems to be great according to the various forum.
this box with Kamikaze 709.
Everything run fine, I get the package from your web site and installed linknx.
I still can't test with eibd as I 'm waiting my ttl to rs232 converter.
In the meanwhile, I'm trying to setup the example with knxweb0.6.
I have installed the lighttpd and php5 (php5 form the backport compatibility).
I have also get some difficulties to untar the knxweb.tar on the openwrt and get an error as the tar of busybox is not able to untar your file.
I setup everything and I get the view with Error: error on the top of the browser. And I also get
"2000-01-01 03:51:21: (mod_cgi.c.734) stat for cgi-handler /bin/php failed: No such file or directory"
message on the box.
Any idea to help me. Or correct my setup if I made something wrong
Thx
Didier
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First check if the php executable is at /bin/php .
If there is a /bin/php file, then try to lauch it by hand to see if there is some error message.
If there is no /bin/php , try to figure out where the PHP5 backport is installed (perhaps /bin/php5 or /usr/bin/php or ...)
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the feeling that the php5 is not valid for my plateform, as the package is not available directly from the ipkg source.
Anybody has a succesful webserver+php5 install based on lighttpd on an ASUS ?
Thx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
After succesfully installed eibd, linknx and knxweb on a linux PC 3 months ago, I'm starting to deloy on an embedded device, as the latest model of WRT54GS does not work anymore with openwrt, I chose the ASUS WL-500GP that seems to be great according to the various forum.
this box with Kamikaze 709.
Everything run fine, I get the package from your web site and installed linknx.
I still can't test with eibd as I 'm waiting my ttl to rs232 converter.
In the meanwhile, I'm trying to setup the example with knxweb0.6.
I have installed the lighttpd and php5 (php5 form the backport compatibility).
I have also get some difficulties to untar the knxweb.tar on the openwrt and get an error as the tar of busybox is not able to untar your file.
I setup everything and I get the view with Error: error on the top of the browser. And I also get
"2000-01-01 03:51:21: (mod_cgi.c.734) stat for cgi-handler /bin/php failed: No such file or directory"
message on the box.
Any idea to help me. Or correct my setup if I made something wrong
Thx
Didier
Hi,
First check if the php executable is at /bin/php .
If there is a /bin/php file, then try to lauch it by hand to see if there is some error message.
If there is no /bin/php , try to figure out where the PHP5 backport is installed (perhaps /bin/php5 or /usr/bin/php or ...)
Regards,
Jean-François
Thx jef,
Indeed, I'm frustated not to have followed this way of thinking.
I change the path in /etc/lighttpd.conf to the valid php bin path.
But now, I have another error :
2000-01-02 21:43:17: (mod_cgi.c.584) cgi died, pid: 1394
2000-01-02 21:43:18: (mod_cgi.c.1231) cgi died ?
Any idea.
Didier
I have the feeling that the php5 is not valid for my plateform, as the package is not available directly from the ipkg source.
Anybody has a succesful webserver+php5 install based on lighttpd on an ASUS ?
Thx
Hi,
What do you get if you execute:
/path/to/your/php -v
and
/path/to/your/php -i
?
Regards,
Jean-François
Hello Jean-Francois,
Indeed, it seems that you point to the right place
root@OpenWrt:~# /usr/bin/php -v
Aborted
root@OpenWrt:~# /usr/bin/php -i
Aborted
Not good. Suggestions are welcome.
Didier
Hello,
I test again today, and the result is that I can't find a php5 that is ok for my 709 version
I have tried:
http://downloads.openwrt.org/backports/0.9/php5_5.0.5-1_mipsel.ipk
and
http://downloads.openwrt.org/kamikaze/7.06/brcm47xx-2.6/packages/php5_5.1.6-1_mipsel.ipk
Perhaps I have to downgrade evrythink to the kamikaze 7.06 version.
Regards
Didier
Solve,
At the end, I have installed the 7.09 kamikaze version 2.4. Then installed all the prerequisites you have on your site.
Then I have used the the 7.06 ipg packet to install php 5 and it works !
Regards
Didier