Difference between revisions of "Talk:Chumby as a web server"

From Chumby Wiki
Jump to: navigation, search
(New page: [http://www.lighttpd.net/download/lighttpd-1.4.19.tar.gz 1.4.19] is the recommended version, however it cannot be built as-is (no fault of Chumby). [http://trac.lighttpd.net/trac/changese...)
 
Line 3: Line 3:
 
  ./configure --build=i386-linux --host=arm-linux --prefix=/mnt/usb/lighty --without-zlib --without-bzip2
 
  ./configure --build=i386-linux --host=arm-linux --prefix=/mnt/usb/lighty --without-zlib --without-bzip2
  
If you want built-in zlib and bzip2 support, you're on your own (YOYO) but please document.
+
--[[User:Wayn3w|Wayn3w]] 18:31, 14 May 2008 (PDT)

Revision as of 18:31, 14 May 2008

1.4.19 is the recommended version, however it cannot be built as-is (no fault of Chumby). This patch would have to be applied to the source to allow it to compile. Also, the following configure command would have to be used:

./configure --build=i386-linux --host=arm-linux --prefix=/mnt/usb/lighty --without-zlib --without-bzip2

--Wayn3w 18:31, 14 May 2008 (PDT)