<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 01/02/2013 13:23, Le Haies Cyrille a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:29C8D3D8A0B2E2429F63416026DAF95B57FA98A4@daru2.domaine.local"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]-->
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.hps
        {mso-style-name:hps;}
p.sig, li.sig, div.sig
        {mso-style-name:sig;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Arial","sans-serif";
        color:black;}
p.sigsmall, li.sigsmall, div.sigsmall
        {mso-style-name:sigsmall;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:10.0pt;
        font-family:"Arial","sans-serif";
        color:black;}
span.sig1
        {mso-style-name:sig1;
        font-family:"Arial","sans-serif";}
span.sigsmall1
        {mso-style-name:sigsmall1;
        font-family:"Arial","sans-serif";}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span class="hps"><span lang="EN">My
              problem</span></span><span lang="EN">
            <span class="hps">may</span> <span class="hps">be</span> <span
              class="hps">linked to the fact</span>
            <span class="hps">that</span> <span class="hps">I have not</span>
            <span class="hps">
              set correctly</span> <span class="hps">Ruder.</span><br>
            <span class="hps">I created</span> <span class="hps">several</span>
            <span class="hps">
              rule,</span> <span class="hps">the</span> <span
              class="hps">first</span> <span class="hps">
              rule</span> instqll freetds <span class="hps">and the
              second</span> <span class="hps">
              install</span> <span class="hps">php</span>.<br>
            <span class="hps">explanation:</span><br>
            <span class="hps">Installing</span> <span class="hps">php</span>
            <span class="hps">
              libraries</span> <span class="hps">of</span> <span
              class="hps">the</span> <span class="hps">
              need</span> <span class="hps">for the connector</span> <span
              class="hps">mssql</span>
            <span class="hps">freetds</span>, <span class="hps">the</span>
            <span class="hps">
              freetds</span> <span class="hps">rules</span> <span
              class="hps">should apply before</span>
            <span class="hps">the</span> <span class="hps">rules</span>
            <span class="hps">php.</span><br>
            <span class="hps">The solution may</span> <span class="hps">be</span>
            <span class="hps">
              to create a single</span> <span class="hps">rule</span> <span
              class="hps">that</span>
            <span class="hps">contains instructions for</span> <span
              class="hps">my 2</span> <span class="hps">
              previous using</span> <span class="hps">different</span>
            <span class="hps">priority level</span>
            <span class="hps">for each</span> <span class="hps">technique?</span><br>
          </span><br>
        </p>
      </div>
    </blockquote>
    <br>
    As far as I understand your context, you should be OK with either
    solution: after converging, you will have both PHP and FreeTDS
    installed, and all should be OK. <br>
    <br>
    But I know it's a kind of mind-shifting, not easy at the begining.
    What helps me is generally to think backward, from the desired goal:
    say I have a fully installed & configured server, with both PHP
    and FreeTDS. Say someone desinstall (or broke configuration)
    FreeTDS. What the system should do ? If it can recover from that
    point, then there is not a real dependency between FreeTDS and PHP
    (even if both are needed in the end, of course !). If the system
    can't recover withtout reinstalling/reconfiguring PHP, there is some
    kind of dependency, and a workaround will have to be find (perhaps
    it's a dedicated Technique, or something else). <br>
    <br>
    Today, with you configuration (one rule for installing PHP, one
    other for FreeTDS), you don't get a working system ? Do you have
    some errors to report, that could help ?<br>
    <br>
    Cheers, <br>
    <br>
    <div class="moz-signature">-- <br>
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <style type="text/css"><!--
    a.redlink:link { color: #962322; text-decoration: none; }
    a.redlink:visited { color: #962322; text-decoration: none; }
    .sig { font-family: sans-serif; font-size: small; }
    .sigsmall { font-family: sans-serif; font-size: x-small; }
  --></style>
      <table width="380" cellpadding="0" cellspacing="2" border="0">
        <tbody>
          <tr>
            <td colspan="2">
              <hr></td>
          </tr>
          <tr>
            <td colspan="2"><b><img alt=""
                  src="cid:part1.06090609.01080608@normation.com"
                  width="50" align="left" height="50" hspace="10"> <span
                  class="sig">François ARMAND</span></b><br>
              <span class="sig"><i>Directeur de la R&D</i></span><br>
              <span class="sig"><a class="redlink"
                  href="http://www.normation.com">Normation</a></span> </td>
          </tr>
          <tr>
            <td colspan="2">
              <hr></td>
          </tr>
          <tr>
            <td colspan="2"><span class="sigsmall"><b>87 rue de Turbigo,
                  75003 Paris, France</b></span></td>
          </tr>
          <tr>
            <td><span class="sigsmall">Telephone:</span></td>
            <td><span class="sigsmall">+33 (0)1 83 62 99 23</span></td>
          </tr>
          <tr>
            <td><span class="sigsmall">Mobile:</span></td>
            <td><span class="sigsmall">+33 (0)6 63 37 60 55</span></td>
          </tr>
          <tr>
            <td colspan="2">
              <hr></td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>