[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] 0.6 compilation on Ubuntu 10.10 64 bit
From: |
Pasquale D'Andreti |
Subject: |
Re: [igraph] 0.6 compilation on Ubuntu 10.10 64 bit |
Date: |
Fri, 07 Jan 2011 12:07:04 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 |
You're right. I removed hand-made ln's and installed libxml2-dev and
zlib1g-dev ubuntu packages, then rebuilt all 0.6 without hassle
Thanks a lot!
Pasquale
Hi Pasquale,
> > the (very) simple workaround to make make (!) succesfully complete was
> > to ln -s libX.so.Y libX.so and after that I could successfully make
> > check the binaries with only two tests skipped and 155 tests
successful.
Another solution could have been to install libxml2-dev and zlib-dev as
these packages contain the symlinks you were missing. :)
-- T.