[horde] pear mime_mail install
Stephen Braswell
sbraswe1+horde at email.unc.edu
Sat Sep 17 18:48:33 PDT 2005
> pear install -o Log Mail Mail_Mime DB Date File
> but this gives :
> /usr/bin/pear: line 28: /usr/bin/php: No such file or directory
> /usr/bin/pear: line 28: exec: /usr/bin/php: cannot execute: No such file
> or directory
The pear command is a shell script that utilizes the 'php' command-line
binary. It is expecting the php binary to be at /usr/bin/php but cannot
find it there. Either the php command-line binary isn't installed or it is
installed somewhere else. If it is installed somewhere else, try
symlinking it to /usr/bin/php.
-Stephen
More information about the horde
mailing list