Re: php4 install has conflicts

2004-12-16 Thread Lapo Nustrini
On Dec 15, 2004, at 12:15 PM, Noah wrote: do you know of a command that can show me all the ports that are installed on my machine? is there a nice tutorial that explains how to use the ports efficiently and safetly? cheers, Noah If reading man 7 ports leaves you wanting, you might want to

Re: php4 install has conflicts

2004-12-15 Thread Noah
I could be wrong about this, but I don't believe you need to reinstall those ports. Just force delete all old versions of mod- php4 and then install the new version of php4 or mod-php4 (whichever one you actually want). The other ports shouldn't need to be reinstalled, because the new

Re: php4 install has conflicts

2004-12-15 Thread Noah
Try portupgrade -rR php4\* The -N flag is for installing new packages, not upgrading existing ones. -rR should resolve all dependencies above below php4. That should also remove all the old versions . Oops, I shouldn't answer things before I've woken up properly! I missed the fact

Re: php4 install has conflicts

2004-12-15 Thread Kevin D. Kinsey, DaleCo, S.P.
Noah wrote: HI, okay one more question. what is the best method to get rid of all the stale dependencies please? --- snip --- Hi, Noah. (Thanks for building that boat all those years ago... :-) Anyway, this helped me in understanding how to answer pkgdb -F:

Re: php4 install has conflicts

2004-12-15 Thread Ian Moore
On Thu, 16 Dec 2004 06:45, Noah wrote: I could be wrong about this, but I don't believe you need to reinstall those ports. Just force delete all old versions of mod- php4 and then install the new version of php4 or mod-php4 (whichever one you actually want). The other ports shouldn't need

Re: php4 install has conflicts

2004-12-15 Thread Noah
I could be wrong about this, but I don't believe you need to reinstall those ports. Just force delete all old versions of mod- php4 and then install the new version of php4 or mod-php4 (whichever one you actually want). The other ports shouldn't need to be reinstalled, because the new

Re: php4 install has conflicts

2004-12-15 Thread Dan Kilbourne
Noah extolled: do you know of a command that can show me all the ports that are installed on my machine? pkg_info is there a nice tutorial that explains how to use the ports efficiently and safetly? cheers, Noah man (7) ports -- ___ Dan

Re: php4 install has conflicts

2004-12-15 Thread Joshua Lokken
On Wed, 15 Dec 2004 12:15:58 -0800, Noah [EMAIL PROTECTED] wrote: okay thank you, do you know of a command that can show me all the ports that are installed on my machine? % ls /var/db/pkg | more is there a nice tutorial that explains how to use the ports efficiently and safetly?

php4 install has conflicts

2004-12-14 Thread Noah
FreeBSD-4.9 what is the cleanest way to get PHP4 installed here? There are a lot of programs that have dependancies on mod_php4. how do I update all those dependancies to the latest version of mod_php4? and then how do I cleanly remove all those older versions of mod_php4? --- snip --- #

Re: php4 install has conflicts

2004-12-14 Thread Derrick Ryalls
what is the cleanest way to get PHP4 installed here? There are a lot of programs that have dependancies on mod_php4. how do I update all those dependancies to the latest version of mod_php4? and then how do I cleanly remove all those older versions of mod_php4? --- snip --- # make

Re: php4 install has conflicts

2004-12-14 Thread Ian Moore
On Wed, 15 Dec 2004 09:30, Noah wrote: On Tue, 14 Dec 2004 14:52:53 -0800, Derrick Ryalls wrote what is the cleanest way to get PHP4 installed here? There are a lot of programs that have dependancies on mod_php4. how do I update all those dependancies to the latest version of

Re: php4 install has conflicts

2004-12-14 Thread Ian Moore
On Wed, 15 Dec 2004 09:55, you wrote: On Wed, 15 Dec 2004 09:30, Noah wrote: On Tue, 14 Dec 2004 14:52:53 -0800, Derrick Ryalls wrote what is the cleanest way to get PHP4 installed here? There are a lot of programs that have dependancies on mod_php4. how do I update all those

Re: php4 install has conflicts

2004-12-14 Thread Noah
On Wed, 15 Dec 2004 10:04:52 +1030, Ian Moore wrote On Wed, 15 Dec 2004 09:55, you wrote: On Wed, 15 Dec 2004 09:30, Noah wrote: On Tue, 14 Dec 2004 14:52:53 -0800, Derrick Ryalls wrote what is the cleanest way to get PHP4 installed here? There are a lot of programs that have

RE: php4 install has conflicts

2004-12-14 Thread Haulmark, Chris
Someone broke the silence: Okay, so I remove mod_php, huh - and then reinstall it? take a look at this. how do I handle all the packages that Need mod_php? how do I do this cleanly? --- snp --- # pkg_delete mod_php4-4.3.5_7,1 pkg_delete: package 'mod_php4-4.3.5_7,1' is required by

RE: php4 install has conflicts

2004-12-14 Thread Noah
On Tue, 14 Dec 2004 19:50:15 -0500, Haulmark, Chris wrote Someone broke the silence: Okay, so I remove mod_php, huh - and then reinstall it? take a look at this. how do I handle all the packages that Need mod_php? how do I do this cleanly? --- snp --- # pkg_delete

Re: php4 install has conflicts

2004-12-14 Thread Ian Moore
On Wed, 15 Dec 2004 11:49, Noah wrote: On Tue, 14 Dec 2004 19:50:15 -0500, Haulmark, Chris wrote Someone broke the silence: Okay, so I remove mod_php, huh - and then reinstall it? take a look at this. how do I handle all the packages that Need mod_php? how do I do this cleanly?

Re: php4 install has conflicts

2004-12-14 Thread Noah
On Tue, 14 Dec 2004 14:52:53 -0800, Derrick Ryalls wrote what is the cleanest way to get PHP4 installed here? There are a lot of programs that have dependancies on mod_php4. how do I update all those dependancies to the latest version of mod_php4? and then how do I cleanly remove all