Skip to Content.
Sympa Menu

en - [sympa-users] How to fix missing LibXML when installing 5.2.2

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: address@concealed
  • To: address@concealed
  • Subject: [sympa-users] How to fix missing LibXML when installing 5.2.2
  • Date: Fri, 29 Sep 2006 23:25:43 +0200

Hi,

I have seen this problem mentioned but am unable to fi x it. When I try to
start sympa with /etc/init.d/sympa start, I get a series of startup errors,
one
for each of sympa.pl, archived. pl, bounce,pl, etc. (See Sympa Startup Error
message below)

When I try to load LibXML from cpan with 'cpan -i XML:LibXML', it downloads
the
files but can't fininsh because it says it is missing LibXML2 (See CPAN error
message)

Then I went to xmlsoft.org and tried to download the XMLLib RPM package, but:

'RPM -iv LibXML*' gave the error:
package libxml-1.8.17-13 is already installed
and
'rpm -q LibXML*' gave the output
package libxml-1.8.17-13.i386.rpm is not installed

So I am not sure what to do. Any suggestions? I am installing sympa 5.2.2 on
Fedora Core 5

Thanks.


SYMPA STARTUP ERROR
Starting module sympa.pl: Can't locate XML/LibXML.pm in @INC (@INC contains:
/home/sympa/bin /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7
/usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5
/usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7
/usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3
/usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi
/usr/lib/perl5/5.8.8 .) at /home/sympa/bin/Family.pm line 25.
BEGIN failed--compilation aborted at /home/sympa/bin/Family.pm line 25.
Compilation failed in require at /home/sympa/bin/List.pm line 232.
BEGIN failed--compilation aborted at /home/sympa/bin/List.pm line 232.
Compilation failed in require at /home/sympa/bin/Commands.pm line 29.
BEGIN failed--compilation aborted at /home/sympa/bin/Commands.pm line 29.
Compilation failed in require at /home/sympa/bin/sympa.pl line 33.
BEGIN failed--compilation aborted at /home/sympa/bin/sympa.pl line 33.
[FAILED]

CPAN ERROR
Typed: cpan -i XML::LibXML

. . .
CPAN.pm: Going to build P/PA/PAJAS/XML-LibXML-1.61003.tar.gz

enable native perl UTF8
running xml2-config...
using fallback values for LIBS and INC
options:
LIBS='-L/usr/local/lib -L/usr/lib -lxml2 -lm'
INC='-I/usr/local/include -I/usr/include'
If this is wrong, Re-run as:
$ /usr/bin/perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include'

looking for -lxml2... no
looking for -llibxml2... no
libxml2 not found
Try setting LIBS and INC values on the command line
Or get libxml2 from
http://xmlsoft.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.
Running make test
Make had some problems, maybe interrupted? Won't test
Running make install
Make had some problems, maybe interrupted? Won't install



Archive powered by MHonArc 2.6.19+.

Top of Page