Re: [possibly OT]: anyone attempt running IBm DB2 for Linux, under emulation on FreeBSD

2003-10-16 Thread Phil Cryer
Quoting Nathan Vidican <[EMAIL PROTECTED]>: > Can someone run IBm's DB2 for Linux, on a FreeBSD box? If so, will it > maintain stability even if at the loss of some performance versus running it > > on an actual Linux box? Does anyone have any experience with this, and/or has > > anyone out th

Automake version mismatch - can't install anything via ports

2005-06-07 Thread Phil Cryer
While trying to update automake19 I messed something up, now even though I can pkg_add it, it fails to update via ports. Worse still I can't install ANY ports now, even though I've run portupdate, rm -rf /usr/ports/*/*/work and everything else suggested. Here's the error when I try to install

Re: Re: Automake version mismatch - can't install anything via ports

2005-06-07 Thread Phil Cryer
> What variables do you have set in your environment and in /etc/make.conf? > Kris CPUTYPE?=k7 CFLAGS= -O2 -pipe COPTFLAGS= -O2 -pipe MASTER_SITE_OVERRIDE="http://freebsd.mirrors.pair.com/pub/FreeBSD/distfiles/${DIST_SUBDIR}/"# # added by use.perl 2005-03-12 23:47:15 PERL_VER=5.8.6 PERL_VERSION=5.

Re: Re: Re: Automake version mismatch - can't install anything via ports

2005-06-08 Thread Phil Cryer
>> # >> USE_AUTOMAKE_VER=19 > >*ahem* > >Kris Whew, thank you! I knew automake was being misdirected somewhere, but didn't think of /etc/make.conf, can't remember putting that in there, but I suppose I did. Commented that line out, and things are back to normal, everything works again! Than