- To: Jeff Waugh <jdub@xxxxxxxxxxx>, Roland Turner <raz@xxxxxxxxxxxxxx>, slug@xxxxxxxxxxx
- Subject: Re: [SLUG] PHP experts
- From: Anand Kumria <wildfire@xxxxxxxxxxxxxxxxxx>
- Date: Fri Jul 21 14:32:05 2000
- Reply-to: slug@xxxxxxxxxxx
On Fri, Jul 21, 2000 at 12:35:50PM +1000, Jeff Waugh wrote:
> > Roland Turner wrote:
> >
> > I hadn't realised that this option was available. Building PHP from
> > source wasn't high on the list of things that I wanted to do in order to
> > get this working, but lacking other options, I'll give it a go.
>
>
> Raz, I know you'll understand me when I say,
>
> apt-get install php3-cgi
You can do:
apt-get source <package>
If you /etc/apt/sources.list is setup with deb-src lines (normally copies of
the deb lines).
Anand