• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PEAR not installing

A

adrianodalpra

Guest
Hi,

I tried to install PEAR and I got an error.
Anyone knows what can be wrong? I am using Plesk 7.6.1.

Thanks.

C:\Program Files\SWsoft\Plesk\Additional\Php>go-pear.bat
Welcome to go-pear!

Go-pear will install the 'pear' command and all the files needed by
it. This command is your tool for PEAR installation and maintenance.

Use 'php PEAR\go-pear.php local' to install a local copy of PEAR.

Go-pear also lets you download and install the PEAR packages bundled
with PHP: MDB2, Net_Socket, Net_SMTP, Mail, XML_Parser, PHPUnit.


If you wish to abort, press Control-C now, or press Enter to continue:

HTTP proxy (http://user:[email protected]:port), or Enter for none::
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.

*WARNING*
We found php.exe under C:\Program Files\SWsoft\Plesk\Additional\Php\cli\php.exe,
it uses an unknown SAPI. PEAR commandline
tool has not been tested with it, if you have a CLI (or CGI) php.exe available,
we strongly recommand to use it.


Below is a suggested file layout for your new PEAR installation. To
change individual locations, type the number in front of the
directory. Type 'all' to change all of them or simply press Enter to
accept these locations.

1. Installation prefix : C:\Program Files\SWsoft\Plesk\Additional\Php

2. Binaries directory : $prefix
3. PHP code directory ($php_dir) : $prefix\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 : $prefix\temp
8. php.exe path : C:\Program Files\SWsoft\Plesk\Additional\Php
\cli\php.exe

1-8, 'all' or Enter to continue:

The following PEAR packages are bundled with PHP: MDB2, Net_Socket,
Net_SMTP, Mail, XML_Parser, PHPUnit.
Would you like to install these as well? [Y/n] : n

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

Fatal error: Undefined class name 'pear' in C:\Program Files\SWsoft\Plesk\Additi
onal\Php\PEAR\go-pear.php on line 747
 
someone solved that?

I have the same problem.. did you solve it somehow? Any solutions here?

Thanks
Patrick
 
Think I found it..

Hi

I did some digging tonight, and found this site: http://pear.php.net/manual/en/installation.getting.php

Then downloaded go-pear.php from http://go-pear.org/ (just save the site to go-pear.php) and replaced the file on plesk \pear directory with it. Than run the go-pear.bat again and there's no error.

Don't forget to put: C:\Program Files\SWsoft\Plesk\Additional\Php into you're path.

Hope this helps you aswell.

Cheers
Patrick
 
Hi

I got this to work on 7.6.x but I can't make it work on 8.1.x

Anyone?

Regards
Jacob
 
I've got the same problem.

When I replace go-pear.php I get

Preparing installer..............
unknown command `update-channels'

Using 8.1 - Can't find any reference elsewhere to this problem.
 
Back
Top