PureFTPd 1.0.19 with MySql Support for OSX Server 10.3 (Panther)
Build Instructions:
curl -O ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.19.tar.gz
gunzip pure-ftpd-1.0.19.tar.gz
tar -xvf pure-ftpd-1.0.19.tar
cd pure-ftpd-1.0.19
./configure --prefix=/usr/pureftpd --with-mysql --with-quotas --with-ftpwho
make
make install