Next version has been announced by Tommi at 2010-06-10. Sources could be downloaded from here:
having mysql, postgresql, sqlite installed from Mac Ports, cxxtools and tntdb could be smoothly compiled.
tntnet should be configured with:
./configure --with-sendfile=no
There is a small issue with cxxtools:
Old kernel versions do not have 'accept4' function implemented. Normally configure must detect this and correctly disable the accept4 calls. If it does not work for some reason, you can comment the row in configure.in:
#AC_CHECK_FUNCS(inet_ntop accept4)
Comments
Post new comment