Thanks Danek.  I'll try this.

I'm trying to install only 1 of the php config files at a time
so that apache only has 1 to use.
All versions of php binaries can be installed at the same time
but apache should only use 1 version of php at a time.

Thanks again.
craig

----- [email protected] wrote:

> Craig Mohrman wrote:
> 
> > Do we have an example, or a technique, of installing 1 package
> > exclusive of another?
> > 
> > Let's say I have 2 packages:
> > 
> > apache-php52
> > apache-php53
> > 
> > How do I ensure that only 1 of them can be installed?
> 
> In apache-php52.p5m:
> 
>     depend type=exclude fmri=web/server/apache-22/plugin/plugin-php53
> 
> and in apache-php53.p5m:
> 
>     depend type=exclude fmri=web/server/apache-22/plugin/plugin-php52
> 
> though I'd question why the two can't coexist.
> 
> Danek
_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss

Reply via email to