LIXA (LIbre XA) 是一个事务管理器,实现了分布式事务处理 XA 规范和 TX(transaction demarcation) 规范。
tar xvzf lixa-X.Y.Z.tar.gz
cd lixa-X.Y.Z
./configure
make
sudo make install
重建
autoreconf -v -f -i
./configure --with-postgresql-include=/usr/include/postgresql --with-postgresql-lib=/usr/lib