From: fredrik Date: Mon, 4 Jun 2007 17:12:18 +0000 (+0000) Subject: Added bug list. X-Git-Tag: 0.4~19 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=0205696a8578d96ed0719f5e3113c708613b7a6d Added bug list. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1059 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/doc/README.FreeBSD b/doc/README.FreeBSD index 046dfc5..994b00a 100644 --- a/doc/README.FreeBSD +++ b/doc/README.FreeBSD @@ -43,7 +43,24 @@ Therefore, the linker must be passed the arguments `-L/usr/local/lib -liconv' to compile Dolda Connect. The easiest way to do that is to pass it via the `configure' script, like this: -$ ./configure other_args... "LDFLAGS=-L/usr/local/lib -liconv" +$ ./configure other-args... "LDFLAGS=-L/usr/local/lib -liconv" You may or may not also want to pass `CFLAGS=-g' as well, to ease any debugging. + + Currently known bugs + +This is a list of currently known bugs that are specific to the +FreeBSD build of Dolda Connect. + + * Many components are not able to build with FreeBSD's `make' + command. Until that is fixed, please use gmake instead. + * doldacond only listens to IPv6, since the ::ffff:0:0/96 stack + escape prefix is enabled on Linux by default. On FreeBSD it is + not enabled by default, however, so doldacond only accepts IPv6 + connections unless either compiled without IPv6 support, or the + sysctl net.inet6.ip6.v6only is set to 0. + * Some other components do not build at all, since they use + Linux-specific things of various kinds. + * PAM authentication in doldacond does not work, for as of yet + unknown reasons.