--- Buchan Milne <[EMAIL PROTECTED]> wrote: > David Walser wrote: > > > Fine, let's get this worked out. What exact files > > does libqt-devel need that aren't in -devel > packages > > for mysql and pgsql? > > Wrong question:
Not quite... > [bgmilne@bgmilne rpm]$ rpm -qR libqt3-devel|grep -i > sql > MySQL-devel > postgresql-devel > libmysqlclient.so.10 > > So, qt-devel only requires the devel files, but: > > [bgmilne@bgmilne rpm]$ urpmq -p MySQL-devel > libmysql10-devel > > and > > [bgmilne@bgmilne rpm]$ rpm -qR libmysql10-devel > rpmlib(VersionedDependencies) <= 3.0.3-1 > libmysql10 = 3.23.52 > MySQL = 3.23.52-1mdk > MySQL-client = 3.23.52-1mdk > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > rpmlib(CompressedFileNames) <= 3.0.4-1 > > > So, your question should have been why > libmysql10-devel requires MySQL > (and possibly MySQL-client) rather than just > libmysql10 Right, but the question is (and I'm not talking about RPM dependencies here), does qt-devel require only files that are in MySQL-devel, or does it actually require files from some of those other packages (which it's not listing as dependencies because it knows they're getting pulled in anyway by MySQL-devel). If and only if it *only* requires files from MySQL-devel, then you're right, the question becomes why does that require the other stuff. So let's not jump ahead, we need to get my first question answered first. __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com
