Re: 3.5-S->4.2-S: still fail w/ setresuid on miniperl

2001-02-11 Thread Frederic Nguyen
You have to do it from step to step. Not a one-time upgrade. Add the following option in you make.conf : NOPERL = true NOSUIDPERL = true then, you can issue 'make world' if it fails, you'll have to compile libc and install it before if you still have complains about miniperl, edit Makefiles and

RE: 3.5-S->4.2-S: still fail w/ setresuid on miniperl

2001-02-11 Thread [EMAIL PROTECTED]
right, I could have formatted/re-installed/reconfigured. OF > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Pekka Savola > Sent: Sunday, February 11, 2001 7:38 AM > To: [EMAIL PROTECTED] > Subject: 3.5-S->4.2-S: still fail w/ setres

Re: 3.5-S->4.2-S: still fail w/ setresuid on miniperl

2001-02-11 Thread Chris Johnson
On Sun, Feb 11, 2001 at 05:37:42PM +0200, Pekka Savola wrote: > As a lot of others including some @FreeBSD.org people, I got: [snip] > pp_hot.o(.text+0x16a1): undefined reference to `setresuid' > pp_hot.o(.text+0x16d4): undefined reference to `setresgid' > *** Error code 1 > --- > > while tryin

Re: 3.5-S->4.2-S: still fail w/ setresuid on miniperl

2001-02-11 Thread Clark Shishido
try these instructions: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=699499+706204+/usr/local/www/db/text/2000/freebsd-stable/2806.freebsd-stable I did it once on a mail server and vowed never to do it again if I didn't have to. Basically you have to build perl separately. --clark 3.5-STAB