> Can anyone tell me which RPM contains libSpanCom.so file in it. > > i tried in 2-3 rpm sites but got no result. > > Regards, > Amit > > Hey..
if you are installing a certain package (by RPM), and this is coming up as dependency, then use yum. Example: I need to install "main-package.rpm' but it throws a dependency.. rpm -ivh main-package.rpm result fail: dependency lib-package missing then use yum to get around this issue: yum localinstall --nogpgkeys main-package.rpm yum will try and ensure that dependent packages are installed for the main package, thereby easing your task. BUT BUT... if you are compiling a package from source code, then the above method is invalid. regards, ~ anup [Non-text portions of this message have been removed]
