embedded-wisl V1.0pre4 use the Digi version of sqlite and disable the boa webserver libpcre-7.6 ------------- 1. download from http://www.pcre.org/ 2. untar in (project)/build/coretemplate/ 3. configure: ./configure --host=arm-linux --build=i386-linux --prefix=/home//Digi/DigiEL4.2/ 4. compile and install the lib type: make make install libxml2-2.6.31 -------------- 1. download from ftp://xmlsoft.org/libxslt/ 2. untar in (project)/build/coretemplate/ 3 configure ./configure --host=arm-linux --without-debug --without-python --prefix=/home//Digi/DigiEL4.2/ 4. compile make make install libxslt-1.1.22 ------------- 1. download from ftp://xmlsoft.org/libxslt/ 2. untar in (project)/build/coretemplate/ 3 configure ./configure --host=arm-linux --without-crypto --without-debug --without-debugger --without-python --prefix=/home//Digi/DigiEL4.2/ 4. compile make make install spl-1.0pre5 ----------- 1. download from http://www.clifford.at/ 2. untar in (project)/build/coretemplate/ 3. patch the spl (patch can be found in downloads section): cp spl-1.0pre5-ME921X.diff (project)/build/coretemplate/spl-1.0pre5/ cd into spl dir patch -p1 < spl-1.0pre5-ME921X.diff 4. compile the lib type: make 5. copy needed files to arm linux target www folders (???) cd (project)/build/coretemplate/ mkdir www mkdir www/spl_modules mkdir www/webspl_cache Copy from spl-1.0pre5/spl_modules to build/coretemplate/www/spl_modules: mod_array.so mod_bits.so mod_cgi.so mod_crypt.so mod_encode_int.splb mod_encode_js.splb mod_encode_regex.splb mod_encode_url.splb mod_encode_xml.so mod_environ.so mod_file.so mod_format_ini.splb mod_gpio.so mod_inotify.so mod_prime.so mod_sql.so mod_sql_sqlite.so mod_sql_utils.splb mod_system.so mod_task.so mod_termio.so mod_time.so mod_w2t.splb mod_webdebug.so mod_xml.so 6. copy the webpages Copy the webpages to your www folder (project)/build/coretemplate/www 7. copy the addfiles script cp add_files.sh (project)/configs/