Hi Charlie,After reset libxml path in extconf.rb, I can install libxml
successfully. Thanks very much. I wish you Merry Christmas!
--with-xml2-dir=
--with-xml2-lib=
--with-xml2-include=
2008/12/23 Charlie Savage
> Hi Ray,
>
> I have two versions of libxml, one is the default libxml, the other
Hi RaySun,
After reset libxml path in extconf.rb, I can install libxml
successfully. Thanks very much. I wish you Merry Christmas!
--with-xml2-dir=
--with-xml2-lib=
--with-xml2-include=
Good news. Can you post how you reset the libxml path in case others
run into the same problem?
And Me
Hi Charlie,I directly added my lib and include path in
./ext/libxml/extconf.rb LINE 79 and LINE 82, I am not sure is there any way
to pass the parameters when I run ruby setup.rb. Thanks for your help.
77 unless (have_library('xml2', 'xmlParseDoc') or
78 have_library('libxml2', 'xmlParseD