Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2000 07:49:56 -0800 (PST)
From:      Frank Mayhar <frank@exit.com>
To:        stable@freebsd.org
Subject:   Gotcha in 3.x->4.x upgrade.
Message-ID:  <200011061549.eA6FnuB13108@realtime.exit.com>

next in thread | raw e-mail | index | archive | help

I'm trying to build a kernel in order to upgrade a 3.x box to 4-stable.
Well, I've run into a little snag:

cc -O -pipe -I/usr/src/gnu/usr.bin/perl/miniperl/../../../../contrib/perl5 -I/usr/obj/usr/src/gnu/usr.bin/perl/miniperl    -L/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl -static -o miniperl miniperlmain.o opmini.o  /usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a -lm -lcrypt -lutil
/usr/obj/usr/src/gnu/usr.bin/perl/miniperl/../libperl/libperl.a(pp_hot.o): In function `Perl_pp_aassign':
pp_hot.o(.text+0x16a1): undefined reference to `setresuid'
pp_hot.o(.text+0x16d4): undefined reference to `setresgid'

I can't seem to find any obvious change that would cause this, but nonetheless
it is there.  I've even blown away the source tree and checked it out again,
no dice.  Hints?  (This isn't critical for me, I can get there another way,
but it _is_ annoying and might affect other folks.)
-- 
Frank Mayhar frank@exit.com	http://www.exit.com/
Exit Consulting                 http://store.exit.com/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011061549.eA6FnuB13108>