/home/cbaron/PixInsight/bin/./PixInsight: symbol lookup error: /usr/lib/libxml2.so.2: undefined symbol: gzopen64
Juan wrote:
Sorry for that Chris. I'll include libxml2.so in the bin/lib directory of all PI's Linux distributions to avoid these problems.
Juan,
As it turns out I managed to get by this. It wasn't that I was missing libxml2 (installed as part of my Ubuntu install) but rather the version of libz that is included in the PixInsight distribution references gzopen64. Moving the libz files out of PixInsight's library path allowed me to work without issue. This might be a just a problem for Ubuntu users, (I'm now running what is essentially the GM of 10.04) but I thought I'd pass on what worked for me just in case.
Cheers,
Chris