[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: -CURRENT tree won't build
- To: tech_(_at_)_openbsd_(_dot_)_org
- Subject: Re: -CURRENT tree won't build
- From: Joshua Stein <jcs_(_at_)_rt_(_dot_)_fm>
- Date: Mon, 16 Jul 2001 23:04:50 -0500
- Mail-followup-to: tech_(_at_)_openbsd_(_dot_)_org
> ===> roken
> ===> asn1
> asn1_compile /usr/src/kerberosV/lib/asn1/../../src/lib/asn1/k5.asn1
> krb5_asn1
> asn1_compile: not found
> *** Error code 1
>From http://openbsd.rt.fm/faq/upgrade-minifaq.html#8.3:
Before you try building the whole system, you need to first build
KerberosV alone:
$ cd /usr/src/kerberosV
$ sudo make obj
$ cd lib/roken
$ sudo make
$ sudo make install
$ cd ../../usr.bin/asn1_compile
$ sudo make
$ sudo make install
Then go back and start your full system make build.
On a related note, if you should happen to get "Memory fault" errors
when building in the KerberosV directory, do a 'make; make install' in
'.../src/usr.bin/make/' first. I had that happen on one machine when
upgrading to -current.
Visit your host, monkey.org