On Fri, 26 Apr 2002 15:56:22 -0700 (PDT)
Steve Lee <[EMAIL PROTECTED]> quietly intimated:

> what is a good way to find out what packages
> are dependant on certain package ?
> 
> i.e.  i need to recompile php and install it.
> but what will break ?
$ rpm -q --whatrequires php
php-pgsql-4.0.6-14
php-ldap-4.0.6-14
php-manual-4.0.6-14
php-mysql-4.0.6-14
php-imap-4.0.6-14
$ rpm -q php
php-4.0.6-14

So, those versions of those packages above require that version of php.
Not surprising since they're all the same version.

-- 
Me? A skeptic? Can you prove it?



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to