On Tue, Nov 28, 2006 at 02:55:50PM -0800, Henry Jen wrote: > Joe Orton wrote: > >Thanks for testing it out. How did you configure, and how did it fail? > >(config.log preferred) > > > > I haven't got a chance to test on a 64-bits machine with lib64 folder. I > was simply reading the patch and wondering how it addresses issue 28205.
It uses the linker rather than "test -r" to detect libexpat - that's the problem covered by PR28205. It should successfully find expat in any path in the linker's library search path - be that /usr/lib64 or anything specified in LDFLAGS. Regards, joe
