Re: could not find ParserDetails.ini

Grant McLean <[email protected]>
Newsgroups gmane.comp.lang.perl.xml
Message-ID <[email protected]>
On Thu, 2010-06-03 at 18:20 -0500, Peng Yu wrote:
> On Thu, Jun 3, 2010 at 5:46 PM, Grant McLean <[email protected]> wrote:
> > But if you're going to use XML::SAX then you probably ought to install
> > XML::SAX::Expat or XML::SAX::ExpatXS.
> 
> I have to install the perl in my home directory. Therefore, I can not
> take advantages of the packages from my OS (ubuntu). Considering this
> limitation, is there an easy way so that I can automatically install
> all the packages from CPAN, or a package and all other packages that
> it depends on it (rather than download each individual packages and
> install them individually)?

You should be able to use the CPAN shell:

/path/to/your/version/of/perl -MCPAN -e shell

However, both those packages I mention require both libexpat and on a
Debian/Ubuntu system the header files in a libexpat -dev package.  You
can install and build Expat under your home directory but there's no
easy way.

Cheers
Grant


_______________________________________________
Perl-XML mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.