Questions tagged [pear]

PEAR is the PHP Extension and Application Repository.

PEAR is the PHP Extension and Application Repository.

The official web site of PEAR is http://pear.php.net/

66 questions
0
votes
0 answers

How to disable Pear caching?

We've been experiencing problems with the Pear cache and these problems are affecting our Puppet agents. Here's what I mean: $ ls -al /tmp/pear/cache/ | wc -l 211 How does one disable pear (php extension management) caching on CentOS?
bitcycle
  • 155
  • 1
  • 9
0
votes
1 answer

Install PHP PEAR on Windows non-interactively specifying target install directory

I want to install PHP PEAR on Windows non-interactively. If I just download http://pear.php.net/install-pear-nozlib.phar and run it like this: php install-pear-nozlib.phar It gets installed into C:\php. But my PHP is installed into C:\PHP5 (and it…
vadipp
  • 449
  • 2
  • 4
  • 12
0
votes
2 answers

Why would IIS use two different PHP installs?

I've inherited this Windows Server 2008 server that we use as our primary web server and have lately been running into some oddities. Previously, PHP was installed by just downloading a zip file, extracting it to a specific file location…
Chiggins
  • 791
  • 7
  • 20
  • 37
0
votes
1 answer

Invalid package provider 'pear'

I'm creating a manifest to install LAMP on a CentOS 6 machine. Everything works except for installing some pear modules. When issuing puppet /etc/puppet/modules/webserver/manifests/init.pp I get the following: Invalid package provider 'pear'…
a coder
  • 719
  • 4
  • 20
  • 37
0
votes
1 answer

Installing pear package debian squees

I try to install the php pear package on my debian server but I got the follow error ouput. :~# sudo apt-get install php-pear Reading package lists... Done Building dependency tree Reading state information... Done The following package was…
user968898
  • 153
  • 1
  • 3
  • 12
0
votes
1 answer

Installing PHPUnit with PEAR on CentOS

I'm trying to install PHPUnit on my linux box running CentOS 5.8 and I'm getting a heap of problems. I'm running PHP version 5.4.12 (Remi install). The odd thing to note first is that I have what seems like two pear installations at both…
James
  • 131
  • 1
  • 5
0
votes
2 answers

Horde webmail install - 'webmail-install not found'

I'm trying to install Horde Webmail on my Debian server, but I got stuck on error. I followed manual on http://www.horde.org/apps/webmail/docs/INSTALL. After installing through pear, I'm supposed to run webmail-install script, but it's not…
Get Schwifty
  • 13
  • 1
  • 2
0
votes
1 answer

how to connect to postfix using php pear mail smtp class

I have the following script: "; $strSubject = "test subject"; $strMessage = "test message"; $crlf = "\n"; $headers = array('From' => $recip, …
laertiades
  • 133
  • 3
  • 9
0
votes
2 answers

Installing Wordpress Plugins/Pear Problem on Ubuntu

When I install wordpress plugins, I often get the error Warning: include_once() [function.include]: Failed opening '/usr/share/wordpress/wp-content/plugins/twitter-for-wordpress/' for inclusion…
stevedbrown
  • 102
  • 1
  • 6
0
votes
1 answer

Install PEAR Mail/Mime Dependency issues in pure EPEL installation

Newbie in the sysadm area. Using Centos 6.2. I am trying to install PEAR's Mime.php. I have successfully installed PEAR's Mail before. It's not going to well now for Mime.php. This is what I do: yum install php-pear-Mail-Mime Gives dependency…
Nicsoft
  • 203
  • 6
  • 15
0
votes
2 answers

How to use only Chef's "php_pear" provider from "php" cookbook

When using Vagrant (and subsequently Chef), I'm provisioning my VM using Zend Server CE, which automatically installs the usually *AMP stack. I'd like to install some packages via PEAR, for which the "php" cookbook already has a "pear" and…
Eric
  • 111
  • 4
0
votes
1 answer

Uninstall Dependant Pear Packages

How do I uninstall these pear packages when they depend each other? sh-3.2# ./pear uninstall saucelabs/PHPUnit_Selenium saucelabs/PHPUnit_Selenium (version >= 1.1.6) is required by installed package saucelabs/PHPUnit" saucelabs/PHPUnit_Selenium…
0
votes
1 answer

Errors while installing php extenssion

I'm trying to install apc php extension for php 5.3.3 using the command pecl install apc but I get the following errors. I'm far from being server guru but as far as I can figure out this must be a php pear issue. Can anyone please give some advice…
Levani
  • 245
  • 4
  • 14
0
votes
2 answers

PEAR_Installer_Role_Pear_Installer_role_doc error

I try to install imagick in mint 9 (lxde) and there is error nerkn@nerkn-laptop ~/siil $ sudo pecl install imagick downloading imagick-3.0.1.tgz ... Starting to download imagick-3.0.1.tgz (93,920 bytes) .....................done: 93,920 bytes ERROR:…
nerkn
  • 195
  • 2
  • 10
0
votes
1 answer

SMTP implementation on EC2 using Pear Mail package (PHP)

I am working on sending out SMTP relay email's using Gmail as my server using Pear Mail package in PHP. I have installed Pear package using YUM. Also I have located the path for pear_dir and included the same in the php.ini file. How ever when I…
Anshuman
  • 1
  • 1