I work with Red Hat Enterprise Linux 4, I installed apache and php5 with
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config
Normally the PEAR is already installed with php5 but when i write in terminal command line "pear install <package>" i have this message bash: pear: command not found
some one can help me please