Re: Re: Re: libxml2

2001-09-05 Thread Eric G. Miller
On Wed, Sep 05, 2001 at 01:45:19PM -0400, Jaldhar H. Vyas wrote: > On Wed, 5 Sep 2001, Hereward Cooper wrote: > > > But once I installed the -dev via apt-get, "dpkg -l *xml2*" > > _did_ list the file. > > > > Sorry I didn't make that clear did I? dpkg -l only accepts *installed* > package names.

Re: Re: Re: libxml2

2001-09-05 Thread Jaldhar H. Vyas
On Wed, 5 Sep 2001, Hereward Cooper wrote: > But once I installed the -dev via apt-get, "dpkg -l *xml2*" > _did_ list the file. > Sorry I didn't make that clear did I? dpkg -l only accepts *installed* package names. -- Jaldhar H. Vyas <[EMAIL PROTECTED]>

Re: Re: Re: libxml2

2001-09-05 Thread Hereward Cooper
> > Cool that works! But now comes the question, why didn't > DPKG > > tell me I had -dev, it didn't reported libxml2-dev when I > did a > > "dpkg -l *xml2*, only libxml2? > > dpkg -l doesn't work that way, it only accepts package names. > What you > want to do is > > $ dpkg -l | grep xml2 But

Re: Re: libxml2

2001-09-05 Thread Colin Watson
On Wed, Sep 05, 2001 at 12:48:31PM -0400, Jaldhar H. Vyas wrote: > On Wed, 5 Sep 2001, Hereward Cooper wrote: > > Cool that works! But now comes the question, why didn't DPKG > > tell me I had -dev, it didn't reported libxml2-dev when I did a > > "dpkg -l *xml2*, only libxml2? > > dpkg -l doesn't

Re: Re: libxml2

2001-09-05 Thread Jaldhar H. Vyas
On Wed, 5 Sep 2001, Hereward Cooper wrote: > Cool that works! But now comes the question, why didn't DPKG > tell me I had -dev, it didn't reported libxml2-dev when I did a > "dpkg -l *xml2*, only libxml2? dpkg -l doesn't work that way, it only accepts package names. What you want to do is $ dpk

Re: Re: libxml2

2001-09-05 Thread Hereward Cooper
> On Wed, 5 Sep 2001, Hereward Cooper wrote: > > > So how do I get libxml2 to be reconized > > correctly with xml2-config installed? > > > > # apt-get install libxml2-dev Cool that works! But now comes the question, why didn't DPKG tell me I had -dev, it didn't reported libxml2-dev when I did a