I am trying to install the PEAR AUTH package. I ran go-pear.bat and answered the questions it asked. it added an include_path to my php.ini file. I cannot find a good explaination on how to install the packages (such as AUTH). Does anyone know of a good tutorial to do that?
Wayne
Install PEAR
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
I'm no expert, but running the command:
Gave me these top results:
You should be able to do:
or maybe

Code: Select all
pear remote-listCode: Select all
Channel pear.php.net Available packages:
========================================
Package Version
Auth_HTTP 2.1.6
Auth 1.5.1
Auth_SASL 1.0.2
LiveUser 0.16.12
Auth_PrefManager 1.1.4
Auth_RADIUS 1.0.5
Auth_PrefManager2 2.0.0dev1Code: Select all
pear install AuthCode: Select all
pear install Auth-1.5.1