DBD::RAM on FreeBSD

DBD::RAM on FreeBSD

am 13.06.2006 17:09:06 von Jan Pips

I am trying to install DBD::RAM module via ports on FreeBSD.
Unfortunatelly DBD::RAM module requires DBD::File module and the
installer is telling that DBD::File is useless with DBI. Do you know
any workaround or any other Perl module that allows to process XML
files?

Regards

Jan Pips

Re: DBD::RAM on FreeBSD

am 14.06.2006 01:48:15 von Sisyphus

"Jan Pips" wrote in message
news:448ecdd4$0$22588$f69f905@mamut2.aster.pl...
> I am trying to install DBD::RAM module via ports on FreeBSD.
> Unfortunatelly DBD::RAM module requires DBD::File module and the
> installer is telling that DBD::File is useless with DBI. Do you know
> any workaround or any other Perl module that allows to process XML
> files?
>

XML::Simple and XML::Parser are the first two that come to mind - but there
is a large number of modules dealing with XML. Go to http://search.cpan.org/
, select Distributions from the drop down menu, and then enter in XML.

Cheers,
Rob

Re: DBD::RAM on FreeBSD

am 14.06.2006 02:04:36 von Dean Arnold

Jan Pips wrote:
> I am trying to install DBD::RAM module via ports on FreeBSD.
> Unfortunatelly DBD::RAM module requires DBD::File module and the
> installer is telling that DBD::File is useless with DBI. Do you know any
> workaround or any other Perl module that allows to process XML files?
>
> Regards
>
> Jan Pips
>
>

1) DBD::File is part of the DBI bundle, so the assertion
that "its useless with DBI" is a bit confusing. Have you installed
DBI properly ? How are you installing it, via a manual make/make install
or via PPM or some other packaging ?

2) DBD::RAM hasn't been updated in a while; perhaps you're
really looking for DBD::AnyData ?
http://search.cpan.org/~jzucker/DBD-AnyData-0.08/AnyData.pm

3) You might have better luck getting a response on
dbi-users@perl.org.

4) There are many, *many* different XML packages
on CPAN (maybe too many!), so you need to be a bit
clearer as to your actual needs.

HTH,
Dean Arnold
Presicient Corp.