Menu

Install Asus WL-500GP, error

Help
Didier
2008-08-25
2012-12-14
  • Didier

    Didier - 2008-08-25

    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

     
    • jef2000

      jef2000 - 2008-08-26

      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

       
    • Didier

      Didier - 2008-08-27

      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

       
    • jef2000

      jef2000 - 2008-08-27

      Hi,

      What do you get if you execute:

      /path/to/your/php -v

      and

      /path/to/your/php -i

      ?

      Regards,

      Jean-François

       
    • Didier

      Didier - 2008-08-27

      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

       
    • Didier

      Didier - 2008-08-28

      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

       
    • Didier

      Didier - 2008-09-02

      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

       

Log in to post a comment.