On Wed, Jun 06, 2007 at 08:35:41PM -0700, Yigal Weinstein wrote: > I converted my contacts in Evolution to ldif using vcf2ldif > ( http://mills.zapto.org/projects/vcf2ldif/ ). > I am unfortunately stuck at using upldif.
Cool, I didn't know such a tool existed. > 1. How can I use upldif, now that I have my address book in ldif format? If you type "upldif -h" you'll get a brief help output describing the options. The main idea is to feed the LDIF data to upldif on stdin. The best way to do it is: cat ldif.txt | upldif This will dump the contacts to stdout as closely as upldif can figure things out. Take a good look at this, and if it looks like what you want written to the device, then do the real upload like this: cat ldif.txt | upldif -u This will actually write that data to the device. If you have problems, please report them so they can be fixed. It is beta software. :-) > 2. For Ubuntu/Feisty does anyone know the correct path to the root of > boost so as to get "-f" to work in btool? No matter how I configure I > still cannot get it to work? That is I can't get $BOOST right where > --with-boost=$BOOST I used to configure the making of barry. --with-boost=/usr That should do the trick, as it expects include/ and lib/ to be in the directory you specify. > Thank you very much for your previous responses Chris. They are useful. > Its just that I know so very little about all of this. You're very welcome. If you have time, you might consider contributing documentation on this LDIF process once you have it figured out. I'm sure others might find it useful. A txt file that could be dropped in the doc/ directory would be fantastic. :-) If you feel adventurous, you could write up a quick man page for upldif too. :-) In any case, thanks for helping test Barry! - Chris ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Barry-devel mailing list Barry-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/barry-devel