Home > Archive > PERL Modules > June 2006 > DBD::RAM on FreeBSD
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
DBD::RAM on FreeBSD
|
|
| Jan Pips 2006-06-17, 8:04 am |
| 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
| |
| Sisyphus 2006-06-17, 8:04 am |
|
"Jan Pips" <jan_pips@op.pl> 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
| |
| Dean Arnold 2006-06-17, 8:04 am |
| 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...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.
|
|
|
|
|