|
APACHE is compiled using: ./configure --enable-module=so --sysconfdir=/etc --htdocsdir=/mnt/flash/html --logfiledir=/var
PHP is compiled using: ./configure \ --disable-libxml --disable-dom --disable-simplexml --disable-xml \ --without-pear --without-iconv --with-config-file-path=/etc/\ --enable-discard-path -with-sqlite=shared --with-apxs=/usr/local/apache/src/support/apxs --enable-module=so
To correctly compile make sure that all libraries needed are available. The SDK to perform additional cross-compiling is freely available at: http://www.acmesystems.it/?id=71 The instructions and how-to's to cross-compile with CRIS a C application are available here: http://www.acmesystems.it/?id=711 SOURCES: Apache Webserver sources are avilable at http://www.apache.org inside download section, the version is 1.3.37
PHP sources are available at: http://www.php.net inside download section the version is 5.0.5, a patched version is included in the SDK
LICENSES Apache/1.3.37 Server Copyright 2007 Kdev of Davide Cantaluppi Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. PHP 5.0.5 "This product includes PHP software, freely available from <http://www.php.net/software/>" MOD_DAV This product includes software developed by Greg Stein <
This e-mail address is being protected from spam bots, you need JavaScript enabled to view it
> for use in the mod_dav module for Apache (http://www.webdav.org/mod_dav/). |