Tugger the SLUGger!SLUG Mailing List Archives

Re: [SLUG] PHP experts


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