From: Alberto García Gómez alberto@ipimtzcm.rimed.cu
I install XAMPP in a server and know I want some binaries run as they were part of the system (I reaaly don't know if this correct). So I need that -pear- -pecl- and others run as: #pear install [PACKAGE] and not #cd /path/to/pear/ && ./pear install [PACKAGE]
Add /path/to/bin to the PATH variable. See examples in /etc/profile.d/
JD