Reputation: 402
I'm trying to install Apache mod_xsendfile on a CentOS machine.
However, when I run:
apxs -c mod_xsendfile.c
no .so file is output. Instead it generates mod_xsendfile.la, mod_xsendfile.o, mod_xsendfile.slo, and mod_xsendfile.lo.
I can't understand why no .so file is generated.
Upvotes: 4
Views: 557