On Wed, Mar 12, 2008 at 03:26:10PM -0400, lance raymond wrote: > Next step was the simple backup test, > #barrybackup > barrybackup: error while loading shared libraries: libtar.so.1: cannot open > shared object file: No such file or directory (yet it does wake up the > sleeping BB) > *rpm -qa |grep libtar shows;* > libtar-1.2.11-0.pm.3 > > So, where do I start. Basically I would like to sync the calendar, contacts > and notes, I would guess it would be using evolution, but after the 1st > barry problem, I am not sure where to start.
Hi Lance, You may wish to do an "rpm -q --filesbypkg libtar" and see what files are included. On my OpenSuse 10.2 build system, I get: libtar /usr/bin/libtar libtar /usr/lib/libtar.so.1 libtar /usr/lib/libtar.so.1.2.11 libtar /usr/share/doc/packages/libtar libtar /usr/share/doc/packages/libtar/COPYRIGHT libtar /usr/share/doc/packages/libtar/ChangeLog libtar /usr/share/doc/packages/libtar/ChangeLog-1.0.x libtar /usr/share/doc/packages/libtar/README libtar /usr/share/doc/packages/libtar/TODO I had to compile libtar for opensuse myself though. I used the Fedora 8 src rpm which you can get here: ftp://ftp.nrc.ca/pub/systems/linux/redhat/fedora/linux/releases/8/Everything/source/SRPMS/libtar-1.2.11-9.fc8.src.rpm Then: rpm -i libtar-1.2.11-9.fc8.src.rpm (become root) cd /usr/src/packages/SPECS rpmbuild -ba libtar.spec rpm -i ../RPMS/*/libtar*rpm - Chris ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Barry-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/barry-devel
