[xml] Re: Not Recognizing Installation



damn ... bad start.
 
anyway, i 'm getting this error:
 
# pwd
/tmp/XML-LibXML-1.40
# cat /etc/redhat-release
Red Hat Linux release 7.1 (Seawolf)
# rpm -q libxml2
libxml2-2.4.18-1
# perl Makefile.PL
enable native perl UTF8
running xml2-config... ok
looking for -lxml2... no
libxml2 not found
Try setting LIBS and INC values on the command line
Or get libxml2 from
  http://www.libxml.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.
#
# perl Makefile.PL LIBS='-L/usr/local/lib -lxml2 -lm -lz' INC='-I/usr/local/include -I/usr/include'
enable native perl UTF8
running xml2-config... ok
looking for -lxml2... no
libxml2 not found
Try setting LIBS and INC values on the command line
Or get libxml2 from
  http://www.libxml.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.
 
 
believe me, i've spent most of the day trying to figure this out, i checked the archives, to no avail.  sorry for the original post, but if someone's willing to help me on an email basis, i'd be grateful. also, my gift to the list is that i won't post anymore.
 
thanks,
 
John
----- Original Message -----
From: JR
Sent: Friday, March 22, 2002 4:11 PM
Subject: Not Recognizing Installation

Hi,
 
I'm trying to install the perl module XML::LibXML. I successfully (i thought) installed libxml2, but the following error when trying to install this module:
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]