Hey,
I am getting the following error during installation of php 5.3.8 in relation to PEAR not installing.
Generating phar.php
Generating phar.phar
PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.
clicommand.inc
directorytreeiterator.inc
invertedregexiterator.inc
pharcommand.inc
directorygraphiterator.inc
phar.inc
Build complete.
Don't forget to run 'make test'.
After installing php with the above mentioned error, the "install-pear.txt" in the pear directory of the php installation has the following instructions to complete the pear installation:
The installation process is not complete. The following resources |
| were not installed: |
| |
| PEAR: PHP Extension and Application Repository |
| |
| To install these components, |
| download http://pear.php.net/go-pear.phar to php-src/pear/ |
| become the superuser and execute: |
| |
| # make install-su
When go-pear.phar is installed in the pear directory of php an the below command is run, the "no rule to make target" is returned.
sudo make install-su
make: *** No rule to make target `install-su'. Stop.
My question is what is needed to install pear, either during the ".\configure" "make" "make install" phase, or after the php installation with "go-pear.phar"
Configuration is php 5.3.8, ubuntu 11.04
thanks in advance for your response
how to install PEAR on PHP 5.3.8
Moderator: General Moderators