<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ashley Sheridan wrote:<br>
<blockquote cite="mid1268147331.2303.23.camel@localhost" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="GENERATOR" content="GtkHTML/3.26.3">
On Tue, 2010-03-09 at 23:06 +0800, Edward. S. P. Leong wrote:
  <blockquote type="CITE">
    <pre>Ashley Sheridan wrote:

&gt; On Mon, 2010-03-08 at 22:39 +0800, Edward. S. P. Leong wrote:
&gt;
&gt;&gt;Ashley Sheridan wrote:
&gt;&gt;
&gt;&gt;&gt;On Mon, 2010-03-08 at 01:07 +0800, Edward. S. P. Leong wrote:
&gt;&gt;&gt;
&gt;&gt;&gt;  
&gt;&gt;&gt;
&gt;&gt;&gt;&gt;Dear All,
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;Which can we download pear ann install into fc 11 system ?
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;Thank for your help !
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;Edward.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;    
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;I'm not sure I understand your question. Do you mean what Pear
&gt;&gt;&gt;components can be installed on a Fedora 11 system? I'm running Fedora 11
&gt;&gt;&gt;on my desktop and laptop at the moment, and both systems are running
&gt;&gt;&gt;5.2.12, so any of the Pear modules that say they will run on that are
&gt;&gt;&gt;fine. If you need to check to see what version of PHP is running, in a
&gt;&gt;&gt;console or text login, type 'yum list php' and you'll get a line that
&gt;&gt;&gt;reads something like:
&gt;&gt;&gt;
&gt;&gt;&gt;php.i586    5.2.12-1.fc11    @updates
&gt;&gt;&gt;
&gt;&gt;&gt;Thanks,
&gt;&gt;&gt;Ash
&gt;&gt;&gt;<a href="http://www.ashleysheridan.co.uk">http://www.ashleysheridan.co.uk</a>
&gt;&gt;&gt;  
&gt;&gt;&gt;
&gt;&gt;Dear Ash,
&gt;&gt;
&gt;&gt;1, My means is where can we download the pear and install it into the
&gt;&gt;fedora 11 system ?
&gt;&gt;Due to our web server :
&gt;&gt;[pear]# pwd
&gt;&gt;/usr/share/pear
&gt;&gt;[pear]# dir
&gt;&gt;Archive data OS pearcmd.php peclcmd.php System.php XML
&gt;&gt;Console doc PEAR PEAR.php Structures test
&gt;&gt;[pear]#
&gt;&gt;So, it is not update ( pear ) ?
&gt;&gt;
&gt;&gt;2, Would you mind to send me your php config ( php.ini ) and Web Server
&gt;&gt;config ( httpd.conf ) as sample ?
&gt;&gt;Due to our Web Server is problem :
&gt;&gt;After upload all of homepage data ( php format ) to Web Server, then
&gt;&gt;type "<a href="http://ip">http://ip</a> or domain_name" the result is blank page...
&gt;&gt;
&gt;&gt;Thank for your help !
&gt;&gt;
&gt;&gt;Edward.
&gt;&gt;    
&gt;&gt;
&gt;
&gt; If you're getting a blank page, the first port of call is your error
&gt; log. At a console type:
&gt;
&gt; sudo tail -f /var/log/httpd/error_log
&gt;
&gt; which should then continually update itself with a list of errors as
&gt; and when they occur, which will be useful to you if you need to view
&gt; the log while you're debugging. This file is only readable by the root
&gt; user.
&gt;
&gt; My config files won't be that much help I don't think, as the setup of
&gt; both our servers will be quite different.
&gt;
&gt; How did you try to install Pear on your Fedora 11 system? The package
&gt; manager that comes with Fedora (I use KPackageKit on KDE) allows you
&gt; install and remove Pear modules as you need.
&gt;
&gt; Thanks,
&gt; Ash
&gt; <a href="http://www.ashleysheridan.co.uk">http://www.ashleysheridan.co.uk</a>
&gt;
&gt;
&gt;
Dear Ash,

When I tried to install pear from the net into our server ( FC11 64Bit )
as the following cmd :
[root]# yum install pear
Loaded plugins: refresh-packagekit
Setting up Install Process
No package pear available.
Nothing to do
[root]#

So, I ask for the solution here ( for help )...

Hope anyone or you can help me...

Edward.

    </pre>
  </blockquote>
By default yum matches the beginning of the package name. As there is
no package called pear, it finds nothing.<br>
  <br>
Instead, you can use:<br>
  <br>
yum install php-pear*<br>
  <br>
to install all the php-pear packages, or install them as you need by:<br>
  <br>
yum install php-pear-subpackage<br>
  <br>
  <table cellpadding="0" cellspacing="0" width="100%">
    <tbody>
      <tr>
        <td>
Thanks,<br>
Ash<br>
        <a href="http://www.ashleysheridan.co.uk">http://www.ashleysheridan.co.uk</a><br>
        <br>
        <br>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
</blockquote>
Dear Ash,<br>
<br>
1, Thank for your technical support of the installation / update
operation....<br>
2, If your is FC11 System, so, would you mind to send me (
<a class="moz-txt-link-abbreviated" href="mailto:edwardspl.mo@gmail.com">edwardspl.mo@gmail.com</a> ) your php.ini ( config ) for reference ?<br>
<br>
Thanks !<br>
</body>
</html>