Re: compiling problem
"Edgard Pineda Leone." <[email protected]>
| Newsgroups | gmane.editors.conglomerate.general |
|---|---|
| Message-ID | <[email protected]> |
On 26 Jun 2003, Gregory Leblanc wrote: > On Thu, 2003-06-26 at 13:41, Edgard Pineda Leone. wrote: > [snip] > > No package 'libxml-2.0' found > > > The system is an redhat 7.3 with ximian desktop 2. (GNOME 2.2.2) > > More info: > > # rpm -qa|grep libxml > > libxml2-2.5.7-0.ximian.4.2 > > perl-libxml-enno-1.02-15 > > libxml-1.8.17-3.ximian.4.7 > > libxml2-python-2.5.7-0.ximian.4.2 > > perl-libxml-perl-0.07-14 > > looks like you're missing the libxml2-devel package. > Greg > > installing libxml2-devel, libxml-devel, libxslt-devel and libgnomeui-devel the configure script works... thanks a lot!