Re: Installing DBIx::DWIW on CPAN

2004-09-17 Thread Egor Egorov
Sanjeev Sagar [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] DBIx-DWIW-0.41]# make test
 PERL_DL_NONLAZY=3D1 /usr/bin/perl -Iblib/lib -Iblib/arch test.pl
 1..1
 # Running under perl version 5.008 for linux
 # Current time local: Wed Sep 15 13:42:27 2004
 # Current time GMT:   Wed Sep 15 20:42:27 2004
 # Using Test.pm version 1.23
 Can't locate Time/HiRes.pm in @INC (@INC contains: blib/lib blib/arch =

 
 Any help will be highly appreciable.

It's clear: install Time::HiRes. 






-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Installing DBIx::DWIW on CPAN

2004-09-15 Thread Sanjeev Sagar

Hello All,

I am trying to install DBIx::DWIW but giving me following error.

No such file `DBIx-DWIW-0.41.tar.gz'

I am trying to install from CPAN 

cpan install DBIx::DWIW

Could not fetch authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz
Giving up on '/root/.cpan/sources/authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz'
Note: Current database in memory was generated on Wed, 15 Sep 2004 11:08:29 GMT
 

Regards,


Re: Installing DBIx::DWIW on CPAN

2004-09-15 Thread Kevin Spencer
On Wed, 15 Sep 2004 11:27:55 -0700, Sanjeev Sagar
[EMAIL PROTECTED] wrote:
 
 Hello All,
 
 I am trying to install DBIx::DWIW but giving me following error.
 
 No such file `DBIx-DWIW-0.41.tar.gz'
 
 I am trying to install from CPAN
 
 cpan install DBIx::DWIW
 
 Could not fetch authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz
 Giving up on '/root/.cpan/sources/authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz'
 Note: Current database in memory was generated on Wed, 15 Sep 2004 11:08:29 GMT

If the CPAN shell is giving you problems, try downloading and
installing the module manually in the usual way.

After extracting the contents of the tarball:

Perl Makefile.PL
make
make test
make install

--
Kev.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Installing DBIx::DWIW on CPAN

2004-09-15 Thread Jeremy Zawodny
On Wed, Sep 15, 2004 at 11:27:55AM -0700, Sanjeev Sagar wrote:
 
 Hello All,
 
 I am trying to install DBIx::DWIW but giving me following error.
 
 No such file `DBIx-DWIW-0.41.tar.gz'
 
 I am trying to install from CPAN 
 
 cpan install DBIx::DWIW
 
 Could not fetch authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz
 Giving up on '/root/.cpan/sources/authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz'
 Note: Current database in memory was generated on Wed, 15 Sep 2004 11:08:29 GMT

Weird.

Perhaps your CPAN mirror has an index that's out of sync with the
actual data?  I've seen that happen before (rsync isn't atomic in that
way).  And 0.41 is fairly new.

I'd try another mirror.  It's current on cpan.yahoo.com, for example.

Jeremy
-- 
Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
[EMAIL PROTECTED]  |  http://jeremy.zawodny.com/

[book] High Performance MySQL -- http://highperformancemysql.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Installing DBIx::DWIW on CPAN

2004-09-15 Thread Sanjeev Sagar
I am trying on cpan.yahoo.com and it's giving me following error

The requested URL /authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz was not found on 
this server.



-Original Message-
From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]
Sent: Wed 9/15/2004 1:05 PM
To: Sanjeev Sagar
Cc: [EMAIL PROTECTED]
Subject: Re: Installing DBIx::DWIW on CPAN
 
On Wed, Sep 15, 2004 at 11:27:55AM -0700, Sanjeev Sagar wrote:
 
 Hello All,
 
 I am trying to install DBIx::DWIW but giving me following error.
 
 No such file `DBIx-DWIW-0.41.tar.gz'
 
 I am trying to install from CPAN 
 
 cpan install DBIx::DWIW
 
 Could not fetch authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz
 Giving up on '/root/.cpan/sources/authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz'
 Note: Current database in memory was generated on Wed, 15 Sep 2004 11:08:29 GMT

Weird.

Perhaps your CPAN mirror has an index that's out of sync with the
actual data?  I've seen that happen before (rsync isn't atomic in that
way).  And 0.41 is fairly new.

I'd try another mirror.  It's current on cpan.yahoo.com, for example.

Jeremy
-- 
Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
[EMAIL PROTECTED]  |  http://jeremy.zawodny.com/

[book] High Performance MySQL -- http://highperformancemysql.com/



Re: Installing DBIx::DWIW on CPAN

2004-09-15 Thread Jeremy Zawodny
On Wed, Sep 15, 2004 at 01:10:35PM -0700, Sanjeev Sagar wrote:
 I am trying on cpan.yahoo.com and it's giving me following error
 
 The requested URL /authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz was not found on 
 this server.

Hmm.

wget http://cpan.yahoo.com/authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz

Works for me.

How about you?

I checked and the mirrors on both machines behind cpan.yahoo.com are
up-to-date.

Jeremy
-- 
Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
[EMAIL PROTECTED]  |  http://jeremy.zawodny.com/

[book] High Performance MySQL -- http://highperformancemysql.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Installing DBIx::DWIW on CPAN

2004-09-15 Thread Sanjeev Sagar
Thanks !

I am trying to run make test but it's giving me following error

[EMAIL PROTECTED] DBIx-DWIW-0.41]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/lib -Iblib/arch test.pl
1..1
# Running under perl version 5.008 for linux
# Current time local: Wed Sep 15 13:42:27 2004
# Current time GMT:   Wed Sep 15 20:42:27 2004
# Using Test.pm version 1.23
Can't locate Time/HiRes.pm in @INC (@INC contains: blib/lib blib/arch 
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
/usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl 
/usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at 
blib/lib/DBIx/DWIW.pm line 12.
BEGIN failed--compilation aborted at blib/lib/DBIx/DWIW.pm line 12.
Compilation failed in require at test.pl line 10.
BEGIN failed--compilation aborted at test.pl line 10.
make: *** [test_dynamic] Error 2

Any help will be highly appreciable.





-Original Message-
From: Jeremy Zawodny [mailto:[EMAIL PROTECTED]
Sent: Wed 9/15/2004 1:18 PM
To: Sanjeev Sagar
Cc: [EMAIL PROTECTED]
Subject: Re: Installing DBIx::DWIW on CPAN
 
On Wed, Sep 15, 2004 at 01:10:35PM -0700, Sanjeev Sagar wrote:
 I am trying on cpan.yahoo.com and it's giving me following error
 
 The requested URL /authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz was not found on 
 this server.

Hmm.

wget http://cpan.yahoo.com/authors/id/J/JZ/JZAWODNY/DBIx-DWIW-0.41.tar.gz

Works for me.

How about you?

I checked and the mirrors on both machines behind cpan.yahoo.com are
up-to-date.

Jeremy
-- 
Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
[EMAIL PROTECTED]  |  http://jeremy.zawodny.com/

[book] High Performance MySQL -- http://highperformancemysql.com/



Re: Installing DBIx::DWIW on CPAN

2004-09-15 Thread Jeremy Zawodny
On Wed, Sep 15, 2004 at 01:44:21PM -0700, Sanjeev Sagar wrote:
 Thanks !
 
 I am trying to run make test but it's giving me following error
 
 [EMAIL PROTECTED] DBIx-DWIW-0.41]# make test
 PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/lib -Iblib/arch test.pl
 1..1
 # Running under perl version 5.008 for linux
 # Current time local: Wed Sep 15 13:42:27 2004
 # Current time GMT:   Wed Sep 15 20:42:27 2004
 # Using Test.pm version 1.23
 Can't locate Time/HiRes.pm in @INC (@INC contains: blib/lib blib/arch 
 /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 
 /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi 
 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl 
 /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi 
 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl 
 /usr/lib/perl5/5.8.0/i386-linux-thread-multi /usr/lib/perl5/5.8.0 .) at 
 blib/lib/DBIx/DWIW.pm line 12.
 BEGIN failed--compilation aborted at blib/lib/DBIx/DWIW.pm line 12.
 Compilation failed in require at test.pl line 10.
 BEGIN failed--compilation aborted at test.pl line 10.
 make: *** [test_dynamic] Error 2
 
 Any help will be highly appreciable.

Install Time::HiRes from CPAN.

The Makefile should have caught that but didn't.  I'll fix that on my
end.

Jeremy
-- 
Jeremy D. Zawodny |  Perl, Web, MySQL, Linux Magazine, Yahoo!
[EMAIL PROTECTED]  |  http://jeremy.zawodny.com/

[book] High Performance MySQL -- http://highperformancemysql.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]