Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2005 11:53:31 -0800
From:      Freddie Cash <fcash-ml@sd73.bc.ca>
To:        freebsd-ports@freebsd.org
Subject:   Re: Easy php{4,5} extension installer
Message-ID:  <200501071153.32270.fcash-ml@sd73.bc.ca>
In-Reply-To: <41DEE3D2.8090901@ion.lu>
References:  <41DEE3D2.8090901@ion.lu>

next in thread | previous in thread | raw e-mail | index | archive | help
On January 7, 2005 11:32 am, Steve Clement wrote:
> Ever wanted to install php5-* extensions from the ports tree.
> Well I did, but noticed php5-oracle wasn't really my thing, so you
> would need a bit more control over it:

> for port in `locate php5- |cut -f5 -d\/ | uniq`; do
> portinstall -i $port
> done

> the locate statement can be replaced by a find one, and it can
> probably be done with something like: portinstall -i php5-\* but I
> couldn't find it out in less then 30seconds...

Why not just install /usr/ports/lang/php[45]-extensions and select the 
extensions you want from there?  :)

-- 
Freddie Cash, CCNT CCLP        Helpdesk / Network Support Tech.
School District 73             (250) 377-HELP [377-4357]
fcash-ml@sd73.bc.ca



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501071153.32270.fcash-ml>