Re: [gentoo-hardened] pidgin & libGL

2011-02-16 Thread Alex Efros
Hi! On Wed, Feb 16, 2011 at 06:19:59PM +0200, pagee...@freemail.hu wrote: > what's lddtree say? here libGL is loaded for libgtk-x11-2.0.so (x11-libs/gtk+) > which is needed when you have USE=gtk. so you should look at gtk+ and see why > it needs libGL (or better, whether it's configurable). Thank

Re: [gentoo-hardened] pidgin & libGL

2011-02-16 Thread pageexec
On 16 Feb 2011 at 18:50, Alex Efros wrote: > pidgin: error while loading shared libraries: libGL.so.1: failed to > map segment from shared object: Operation not permitted > > While this can be solved by same `paxctl -m`, I don't like to relax PaX > for pidgin. Instead, I'd like to stop pi

[gentoo-hardened] pidgin & libGL

2011-02-16 Thread Alex Efros
Hi! I'm using nvidia drivers on hardened workstation (I know this doesn't supported but I've manually unmasked them) and set `eselect opengl` to nvidia because this is only way to get hardware 3d acceleration in vmware. Because of this I've to use `paxctl -m` on few non-critical binaries. But aft