Ok, so I managed to get barry to compile and run on my Ubuntu 10.10 64-bit
machine. Some pointers to help any others experiencing the same.

Issue: Can't find po/Makefile.in.in during the ./configure stage
Solution: Delete by hand the files that ./buildgen.sh complains about not
being able to overwrite (./buildgen.sh did not clean those out). No doubt
not have ALL the prequisite dev packages installed caused the problem in the
first place.

Issue: barrybackup: error while loading shared libraries:
libbarrybackup.so.17: cannot open shared object file: No such file or
directory
Solution: Read this post
http://stackoverflow.com/questions/480764/linux-error-while-loading-shared-libraries-cannot-open-shared-object-file-no-su
then
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
 export LD_LIBRARY_PATH  [this may not be necessary]
barrybackup &

I haven't tried the softlink method into /usr/lib

Issue: Usb::Error caught in main:
(-1, error sending control message: Operation not permitted): Probe:
GetConfiguration failed
Solution:
sudo cp udev/10-blackberry.rules /etc/udev/rules.d/10-blackberry.rules
sudo cp udev/99-blackberry-perms.rules
/etc/udev/rules.d/99-blackberry-perms.rules
sudo restart udev
This didn't work straight away, but did after unpluging and repluging the
blackberry into usb.

I considered editting:
sudo gedit /etc/udev/rules.d/10-blackberry.rules
but:
lsusb
gave the same codes:
0fca:8004 Research In Motion, Ltd
as in the rules file:
ATTR{idVendor}=="0fca", ATTR{idProduct}=="8004"

The alternative which worked straight away was to write a short script
called sudobarrybackup.sh:
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
export LD_LIBRARY_PATH
barrybackup

Then
chmod a+x sudobarrybackup.sh
and finally run "sudo sudobarrybackup.sh"

Hope that helps others,
Szemere
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to