Subject: Re: mod_perl & unsupported relocation type 10
To: Daniel Eggert <danieleggert@mac.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-macppc
Date: 12/10/2002 07:12:38
On Tue, Dec 10, 2002 at 05:30:33AM -0800, Daniel Eggert wrote:

 > Does anyone know, if there's a work-around? I'd very much like to get mod_perl working on my NetBSD macppc machine. This 'fix' has been supposed, but I'm not sure, if it's a good idea:
 >     http://mail-index.netbsd.org/port-powerpc/2002/06/15/0003.html

No, that patch is not correct.

That reloc type is not a PIC reloc.  If it is present in the mod_perl
module, it means that it was not compiled as PIC code, which is the
real problem.

Someone needs to diagnose why mod_perl is not being built PIC.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>