Chris Schuld's Blog

personal musings on the composition of software

Written By: Chris Schuld Monday, November 10th, 2008

Today I ran into this error:

Base class package “Tree::DAG_Node” is empty.
    (Perhaps you need to ‘use’ the module which defines that package first.)
 at /usr/lib/perl5/vendor_perl/5.8.8/XML/Validator/Schema/Node.pm line 2

An odd error from perl’s XML Validation libraries; here is how you fix it: install the Tree::DAG_Node package

yum -y install perl-DAG_Node
Categories: Linux, Perl

Leave a Reply

About Chris

Chris Schuld

Thank you for visiting my website. I use this site for a myriad of things: maintaining software I have open sourced, connecting with my readers and friends and documenting all of this little things "I wished I would have written down." You can read more about me or contact me.


thanks for visiting... happy coding

Recent Comments