PDA

View Full Version : [ubuntu] Problem installing Libpst on 10.04



blueghoti
December 28th, 2010, 11:14 AM
Hi all -

I'm trying to convert some Outlook PST files to Thunderbird. I have been recommended to install libpst, but am having some problems with this.

I am trying version 0.6.49 and have attempted the install several times. Despite some help (from someone who knows what he's doing... unlike me!) we still can't get the package installed. Usually there are 0 files for installation / update and 14 are "held back". Make any sense to anyone?

I also get the following error when installing python

checking python extra libraries... -lssl -lcrypto -lssl -lcrypto -L/usr/lib -lz -lpthread -ldl -lutil
checking python extra linking flags... -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
checking consistency of all components of python development environment... no
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LDFLAGS environment variable.
Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
================================================== ==========================
ERROR!
You probably have to install the development version of the Python package
for your distribution. The exact name of this package varies among them.
================================================== ==========================


Any suggestions (preferably in very simple steps for a newbie) would be very much appreciated.

Thanks,
Chris

davidmohammed
December 28th, 2010, 11:29 AM
dont know on this issue - but if you still have outlook and windows - install thunderbird in windows. You'll be able to import directly into thunderbird.

I believe the linux and windows versions of thunderbird as similar so you'll be able to read from the windows thunderbird database.


alternatively I believe evolution can directly import from outlook pst files. Maybe you can then "export" from evolution into a format thunderbird can import from...

blueghoti
December 28th, 2010, 11:39 AM
Hi David -

Thanks for the tips. I have uninstalled Windows, and sadly don't have access to a suitable machine to do what you suggest.

I like the idea of using evolution, but I tried that some time ago and wasn't successful. Can't recall what the issue was - do you have any tips on how to do a PST import into Evolution?

Chris

davidmohammed
December 28th, 2010, 11:45 AM
I know evolution was a little bit touchy for versions prior to 10.04. Havent read any serious issues with the version in lucid.

Give it a try - File Import - walk through the wizard selecting import from a single file.

blueghoti
December 28th, 2010, 11:54 AM
Thanks David. That jogged my memory - I was having problems importing larger PST files (I have one about 4 gig) and also other details such as calendar and task items :-(

davidmohammed
December 28th, 2010, 11:57 AM
hmmm -

as an aside libpst4 is installed by default in ubuntu lucid - why are you trying to use a slightly newer version from sourceforge?

davidmohammed
December 28th, 2010, 12:16 PM
...

I downloaded libpst-0.6.49...rpm file

then I ran

sudo apt-get install alien


then I converted the rpm to a deb
(ignore the error message reported)

sudo alien -d libpst....rpm

then I installed the deb file

sudo dpkg -i libpst...deb

I cant test this new libpst file though since I dont have an outlook.pst file to play with. Hope it works for you.

blueghoti
December 28th, 2010, 12:44 PM
Thanks David. I'll give this a try this evening when I can concentrate on it properly. I appreciate your help / advice and will let you know how I get on.