<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://webfault.org/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Michael VERGOZ - Tag - APR</title>
  <link>http://webfault.org/</link>
  <atom:link href="http://www.webfault.org/feed/tag/APR/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Mon, 09 May 2011 11:04:41 +0100</pubDate>
  <copyright>Copyright 2007 - Michael Vergoz</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Compiler Apache sans SSP</title>
    <link>http://webfault.org/post/2007/09/16/Compiler-Apache-sans-SSP</link>
    <guid isPermaLink="false">urn:md5:d5479b129953074cc9daa2091c1dcb57</guid>
    <pubDate>Sun, 16 Sep 2007 10:44:00 +0000</pubDate>
    <dc:creator>Michael Vergoz</dc:creator>
        <category>Portage / Cross dev</category>
        <category>Apache</category><category>APR</category><category>SSP</category>    
    <description>    &lt;p&gt;Un autre petit tip pour compiler &lt;a href=&quot;http://webfault.org/index.php?tag/Apache&quot;&gt;Apache&lt;/a&gt; 1.3 sans &lt;a href=&quot;http://webfault.org/index.php?tag/SSP&quot;&gt;SSP&lt;/a&gt;.&lt;/p&gt;

&lt;pre&gt;
$ ./configure --prefix=/je/sais/pas --exec-prefix=/je/sais/pas --enable-module=so
$ make CC=&amp;quot;gcc -fno-stack-protector -DEAPI&amp;quot; LD=&amp;quot;ld -fno-stack-protector&amp;quot;
$ readelf -a src/httpd | grep stack_chk
&lt;/pre&gt;


&lt;p&gt;Et voila plus de &lt;a href=&quot;http://webfault.org/index.php?tag/SSP&quot;&gt;SSP&lt;/a&gt; dans &lt;a href=&quot;http://webfault.org/index.php?tag/Apache&quot;&gt;Apache&lt;/a&gt; :)&lt;/p&gt;


&lt;p&gt;Pour &lt;a href=&quot;http://webfault.org/index.php?tag/Apache&quot;&gt;Apache&lt;/a&gt; &amp;gt; 2.0 et pour &lt;a href=&quot;http://webfault.org/index.php?tag/APR&quot;&gt;APR&lt;/a&gt; il ne faut pas utiliser CC et LD mais CFLAGS, et LDFLAGS.
En fait à l'époque Apache 1.3 ne gérait pas ces deux dernières variables.&lt;/p&gt;

&lt;pre&gt;
$ make CFLAGS='-fno-stack-protector' LDFLAGS='-fno-stack-protector'
&lt;/pre&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>
