Comments for Tanal
03 Aug 2008 20:13
Build and install help
I am going to update the install documentation next but if anyone wants to try the new version and is having any troubles please email me.
(You need libodbc++ compiled as the debian and ubuntu versions are Unicode only).
26 Dec 2003 03:34
update coming
As it's Christmas and I have a little time I am going to resurrect this project a bit and do some work on it. In particular I am going to fix the memory leak and add periodic flushing of long time connections.
the hostname in the dnsentry table is too small
You need to update it as follows:
ALTER TABLE `dnsentry` MODIFY `hostname` varchar(257) NOT NULL;