On Thu 2016-03-10 (19:17), Walter Schwarzenfeld wrote:
> Makefile
> OPTIONS_DEFAULT=RESSL
>
> RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl
>
>
> turn option RESSL to off.
I guess this is because it's a few months later but these lines are no
longer in the Makefile? (/
Hey all, wondering if anyone else's noticed this? After an upgrade
courier-authdaemond starts
fine, but the startup script then claims it isn't running. The script itself
seems fine, and:
# /usr/local/etc/rc.d/courier-authdaemond status
courier_authdaemond is not running.
# cat /var/run/authdaem
Hi all, postgresql93-server builds fine unless I add krb5 support
(MIT, but doesn't seem to matter). It fails with:
cc -O -pipe -DLDAP_DEPRECATED -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
-Wformat-security -fno-strict-alias
Hi all, krb5 seems to require the openssl port but doesn't pull
it in at build:
# /usr/local/sbin/kdb5_util create -r XXX -s
/usr/local/lib/libgssrpc.so: Undefined symbol "gss_mech_krb5"
/usr/ports/security/krb5/Makefile:
WITH_OPENSSL_PORT= yes
# pkg_info -r krb5-1.10.3_1
Information for
Hi all, I get the following when I try to run webalizer:
Error: Can't open log file /var/log/XXX (symlink)
which according to the changelog seems to be intended behaviour,
and doesn't seem configurable? How is webalizer's 'Incremental'
processing supposed to be handled other than writing a messy
On Wed 2012-01-04 (02:10), Dino Vliet wrote:
> suddenly I'm facing this quest on freebsd 8. I need to bind my little
> webserver running aolserver to port 80. In the past I was always using port
> 8080 and had my router configured to forward requests on port 80 to the
> server on port 8080. Howe