php 5.3.8 on Solaris 10, pear downloads but will not install
[email protected] (Steven L Jeffs)
| Newsgroups | php.install |
|---|---|
| Message-ID | <2FDD49E386642A4E9CEE72BBB5CCA02B46F437C13F@C6V2.xds.umail.utah.edu> |
I have the necessary libraries for and have compiled php 5.3.8 without error on solaris 10. PHP installs and seems to function, but I cannot install pear modules. Pear will download packages, but not install (see below). How can I determine what is wrong with my compile? # pear list Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.7 stable Console_Getopt 1.3.0 stable PEAR 1.9.4 stable Structures_Graph 1.0.4 stable XML_Util 1.2.1 stable # pear install Archive_Tar downloading Archive_Tar-1.3.8.tgz ... Starting to download Archive_Tar-1.3.8.tgz (17,995 bytes) ......done: 17,995 bytes # pear list Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.7 stable Console_Getopt 1.3.0 stable PEAR 1.9.4 stable Structures_Graph 1.0.4 stable XML_Util 1.2.1 stable -Steve