On Mon, 28 Apr 2003 andrea@xxxxxxxxxx wrote: > Alright guys, > thank a lot for the help. > What I understood up to now, > is that I need some tools to > resolve dependencies, in fact > I need a very very small > distribution, I mean the kernel > and some server: MySQL,PHP,Apache, > Corier Imap and Postfix. > Nothing else. > Cheers > Andrea Try the following commands to check dependencies: mkdir /tmp/testrpmdb rpm --initdb --dbpath /tmp/testrpmdb rpm --test --dbpath /tmp/testrpmdb -ivhp *.rpm Please note that I haven't tested it yet, but I think this should work. Werner