Re: Building dkimproxy on headless OpenBSD server with no X install sets

2015-03-12 Thread Gonzalo
Do you try with pkg_add -vi dkimproxy ? irrc doesn't need X11 El mar 12, 2015 1:16 PM, Seth l...@sysfu.com escribió: I was going to build and configure dkimproxy for use with OpenSMTPD according to this guide [1] but got stopped cold by the following error: $ sudo make Fatal:

Re: Building dkimproxy on headless OpenBSD server with no X install sets

2015-03-12 Thread Eric Ripa
I did the following on my X-less installation of OpenBSD 5.6 - downloaded the two sets xetc56.tgz and xbase56.tgz - added the sets according to the FAQ http://www.openbsd.org/faq/faq4.html#AddFileSet http://www.openbsd.org/faq/faq4.html#AddFileSet - created the symlink as follows:

Re: Building dkimproxy on headless OpenBSD server with no X install sets

2015-03-12 Thread Gonzalo
what are you talking about?? onzalo : /usr/ports sudo pkg_add -vi dkimproxy Password: Update candidates: quirks-2.54 - quirks-2.54 quirks-2.54 signed on 2015-03-08T12:33:05Z dkimproxy-1.4.1p0:p5-Crypt-OpenSSL-Random-0.06p0: ok dkimproxy-1.4.1p0:p5-Crypt-OpenSSL-Bignum-0.04p5: ok

Re: Building dkimproxy on headless OpenBSD server with no X install sets

2015-03-12 Thread Giovanni Bechis
On 03/12/15 17:42, Gonzalo wrote: what are you talking about?? onzalo : /usr/ports sudo pkg_add -vi dkimproxy Password: Update candidates: quirks-2.54 - quirks-2.54 quirks-2.54 signed on 2015-03-08T12:33:05Z on 5.6 there is no package: revision 1.323 date:

Re: Building dkimproxy on headless OpenBSD server with no X install sets

2015-03-12 Thread Seth
On Thu, 12 Mar 2015 09:54:52 -0700, Eric Ripa e...@stickybit.se wrote: I did the following on my X-less installation of OpenBSD 5.6 - downloaded the two sets xetc56.tgz and xbase56.tgz - added the sets according to the FAQ http://www.openbsd.org/faq/faq4.html#AddFileSet

Re: Building dkimproxy on headless OpenBSD server with no X install sets

2015-03-12 Thread Seth
On Thu, 12 Mar 2015 09:54:52 -0700, Eric Ripa e...@stickybit.se wrote: I have not tried to remove the sets after installation however. This command will remove the installation sets $ pax -vzf xetc56.tgz | awk '{ print $9}'| sudo xargs rm -rf Obviously test it out first somewhere where it

Re: Building dkimproxy on headless OpenBSD server with no X install sets

2015-03-12 Thread Seth
On Thu, 12 Mar 2015 11:13:53 -0700, Seth l...@sysfu.com wrote: On Thu, 12 Mar 2015 09:54:52 -0700, Eric Ripa e...@stickybit.se wrote: I have not tried to remove the sets after installation however. This command will remove the installation sets $ pax -vzf xetc56.tgz | awk '{ print $9}'|