Op do 19-05-2005, om 06:34 schreef Robert Connolly:

> Run 'readelf -d driver.so | grep TEXTREL'. If there's something there then 
> you 
> would need to not-enable 'disable text relocation' in the pax options. The 
> standard libGL.so from x11 is not a proper shared object, its not pic; thats 
> one of the things we patch xorg for. I know ATI distributes their driver with 
> the non-pic libGL.so.. but I'm not sure about nvidia.

japie:~$ readelf -d /usr/lib/libGL.so | grep TEXTREL
 0x00000016 (TEXTREL)                    0x0
Same answer for libGlcore, I suppose 0x0 means there's nothing there?
(so it's pax safe)
-- 
Groetjes Japie

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to