19 Jun
2007
19 Jun
'07
11:32 p.m.
On Tue, Jun 19, 2007 at 06:21:53PM -0400, Dan McGee wrote:
As you can see, we are a ways behind. I up-ed the PKGBUILD for libarchive, rebuilt it without problems (as far as I can tell), and then pacman -U <new libarchive> and tried to compile pacman. The ldd output showed that it correctly linked against the new libarchive.so.2, but it had somehow also linked against libarchive.so.1. I tried rebuilding libarchive using
Your new pacman build depends on libarchive.so.2, but also on libalpm.so.1 (which depends on libarchive.so.1, if resolved from the system library path). Try LD_LIBRARY_PATH. Jürgen