lighttpd compilation for ARM architecture

152 Views Asked by At

i'm trying to install lighttpd in linux (UBUNTU) and cross compile it to ARM architecture, so could anyone perhaps help me with the possible ./configure step, i'm mentioning the steps i've done till now. -

1.wget https://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.66.tar.gz

2.tar xvzf lighttpd-1.4.66.tar.gz

  1. ./configure --build=arm-linux-gnueabi

  2. make

but i want the possibility of ./configure step in this form - "./configure --host=arm-dey-linux-gnueabi --build=x86_64-linux-gnu --prefix=/"

0

There are 0 best solutions below