Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

2016-12-23 Thread Gareth de Vaux
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? (/

courier-authdaemond supposedly not running

2014-10-30 Thread Gareth de Vaux
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

postgresql-server fails with krb5 support

2014-04-03 Thread Gareth de Vaux
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

krb5 missing dependency

2012-12-10 Thread Gareth de Vaux
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

webalizer and symlinked logs

2012-10-22 Thread Gareth de Vaux
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

Re: best way to bind webserver to port 80 without running as root

2012-01-04 Thread Gareth de Vaux
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