problem installing pear

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul

    #1

    problem installing pear

    I just installed php 4.4 with apache 2.0 on WIN XP. All is working so far.
    From: the prompt, I type:
    go-pear and here's what I get:

    Loading zlib: ok
    Using local package: PEAR-stable......ok
    Using local package: Archive_Tar-stable....ok
    Using local package: Console_Getopt-stable....ok
    Using local package: XML_RPC-stable....ok
    Bootstrapping: PEAR........... ........(remote ) <!DOCTYPE html PUBLIC
    "-//W3C//DT
    D XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <!-- ViewVC :: http://www.viewvc.org/ -->
    <head>
    <title>ViewVC Exception</title>
    </head>
    <body>
    <h3>An Exception Has Occurred</h3>


    <h4>Python Traceback</h4>
    <p><pre>
    Traceback (most recent call last):
    File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 3623, in main
    request.run_vie wvc()
    File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 388, in run_viewvc
    self.view_func( self)
    File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 2122, in
    view_checkout
    fp, revision = request.repos.o penfile(path, rev)
    File "/usr/local/viewvc-1.1-dev/lib/vclib/bincvs/__init__.py", line 134,
    in op
    enfile
    filename, revision = _parse_co_heade r(fp)
    File "/usr/local/viewvc-1.1-dev/lib/vclib/bincvs/__init__.py", line 549,
    in _p
    arse_co_header
    raise COMalformedOutp ut, "Unable to find revision in co output stream"
    COMalformedOutp ut: Unable to find revision in co output stream

    </pre></p>
    </body>
    </html>
    ok
    Bootstrapping: Archive_Tar.... ........(local) ok
    Bootstrapping: Console_Getopt. ........(remote ) ok
    Downloading package: MDB2........... ..ok
    Downloading package: Net_Socket..... ..ok
    Downloading package: Net_SMTP....... ..ok
    Downloading package: Mail........... ..ok
    Downloading package: XML_Parser..... ..ok
    Downloading package: PHPUnit........ ..ok

    Fatal error: Undefined class name 'pear' in
    D:\programfiles \php\PEAR\go-pear.php
    on line 747
    Press any key to continue . . .

    What do I do?


  • Jonathan

    #2
    Re: problem installing pear

    Paul wrote:
    I just installed php 4.4 with apache 2.0 on WIN XP. All is working so far.
    From: the prompt, I type:
    go-pear and here's what I get:
    >
    Loading zlib: ok
    Using local package: PEAR-stable......ok
    Using local package: Archive_Tar-stable....ok
    Using local package: Console_Getopt-stable....ok
    Using local package: XML_RPC-stable....ok
    Bootstrapping: PEAR........... ........(remote ) <!DOCTYPE html PUBLIC
    "-//W3C//DT
    D XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <!-- ViewVC :: http://www.viewvc.org/ -->
    <head>
    <title>ViewVC Exception</title>
    </head>
    <body>
    <h3>An Exception Has Occurred</h3>
    >
    >
    <h4>Python Traceback</h4>
    <p><pre>
    Traceback (most recent call last):
    File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 3623, in main
    request.run_vie wvc()
    File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 388, in run_viewvc
    self.view_func( self)
    File "/usr/local/viewvc-1.1-dev/lib/viewvc.py", line 2122, in
    view_checkout
    fp, revision = request.repos.o penfile(path, rev)
    File "/usr/local/viewvc-1.1-dev/lib/vclib/bincvs/__init__.py", line 134,
    in op
    enfile
    filename, revision = _parse_co_heade r(fp)
    File "/usr/local/viewvc-1.1-dev/lib/vclib/bincvs/__init__.py", line 549,
    in _p
    arse_co_header
    raise COMalformedOutp ut, "Unable to find revision in co output stream"
    COMalformedOutp ut: Unable to find revision in co output stream
    >
    </pre></p>
    </body>
    </html>
    ok
    Bootstrapping: Archive_Tar.... ........(local) ok
    Bootstrapping: Console_Getopt. ........(remote ) ok
    Downloading package: MDB2........... ..ok
    Downloading package: Net_Socket..... ..ok
    Downloading package: Net_SMTP....... ..ok
    Downloading package: Mail........... ..ok
    Downloading package: XML_Parser..... ..ok
    Downloading package: PHPUnit........ ..ok
    >
    Fatal error: Undefined class name 'pear' in
    D:\programfiles \php\PEAR\go-pear.php
    on line 747
    Press any key to continue . . .
    >
    What do I do?
    >
    >
    Report a bug at the pear.php.net site, they can possible help you along.

    Jonathan

    Comment

    Working...