On 22 Oct 2005 at 15:15, Antoine Martin wrote: > I've upgraded a (gentoo x86 selinux) system from MySQL 4.0 to 4.1, and > since then some of the software that uses mysql-libs refuse to run > without 'shlib_t:file execmod'. > > ie: when starting postfix (built and rebuilt with mysql support): > postfix: error while loading shared > libraries: /usr/lib/libmysqlclient.so.14: cannot restore segment prot > after reloc: Permission denied
the reason might be text relocations, even though they should have been fixed already upstream. see long story at http://bugs.gentoo.org/show_bug.cgi?id=42968 http://bugs.mysql.com/bug.php?id=11642 what does scanelf -T /usr/lib/libmysqlclient.so.14 report? if it's not text relocs, then post an strace please. -- [email protected] mailing list
