Project

General

Profile

[Solved] When I cross-compile lighttpd, I get no shared plugins

Added by bsmucker over 5 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


Replies (1)

[Resolved] RE: When I cross-compile lighttpd, I get no shared plugins - Added by bsmucker over 5 years ago

Looks like I had the host and build parameters wrong. Fixed now.

    (1-1/1)