On 5/24/05, Yuandan Zhang <yzhang4@xxxxxxxxxxxxxxxxx> wrote: > Hi, when I install > rpm -Uhv src/win/ipaq/multisync-evolution-0.82-2.i386.rpm > I got following dependencies. where to get theses libs, where to find > what package contains those libs? or How to fix it? > > thanks > > Yunadan > error: Failed dependencies: > libcal-client.so.0 is needed by multisync-evolution-0.82-2.i386 > libcal-util.so.0 is needed by multisync-evolution-0.82-2.i386 > libebook.so.0 is needed by multisync-evolution-0.82-2.i386 > libename.so.0 is needed by multisync-evolution-0.82-2.i386 > libgal-2.0.so.5 is needed by multisync-evolution-0.82-2.i386 > libgal-a11y-2.0.so.5 is needed by multisync-evolution-0.82-2.i386 > libical-evolution.so.0 is needed by multisync-evolution-0.82-2.i386 > libversit.so.0 is needed by multisync-evolution-0.82-2.i386 > libwombat.so.0 is needed by multisync-evolution-0.82-2.i386 > In newer versions of yum, you can do "yum install multisync-evolution-0.82-2.i386.rpm" and yum will try to find all the dependencies and install them. You can also do "yum provides libcal-client.so.0" for each dependency to find which packages provides it and install those through yum. I am guessing that you need evolution and libgal2. - Ian