Advice needed - how did I get into this mess?

2007-02-16 Thread Roy Plant
-did-I-get-into-this-mess--tf3239449.html#a9004239 Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Advice needed - how did I get into this mess?

2007-02-16 Thread Bill Moran
In response to Roy Plant [EMAIL PROTECTED]: The last time I dabbled with Unix was 20 years ago - so I'm old and more than a little rusty. A while ago I decided FreeBSD 5.4 + Apache2 + PHP 5 + PostgreSQL + MySQL was a decent way to set up a development server. So I put all this on a dual Xeon

Re: Advice needed - how did I get into this mess?

2007-02-16 Thread Warren Block
On Fri, 16 Feb 2007, Roy Plant wrote: 1) How do I downgrade to PHP 5.1? Install and run /usr/ports/ports-mgmt/portdowngrade. 2) How do I keep the rest of my ports up to date without updating PHP 5? You'll really only need to worry about things that depend on PHP, so it may not be that

Re: Advice needed - how did I get into this mess?

2007-02-16 Thread Chris Hill
On Fri, 16 Feb 2007, Roy Plant wrote: [snip] 2) How do I keep the rest of my ports up to date without updating PHP 5? Perhaps you could edit /usr/local/etc/pkgtools.conf to include HOLD_PKGS = [ 'php-*' ] This should prevent portupgrade from upgrading anything php. Not sure I got