Hi Amit, To get rpm in which you will find required lib file, please use following command. # rpm -qf libSpanCom.so OR enter absolute path of lib file
With regards Vikrant Telkar --- On Fri, 4/23/10, anup nair <[email protected]> wrote: From: anup nair <[email protected]> Subject: Re: [LinuxVadaPav] Need a RPM To: [email protected] Date: Friday, April 23, 2010, 6:26 AM > 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] [Non-text portions of this message have been removed]
