X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2FREADME.FreeBSD;h=994b00a9dd7c7e2000f828a6fb2ce60b7f8c3106;hb=78ba3ee1d71032a1325036d5cefa8d0549d76ccd;hp=046dfc58a74de62f2b9859405a82d9faa26eefe7;hpb=c7326db0632a6ebaa7fdc877eb4fb45f72bdc169;p=doldaconnect.git 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.