Page 1 of 1

PEAR Installation

PostPosted: 21. March 2005 01:27
by Philip G. Duffy
What additional steps (if any) are required to implement PEAR after the basic XAMPP installation (Linux)?

Phil Duffy

pear

PostPosted: 30. April 2005 13:44
by tminus1
isn't pear in /opt/lampp/bin ?

PostPosted: 30. April 2005 14:50
by rickh57
I created a little shell script named pear in the /opt/lampp/lib/php directory. Then to install or upgrade additional pear modules, I just need to switch to the directory from a command line and then run "./pear install module" etc.

Here's my shell script:

#!/bin/sh
/opt/lampp/bin/php pearcmd.php $1 $2 $3

For my windows box, I use apache2triad. It has a very nice interactive web based pear management system named webpear.php. I'm going to investigate installing it under xampp.

PostPosted: 18. May 2005 23:22
by hotnuts21
How did the webpear go? Wouldnt mind something like that, just getting to grips with PEAR now.

PostPosted: 23. June 2005 05:30
by rickh57
I didn't get too far. I've been to busy being a dad, what with graduations, etc. Maybe sometime this summer, I'll give it another try.