I am trying to use go-pear to install the latest version of PEAR on my
dedicated server, yet I get repeated fails with error messages I cannot
really understand. (looks like a cvs problem perhaps?)
I run lynx -source http://go-pear.org/ | php
and I get a few download .... ok messages then sometimes I get a
bootstrap .... ok messages but I always get this:
<<outputSnippet
1. Installation prefix : /usr
2. Binaries directory : $prefix/bin
3. PHP code directory ($php_dir) : $prefix/share/pear
4. Documentation base directory : $php_dir/docs
5. Data base directory : $php_dir/data
6. Tests base directory : $php_dir/tests
7. Temporary files directory : /tmp/pear/cache
1-7, 'all' or Enter to continue:
The following PEAR packages are bundled with PHP: DB, Net_Socket,
Net_SMTP,
Mail, XML_Parser, PHPUnit.
Would you like to install these as well? [Y/n] : Y
Loading zlib: ok
PHP Notice: Undefined variable: dh in - on line 608
Notice: Undefined variable: dh in - on line 608
Downloading package: PEAR-stable......ok
Downloading package: Archive_Tar-stable....ok
Downloading package: Console_Getopt-stable....ok
Downloading package: XML_RPC-stable....ok
Bootstrapping: PEAR...................(remote) <!DOCTYPE html PUBLIC
"-//W3C//DTD 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://viewvc.tigris.org/
by Greg Stein -- mailto:[EMAIL PROTECTED] -->
<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 "./lib/viewcvs.py", line 3591, in main
File "./lib/viewcvs.py", line 379, in run_viewcvs
File "./lib/viewcvs.py", line 2114, in view_checkout
File
"/usr/local/viewvc-1.0-dev/lib/vclib/bincvs/__init__.py",
line 134, in openfile
filename, revision = _parse_co_header(fp)
File
"/usr/local/viewvc-1.0-dev/lib/vclib/bincvs/__init__.py",
line 549, in _parse_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............(remote) ok
Bootstrapping: Console_Getopt.........(remote) ok
Downloading package: DB...............ok
Downloading package: Net_Socket.......ok
Downloading package: Net_SMTP.........ok
Downloading package: Mail.............ok
Downloading package: XML_Parser.......ok
Downloading package: PHPUnit..........ok
PHP Fatal error: Undefined class name 'pear' in - on line 701
Fatal error: Undefined class name 'pear' in - on line 701
<<endOutputSnippet
I am SSH'd into a dedicated server and I have tried running this three
times, and each time I try running this twice to see if its a network
issue.
"COMalformedOutput: Unable to find revision in co output stream" looks
like a CVS co problem - is go-pear the one accessing the CVS or is my
machine?
THanks for any help you might be able to offer!
-wade