<div>kazah, </div><div><br></div><div>(Long time lurker, first docs team post. Sorry in advance if I&#39;m violating any protocols).</div><div><br></div>&gt; I have seen references to something like &quot;./configure&quot;. What is that?<br>
&gt; Where do I find it? How do I edit it? I tried typing &quot;locate<br>&gt; ./configure&quot; at the command prompt but that didn&#39;t work to help me find<br>&gt;where to do this.<br><br>&quot;./configure, &quot; &quot;make&quot;, and &quot;make install&quot; are all commands used to install a program from source code. They are generally run from within the folder of the program you are trying to install. &quot;./configure&quot; builds a new make file. &quot;make&quot; builds a program. and &quot;make install&quot; actually installs the program. You have to run all three to install something. An alternative is to use &quot;yum&quot; or &quot;apt-get&quot; depending on what flavor of Linux your server is running. Both of these are preferable to installing from source because it will make it way easier to upgrade or uninstall software later on. <div>
<br></div><div>In terms of documentation needs, I wonder if it would be useful to also have a documentation page on how to talk to your hosting company about installing PDO. If there isn&#39;t one already, there could also be a page on talking to hosting companies about why you need PHP 5. Although, I sure hope that there aren&#39;t too many people still stuck with PHP 4 hosting providers. </div>
<div><br></div><div>Julia</div>