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
./configure --build=arm-linux-gnueabi
make
but i want the possibility of ./configure step in this form - "./configure --host=arm-dey-linux-gnueabi --build=x86_64-linux-gnu --prefix=/"