1

I've installed PEAR on Debian Lenny using apt-get install php-pear, it was installed in /usr/share/php

When I try to install anything using pear install <package> the PEAR folder is created under current user home directory and separate copy of pear is installed there.

I ended up by installing local copy of PEAR for one of the users like this: http://kuziel.info/log/archives/2006/04/01/Installation-of-local-PEAR-repository

Is any way to tell pear to install packages to system-wide repository in /usr/share/php? What is the recommended way of using system-wide PEAR copy?

Starfish
  • 2,735
  • 25
  • 28
artvolk
  • 309
  • 2
  • 10

1 Answers1

1

I may be mistaken, but simply running pear install as root should do exactly what you want.

François Feugeas
  • 1,413
  • 10
  • 17