|
Posted by Paul on 10/22/06 20:54
finally got it working - thanks
"Onur Yerlikaya" <onurphp@gmail.com> wrote in message
news:1160967839.470140.198010@e3g2000cwe.googlegroups.com...
>
> 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_viewvc()
>> 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.openfile(path, rev)
>> File "/usr/local/viewvc-1.1-dev/lib/vclib/bincvs/__init__.py", line
>> 134,
>> in op
>> enfile
>> filename, revision = _parse_co_header(fp)
>> File "/usr/local/viewvc-1.1-dev/lib/vclib/bincvs/__init__.py", line
>> 549,
>> in _p
>> arse_co_header
>> raise COMalformedOutput, "Unable to find revision in co output
>> stream"
>> COMalformedOutput: 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?
>
> Hello Paul,
>
> Please download go-pear.php from http://go-pear.org.
> And save file to new PEAR directory. ( can be located at your htdocs
> you can move it ;) )
> Install PEAR with calling it from your browser.
> http://localhost/samplePEARDir/go-pear.php
>
> If you have a problem with it you can write again ;)
>
> Regards,
> Onur Yerlikaya
>
[Back to original message]
|