Convert Windows Address Book To LDIF

As pointed out in my previous post, I try to convert some Windows stuff to files I can use in Ubuntu.

This time I am going to show you how to convert the Windows Address Book (*.wab) to LDIF format (which can be imported by Thunderbird).

First of all you need to download a little tool called libwab

wget http://lilith.tec-man.com/libwab/files/libwab-060901.tar.gz

and extract it

tar xfvz libwab-060901.tar.gz

change into the directory and configure it

cd libwab-060901
./configure

and finally compile it

make

then you can use it by typing

./wabread /path/to/MyAdressBook.wab > /path/to/MyAdressBook.ldif

Enjoy!



3 Responses to “Convert Windows Address Book To LDIF”

  1.   Pierre Says:

    Hello,
    as lilith.tec-man.com seems to be out of order by now, i’de googled libwab for linux but i can’t find it! Please if you read this can you send me the libwab tar.gz by mail ?
    thanks for your tipps, verry nice :)

    Pierre;Dell C610;Ubuntu 11.10

Leave a Reply