Mailing List Archive

How to find dependencies and rebuild ...
How can I find out what packages that I have installed were dependent
upon postgresql and have them rebuilt [in necessary]. I need to make
them build against mysql instead [where applicable].

Thanks in advance,

Tom Veldhouse
Re: How to find dependencies and rebuild ... [ In reply to ]
On Wed, 22 Sep 2004, Thomas T. Veldhouse wrote:

> How can I find out what packages that I have installed were dependent
> upon postgresql and have them rebuilt [in necessary]. I need to make
> them build against mysql instead [where applicable].

Have you tried using qpkg (maybe -q flag) to check depencies for packages?


--
Aj.
Sys. Admin / Developer

--
gentoo-user@gentoo.org mailing list
Re: How to find dependencies and rebuild ... [ In reply to ]
On чт, 2004-09-23 at 07:03, Ajai Khattri wrote:
> On Wed, 22 Sep 2004, Thomas T. Veldhouse wrote:
>
> > How can I find out what packages that I have installed were dependent
> > upon postgresql and have them rebuilt [in necessary]. I need to make
> > them build against mysql instead [where applicable].
>
> Have you tried using qpkg (maybe -q flag) to check depencies for packages?
>
Hi,
run:#emerge -epv world | grep postgres
this should show you only the INSTALLED packages with postgres OPTIONAL
USE flag.
HTH
Rumen