-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > not sure, > > I've been messing with mysql and apache, but I've also been very busy (you > know...) > > will check on that soon. either it is solved or it needs a paxctl > -m /usr/sbin/whatever/apache2 > > thanks for the reminder. > > regards, > pedro venda.
mod_php contains a ton of TEXTREL's as can be seen with `scanelf -T /usr/lib/apache2-extramodules/libphp4.so` (scanelf comes from the pax-utils package, you should get the ~arch version). As the FAQ said, you will get the error if you have your kernel disallowing text relocations(CONFIG_PAX_NOELFRELOCS). There are still enough things containing textrels that for now, it's probably easiest to disable that option, the other option, as stated, would be to disable MPROTECT on the appropriate files. Robert -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCsv+/ZwjIiODIZ4oRAjQJAJwOmFgDZPBZo8sNUtOSGHFS1mmJ+ACfRHPk R/Ykoh6uZela1QIhhFQD+Wo= =pgMT -----END PGP SIGNATURE----- -- [email protected] mailing list
