Date: Wed, 25 Feb 2004 22:48:48 -0500 From: X-Istence <xistence@x-istence.com> Cc: FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG> Subject: Re: openoffice-1.1 question... Message-ID: <403D6CA0.3070502@x-istence.com> In-Reply-To: <20040226032034.GA69637@tao.thought.org> References: <20040226032034.GA69637@tao.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Gary Kline wrote: > Folks, > > On another server I'm trying to build openoffice-1.1. > Finally got the Java stuff to build; now I ran into > this: > > ===> Configuring for openoffice-1.1.0_3 > FATAL ERROR: Autoconf version 2.50 or higher is required for this script > *** Error code 2 > > > I *did* have an older autoconf installed with v 2.5.7; then > removed the older version, and reinstalled autoconf-2.57. > > So what gives? I could install the package; but would like > to build OOo, too. Anybody?? > > tia, > > gary > > cd /usr/local/bin/ mv autoconf autoconf.old ln -s autoconf257 autoconf ls -al auto* Do that for all of em. It doesnt look for autoconf257, eventhough its neatly installed, it goes for "autoconf" which in this case is outdated :). X-Istence
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?403D6CA0.3070502>