473,799 Members | 3,822 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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?
Oct 14 '06 #1
1 1659
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
Oct 15 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1543
by: Jay Donnell | last post by:
I just installed Getopt via pear and pear stopped working. No matter what I put as arguments I get the usage instructions: # pear list-installed Usage: pear command <parameters> Type "pear help options" to list all options. .... Clearly the version of pear doesn't like the newest version of Getopt.
3
4927
by: Jean-Christian Imbeault | last post by:
I have a user account on a RH Linux machine but no root access. I succesfully installed apache 1.3 under my /home/ account but can't get PHP to install properly. I have done the following steps: #1 compiled and installed apache using --prefix=/home/imbeauje/apache. Tested that it works.
3
2013
by: Jan Holland | last post by:
I am trying to install pear on a shared server/host following the instructions from: <http://uk.builder.com/architecture/web/0,39026570,20283197,00.htm> So I made a subdir on my site like: http://www.urlname.urlextension/pear/ to install the pear into by running go-pear.php fromthat subdir "pear"
0
1439
by: metin | last post by:
When I want to install php after the commands ../configure --with-apxs2=/www/bin/apxs --with-mysql and make without any error, when i type make install i have the following error: Installing PEAR environment: /usr/local/lib/php/ Archive_Tar - already installed: 1.3.1 Console_Getopt - already installed: 1.2 Fatal error: Call to undefined method PEAR_Registry::packageinfo() in
1
7842
by: CSTechie | last post by:
I've been battling to install PEAR on Windows XP now for too long. I am not sure what I need to do. When I run go-pear.php from the command line, I get the error message as shown at the end. I included everything in case there is something there that's helpful. I'm trying to install PEAR so that I can use PHPUnit. Thanks for the help!!!!
1
4291
by: zpinhead | last post by:
I am unable to get my downloaded extension from pecl to link up with php properly. seems like the php.so I could not use pear install http. pear claimed the extension was already installed. that is certainly not true. I downloaded the http extension from pecl. cvs -d:pserver:cvsread@cvs.php.net:/repository co pecl/http
0
1239
by: mchristopher | last post by:
I'm having trouble compiling DOM XML support into PHP 4.4.2 on CentOS 4.3. Everytime I attempt to compile, it spits back this: .... chmod 755 /usr/lib/apache/libphp4.so Installing PHP CLI binary: /usr/local/bin/ Installing PHP CLI man page: /usr/local/man/man1/ Installing PEAR environment: /usr/local/lib/php/ Archive_Tar - already installed: 1.3.1
2
1130
by: gorkface | last post by:
I've read just about every article on the net about installing PEAR on a remote server (i.e., on my web space which I rent, like just about everybody in the whole world, from an internet provider.) I have found so many examples of incorrect code and obscure terminology that I've begun to think the aim of PEAR disciples is to mystify their activities so they can charge more for their efforts. Can anyone, anyone at all, tell me in plain...
1
2759
by: Victor | last post by:
Hi, 1. I'm a PHP newbie looking for some help with the SVN PHP extension. I installed the SVN extension in Mac OS 10.5 (Leopard) using the PEAR command line. 2. Whenever I ran the following code: <?php #phpinfo();
0
9687
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9543
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10237
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7567
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6808
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5588
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4144
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.