php dependency hell

2006-03-22 Thread Michael P. Soulier
Hey people, I'm trying to install Cacti, and it builds and installs fine. But, it's looking for the php command-line binary as well, which the port did not pull in for some reason. So, I go to build php-cli, and install it. [EMAIL PROTECTED] php4-cli]$ sudo make install === Installing for

Re: php dependency hell

2006-03-22 Thread Philip Hallstrom
I'm trying to install Cacti, and it builds and installs fine. But, it's looking for the php command-line binary as well, which the port did not pull in for some reason. So, I go to build php-cli, and install it. [EMAIL PROTECTED] php4-cli]$ sudo make install === Installing for

Re: php dependency hell

2006-03-22 Thread Bill Moran
On Wed, 22 Mar 2006 11:15:38 -0600 (CST) Philip Hallstrom [EMAIL PROTECTED] wrote: Plus, this... [EMAIL PROTECTED] php4-cli]$ sudo pkg_delete -n mod_php4-4.4.1,1 pkg_delete: package 'mod_php4-4.4.1,1' is required by these other packages and may not be deinstalled: cacti-0.8.6h_41

Re: php dependency hell

2006-03-22 Thread Michael P. Soulier
Bill Moran wrote: You should be able to use portupgrade with the -o option to replace mod_php4 with php4. See the man page for portupgrade for examples (the EXAMPLES section in particular). In my experience, this works 90%+ of the time. If this is a production system, however, you'll do