Re: An idea why apreq isnt building

"Edward J. Sabol" <[email protected]> Sun, 30 Nov 2025 14:05:07 -0500
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
On Nov 30, 2025, at 4:01=E2=80=AFAM, Mithun Bhattacharya <[email protected]> w=
rote:
> This is blowing up for -fPIC which I see both the Perl and Apache builds a=
re using - am I missreading the error ?

It's saying your Perl (specifically libperl.a) wasn't built with -fPIC. My g=
oogling suggests that you add "-Duseshrplib -Dccflags=3D-fPIC" to your "perl=
brew install" command.

Hope this helps,
Ed