Added by bsmucker about 6 years ago
I use the following configure command
./configure --build=arm-linux --host=x86_64-pc-linux-gnu --without-bzip2 --without-ldap --without-lua --without-memcache --without-pcre --without-webdav-props --without-webdav-locks --without-openssl --disable-static --prefix=/home/bsmucker/work/source/lighttpd/bin --enable-shared
make
make install
I expect mod_access.so, rather than mod_access.a and mod_access.la, etc. (All plugin libraries are static, rather than shared)
What am I doing wrong?
Thanks,
Brian
Looks like I had the host and build parameters wrong. Fixed now.