Re: AnyData Installation, Was: Re: DBI modules

2001-07-13 Thread Jeff Zucker

"MikeBlezien" wrote:
> 
> Yes, I did figure that out after digging a little deeper, but still no luck
> installing the AnyData module. I've tried installing the XML-DOM and Bundle::XML
> with no luck either. this is on a freeBSD 4.1
> 
> XML ... Error Opening File-Parser: Can't locate XML/Twig.pm in @INC 

AFAIK, XML::Twig is not part of those bundles, you'll need to install it
separately from CPAN. (But only if you want to do XML. If you're using
AnyData or DBD-AnyData for other formats, you don't need to install it
at all.)

> Stop in /root/.cpan/build/AnyData-0.04.
>   /usr/bin/make test -- NOT OK
> Running make install
>   make test had returned bad status, won't install without force

In the next release I will make the test give warnings about missing
modules rather than dieing.  In the meantime, you should be able to
install it with a manual "make install" and just ignore the test
failure.

-- 
Jeff



Re: AnyData Installation, Was: Re: DBI modules

2001-07-13 Thread MikeBlezien


Yes, I did figure that out after digging a little deeper, but still no luck
installing the AnyData module. I've tried installing the XML-DOM and Bundle::XML
with no luck either. this is on a freeBSD 4.1 

XML ... Error Opening File-Parser: Can't locate XML/Twig.pm in @INC (@INC
contains: blib/arch blib/lib
/usr/local/lib/perl5/5.6.1/i386-freebsd /usr/local/lib/perl5/5.6.1/i386-freebsd
/usr/local/lib/perl5/5.6.1 /usr/
local/lib/perl5/5.6.1/i386-freebsd /usr/local/lib/perl5/5.6.1
/usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd
/usr/local/lib/perl5/site_perl/5.6.1
/usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site
_perl/5.005 /usr/local/lib/perl5/site_perl .) at blib/lib/AnyData/Format/XML.pm
line 12.
BEGIN failed--compilation aborted at blib/lib/AnyData/Format/XML.pm line 12.
Compilation failed in require at blib/lib/AnyData.pm line 26.
*** Error code 2
 
Stop in /root/.cpan/build/AnyData-0.04.
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

>>On Fri, 13 Jul 2001 12:45:26 -0700, Jeff Zucker <[EMAIL PROTECTED]>   wrote:

>>
>>You need to install AnyData.pm first and then install DBD::AnyData.pm. 
>>They are in two different tarballs AnyData-0.04.tar.gz and
>>DBD-AnyData-0.04.tar.gz.  At some point I'll make a bundle so the two
>>downloads aren't necessary.
>>
>>This is all covered in the readme and installation notes for the
>>modules.
>>
>>If you've installed AnyData.pm and still get errors, let me know.

Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Tel: 1(225)686-2002
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=




AnyData Installation, Was: Re: DBI modules

2001-07-13 Thread Jeff Zucker

"MikeBlezien" wrote:
> 
> On another note, 

Please use a different subject line when you are starting a new subject,
I only found this by accident.

> has any one successfully install DBD::AnyData and used it?? It
> seems to install properly, but when used in a script, I keep getting an error,
> about DBD/AnyData.pm line 21 can't find (AnyData driver) ?? What's this all
> about??

You need to install AnyData.pm first and then install DBD::AnyData.pm. 
They are in two different tarballs AnyData-0.04.tar.gz and
DBD-AnyData-0.04.tar.gz.  At some point I'll make a bundle so the two
downloads aren't necessary.

This is all covered in the readme and installation notes for the
modules.

If you've installed AnyData.pm and still get errors, let me know.

-- 
Jeff