this has worked as described below (compiling libxml2-2.5.1 and libxslt-1.0.24 from source)
and XML::LibXML 1.51, which is still available from cpan.
r-
On Saturday, Jan 18, 2003, at 15:11 Europe/Madrid, Paul McCann wrote:
Robert Whittle asked:Has anyone managed to install XML-LibXML(1.53) on OSX 10.2? I installed libxml2-2.4.15 (from the OSX packages on http://xmlsoft.org), but it seems to be out of date.I'm happy to be able to report that the latest versions of libxml2 and libxslt from xmlsoft compile beautifully on 10.2.3. XML::LibXML has some problems with OSX however, and I think that 1.51 is the version you should hunt down. The latest XML::LibXSLT works fine, (and with these and a few other modules in place XML::Handler::Axpoint runs like a dream).On the subjet of XS modules: is anyone else seeing the same nonsense that I'm seeing with DBD::SQLite? It makes without incident, but dies with a bus error when the insert tests are performed. More precisely... ================================================================= ~/src/DBD-SQLite-0.23 % make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00basic..........ok t/01logon..........ok t/02cr_table.......ok t/03insert.........ok t/04select.........ok t/05tran...........ok t/06error..........ok t/10dsnlist........ok t/20createdrop.....ok t/30insertfetch....ok t/40bindparam......ok t/40blobs..........ok t/40listfields.....ok t/40nulls..........ok t/40numrows........ok t/50chopblanks.....ok t/50commit.........ok t/99cleanup........ok t/ak-dbd...........ok t/dbdadmin.........ok All tests successful. Files=20, Tests=252, 8 wallclock secs ( 3.95 cusr + 1.02 csys = 4.97 CPU) PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl test.pl Testing empty loop speed ... 100000 iterations in 0.2 cpu+sys seconds (400000 per sec) Testing connect/disconnect speed ... Test failed, message: DBI connect('dbname=output/database','',...) failed: database disk image is malformed at test.pl line 55 Testing CREATE/DROP TABLE speed ... 500 files in 3.0 cpu+sys seconds (168 per sec) Testing INSERT speed ... make: *** [test_dynamic] Bus error ================================================================= Version 0.22 seems to have the same difficulty. Thanks, Paul
-- Robert Whittle Automatic Netware [EMAIL PROTECTED] http://www.automatic.ie
