In message <0aaf73f0-af48-53ac-c8d7-871ae0339...@mrbrklyn.com>, Ruben Safir wri tes: >/usr/local/lib/perl5/5.26.1/x86_64-linux-thread-multi/CORE/libperl.a(op.o): >relocation R_X86_64_PC32 against symbol `PL_opargs' can not be used when >making a shared object; recompile with -fPIC
$ perl -V Looks like your Perl build is statically linked and multi-threaded while your Apache is pre-fork and you intend to build mod_perl as a DSO. John groenv...@acm.org