in reply to mod_perl and Apache 2.2.11

Why not recompile with -fPIC?

Replies are listed 'Best First'.
Re^2: mod_perl and Apache 2.2.11
by morgon (Priest) on Jul 10, 2009 at 13:50 UTC
    Which one - Perl or mod_perl?

    And how - is there a configure-switch to do this (I compiled Perl pretty much with default options and it would use -fPIC anyway)?

      $ ./configure --help

      Read the section on environment variables. CFLAGS looks like it could be used to set compiler flags.


      --
      Rohan