Subject: Re: Unsupported relocation type 10 in non-PLT relocations
To: None <tech-pkg@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-pkg
Date: 06/30/2005 06:07:23
In article <8497CF30-6D77-4BC4-9A0A-76CF69B5F3BE@minimal.cx>,
ian  <techpkg@minimal.cx> wrote:
>
>On 29 Jun, 2005, at 14:06, Bruce O'Neel wrote:
>
>> Sadly it's likely some dependency that clamav needs.
>>
>Ok, I'll try going through those next.
>
>> You can try
>>
>> setenv LD_DEBUG 1
>>
>> and see if this gives you more information.  On my system it  
>> doesn't but the
>> man says that this is verbose only if ld.so was built with  
>> debugging...
>>
>Thanks for all the suggestions, but I've not got anywhere yet (I'm  
>not sure the LD_DEBUG did anything, but I have a few more files to  
>check).
>
Make sure that all the object files you are linking together are really
compiled with -fpic or -fPIC. Save the build record and take a look at
it line by line.

christos