From: Bryan H. <hb...@us...> - 2007-07-31 17:23:31
|
>$ cd /opt/freeware/lib >$ rpm -qf libcrypto.a libgdbm.a libssl.a >openssl-0.9.7l-1 >gdbm-1.8.3-2 >openssl-0.9.7l-1 I forgot that RPM doesn't resolve dependencies automatically, so maybe those RPMs are in fact on the CD and it just wasn't obvious which ones they are. I've been compiling a list as I build systems of the order in which the packages have to be installed, to save me the iterative effort of resolving broken dependencies (I usually install about 30 packages from the CD). Is there a better way? |