in reply to Re^6: Do I have a unicode problem, or is this something else?
in thread Do I have a unicode problem, or is this something else?
Hi Corion,
Nice to hear from you. I think that ikegami is probably right and I need to do this XML thing properly. I tried the command line you suggested and it gave me this error:
steve@steve-desktop:~/.cpan/build/XML-LibXML-1.70-XzsnvX$ perl -w Make +file.PL Name "main::is_win32" used only once: possible typo at Makefile.PL lin +e 263. 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/in +clude' 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. Also, you may try to run perl Makefile.PL with the DEBUG=1 parameter to see the exact reason why the detection of libxml2 installation failed or why Makefile.PL was not able to compile a test program.
Maybe this only runs on Windows? What do you think?
Regards
Steve
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Do I have a unicode problem, or is this something else?
by Corion (Patriarch) on Jun 14, 2010 at 20:29 UTC | |
by Steve_BZ (Chaplain) on Jun 16, 2010 at 13:53 UTC | |
|
Re^8: Do I have a unicode problem, or is this something else?
by ikegami (Patriarch) on Jun 14, 2010 at 20:49 UTC | |
by Steve_BZ (Chaplain) on Jun 16, 2010 at 13:47 UTC | |
by Corion (Patriarch) on Jun 16, 2010 at 13:52 UTC | |
by Steve_BZ (Chaplain) on Jun 16, 2010 at 13:59 UTC |