Project

General

Profile

Compiling LigHTTPd for ARM 32 MSB from Linux x64

Added by Anonymous over 11 years ago

I'm trying to compile LigHTTPd for ARM 32-Bit, MSB ending up with the file cmd result of: lighttpd: ELF 32-bit MSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped, 130KB give or take a tad. I'm on LinuxMint x64. No matter what I try, I end up with a x64 executable instead of x86.

While supporting the following modules only: mod_ssi, mod_cgi, mod_alias, mod_auth, mod_expire, mod_redirect, mod_setenv

I can't seem to grasp the compile params.

Trying cmd: ./configure arm-linux --host=arm-linux --enable-shared --without-bzip2 --with-pcre --disable-lfs --without-zlib --disable-ipv6 --without-lua --without-openssl --without-mysql --without-kerberos5 --without-gdbm --without-memcache

If anyone could help shed some light on this, I'd be so very grateful. I'm trying to work off of a pre-existing zImage Kernel too but eh...not sure.