My libstdc++ doesn't have TEXTREL $ readelf -d /usr/lib/libstdc++* |grep TEXTREL
it returns nothing.. if it had textrel i would have a result. (but I have newer versions of the libs, maybe the FC4 ones do have it?) On Sun, 2006-02-19 at 15:12 +0100, Le Philousophe - Phil wrote: > But it's because libstdc++ has Text Relocs. The only way to avoid that is > compile without static libs... And if we do that, people will need my version > of libstdc++ i.e. the last one from FC repos... But people doesn't like to be > up to date... > Phil > P.S. I am not sure the context (which allow TkCxImage to run with text > relocs) > is preserved in RPMs... > > Le Sunday 19 February 2006 15:05, Sander Hoentjen a écrit : > > SELinux is on by default. Anyway text relocation are a bad idea security > > wise if I understand correctly. That is why SELinux won't allow them. So > > in my opinion we should only have libs without them. > > > > My 2 cents ;) > > > > Sander > > > > On Sun, 2006-02-19 at 05:13 +0000, Alberto Diaz wrote: > > > Hi Phil! > > > If SELinux is not the default there, I suppose the ones who choose it > > > know what they are doing and so they know how to fetch a tgz and compile > > > it, so for me the 'proper fix' is just add a note in the wiki or even a > > > simple check in aMSN which warns the user: 'You are using a SELinux > > > enabled version, please compile aMSN extensions on your own', something > > > like that. I don't think the amount of users with SELinux is enough to > > > create a second package, remember that feature is moe server-oriented > > > than desktop oriented... > > > > > > Just my 2 cents :) > > > > > > Alberto > > > > > > El Sunday, 19 de February de 2006 10:17, Le Philousophe - Phil escribió: > > > > Hi, > > > > On FC4 we have the ability to enable SELinux patches from NSA... > > > > But if we do that, aMsn from current RPM won't want to run because > > > > TkCxImage has text relocations and SELinux forbid that by default... > > > > To avoid text relocations, we have to link it with libstdc++ > > > > dynamically like it was done if first versions of packages... (I think > > > > it's libstdc++ what has text relocations in it but he has rights to do > > > > it...) So I have a trouble : > > > > 1) we will have to do 2 packages > > > > 2) we will have to explain to users the one they must use and I am > > > > afraid of where we will put that to warn them before they download... > > > > Another way would be to modify the making chain specifically to FC4... > > > > :s Phil > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > > files for problems? Stop! Download the new AJAX search engine that > > > > makes searching your log files as easy as surfing the web. DOWNLOAD > > > > SPLUNK! > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=12164 > > > >2 _______________________________________________ > > > > Amsn-devel mailing list > > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > files for problems? Stop! Download the new AJAX search engine that > > > makes searching your log files as easy as surfing the web. DOWNLOAD > > > SPLUNK! > > > http://sel.as-us.falkag.net/sel?cmd______________________________________ > > >_________ Amsn-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > files for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 > > _______________________________________________ > > Amsn-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd_______________________________________________ > Amsn-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/amsn-devel > > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
