Posted by Mladen Gogala on 05/18/06 22:19
Alan Little wrote:
> On the PEAR site, the page for each package lists other packages that are
> dependent on it. That's nice, but is there way to determine which other
> packages the package itself depends on? It seems to me that would be much
> more useful information. So far, the only way I can see is to load the
> package, see what require()s fail, then try to figure out which packages
> those files belong to. Surely there's a better way?
>
Try executing "pear help install". There should be "-a" option. See what
it does.
--
Mladen Gogala
http://www.mgogala.com
[Back to original message]
|