bzr problem
Andrew Bennetts
andrew at canonical.com
Thu Jul 5 02:35:26 BST 2007
Fruehauf Gerd wrote:
> Hi,
>
> Have installed bazaar on Solaris 8 workstation, without any errors.
> But on executing bzr init, I get the following error:
>
> gfh at test01 > bzr init
> bzr: ERROR: exceptions.ImportError: failed to load
> bzrlib.repofmt.knitrepo.RepositoryFormatKnit1: ld.so.1: bzr: fatal: relocation
> error: file /usr/local/lib/python2.5/lib-dynload/zlib.so: symbol inflateCopy:
> referenced symbol not found
This looks like your python installation is broken.
Can you see if this shell command works?
python -c "import zlib"
-Andrew.
More information about the bazaar
mailing list