10 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] PCRE
FromSent OnAttachments
up...@3.amAug 24, 2006 6:57 am 
Jeronimo ZuccoAug 24, 2006 7:00 am 
Jeronimo ZuccoAug 24, 2006 7:08 am 
Mike HorwathAug 24, 2006 7:23 am 
up...@3.amAug 24, 2006 7:38 am 
Mike HorwathAug 24, 2006 7:45 am 
up...@3.amAug 24, 2006 8:01 am 
up...@3.amAug 24, 2006 8:29 am 
Devin RubiaAug 24, 2006 8:50 am 
Mike HorwathAug 24, 2006 10:29 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] PCREActions...
From:Mike Horwath (drec@Geeks.ORG)
Date:Aug 24, 2006 7:45:00 am
List:net.sourceforge.lists.courier-maildrop

On Thu, Aug 24, 2006 at 10:39:12AM -0400, up@3.am wrote:

Did you edit 'root's environment at all?

Yes, I always do...usually exported from my wheel user's bash_profile when I sudo su to root. I don't see why that would be a problem unless something else is missing from my path...those lib and include paths were added to try and fix this problem (no help, though).

Well, hate to say it, but you created your own issues when you do/did that.

Have you edited /etc/make.conf as well?

Try:

% su - root

and start fresh, unless you edited root's environment, things should just work.

Don't fall into a trap of forcing things - figure out what you did to break it, then undo it.

I agree...either FreeBSD 6.1-Stable's ports version of PCRE looks broken, or maildrop...

As someone with over 100 FreeBSD boxes in production and I am moving towards 6.1-STABLE - no, it isn't PCRE or maildrop.

Here is my env when 'su - root' on a dual PIII system running 6.1-STABLE - and a quick check of my other systems shows the same environment.

jacobs# uname -a FreeBSD jacobs.Geeks.ORG 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Aug 11 18:45:04
CDT 2006 drec@jacobs.Geeks.ORG:/usr/src/sys/i386/compile/JACOBS i386

jacobs# env USER=root HOME=/root SHELL=/bin/csh PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin MAIL=/var/mail/root BLOCKSIZE=K FTP_PASSIVE_MODE=YES TERM=vt100 HOSTTYPE=FreeBSD VENDOR=intel OSTYPE=FreeBSD MACHTYPE=i386 SHLVL=1 PWD=/root LOGNAME=root GROUP=wheel HOST=<snipper> REMOTEHOST=<snipper> EDITOR=vi PAGER=more

That's it, it is that clean.