for those hitting my errors earlier:
use these command to pull the latest source for pushpool
git clone https://github.com/jgarzik/pushpool.git
cd pushpool
./autogen.sh
./configure
make
sudo make installsetup your server.json properly, make sure you add
"sharelog" : true,
to the "database" section.
start pushpoold. handle your business.
*autogen.sh fails on EC2 ubuntu natty narwhal, you have to
apt-get install automake
to get aclocal!