On Mon, Aug 21, 2017 at 11:28:53AM +0200, Martijn van Duren wrote: > On 08/19/17 14:48, Leandro Malaquias wrote: > > Hi Guys, > > This is my first time installing OpenSMTPD on OpenBSD 6.1 and I came across > > an error, and hope you can help. > > Personally I'd stick with smtpd supplied with version 6.1 and not custom > compile. > > > > I downloaded the latest version from git and installed the following > > dependencies: > > > > * autoconf > > * automake > > * bison > > * libevent > > * libtool > > * libressl > > * libasr > > > > But when I run ./bootstrap I get the attached error. > > The error is clear: > Provide an AUTOCONF_VERSION environment variable, please > > OpenBSD supports multiple autoconf-versions (same for automake). > running > AUTOCONF_VERSION=2.69 ./bootstrap > where 2.69 is the autoconf of your choosing and it will probably > work. > > martijn@ >
As I already relied to the OP, if you're going to install on OpenBSD 6.1 stick with the one in base since it is the same as on github. If you really want to build it, then by all means don't use the portable version which is not suitable for OpenBSD, we ship a native version, and a master branch, which are suitable for OpenBSD. Building portable on OpenBSD, you're on your own -- Gilles Chehade https://www.poolp.org @poolpOrg -- You received this mail because you are subscribed to [email protected] To unsubscribe, send a mail to: [email protected]
