PHP Doku:: Installation of PECL extensions - install.pecl.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchInstallation und KonfigurationInstallation of PECL extensions

Ein Service von Reinhard Neidl - Webprogrammierung.

Installation und Konfiguration

<<Configuration

Introduction to PECL Installations>>


UnterSeiten:

Installation of PECL extensions

Inhaltsverzeichnis


2 BenutzerBeiträge:
- Beiträge aktualisieren...
kis at grosshat dot com
4.06.2008 10:52
If it's not running for you even PEAR installed try to make an upgrade of PEAR (pear upgrade PEAR).
rbemrose at gmail dot com
17.03.2007 7:04
If you are using a Debian sarge system (currently the stable release) with php4-pear installed, you will still not have a pecl command.

The fix to this is to upgrade pear.

Unfortunately, pear upgrade PEAR will also error out stating that you need pear-1.3.3 minimum.

The fix to this is to specify the version of pear that you want to install.  In case it wasn't obvious, that means you want to
pear upgrade PEAR-1.3.3
pear upgrade-all



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)