install problems

Ganth Rogani ganthirogani at hotmail.com
Fri Apr 21 17:41:23 UTC 2006


I tried to install Linux::AIO and IO::AIO, but both failed the install on 5 
different machines that I have tried.  I could make and make install, but 
the make tests failed.  Any insight on why the make tests failed, and what I 
can do to fix it?  I've tried on centos servers and RHES 4.  (I even tried a 
7.3 box).  All had the same failures on the make test.

Thanks again for the help.

>From: Brad Fitzpatrick <brad at danga.com>
>To: Ganth Rogani <ganthirogani at hotmail.com>
>CC: andreas.koenig.gmwojprw at franz.ak.mind.de,mogilefs at lists.danga.com
>Subject: Re: install problems
>Date: Fri, 21 Apr 2006 16:01:52 +0000 (UTC)
>
>The 0/000/000 directory problem is THE most common problem.
>
>Make sure that if you have Linux::AIO or IO::AIO installed, that they're
>the most recent versions.  If one is new and the other is old, Mogile
>might choose the old one.
>
>To be safe, uninstall both, and only install one of them after "make test"
>on it succeeds.
>
>
>On Fri, 21 Apr 2006, Ganth Rogani wrote:
>
> > I actually did that just about an hour ago, but I also had to make the
> > 0/000/000 directories before it would store files.  anyone know why it
> > didn't make it automatically?  i assume that at some point it will try 
>to
> > make another directory and will fail?
> >
> >
> > >From: andreas.koenig.gmwojprw at franz.ak.mind.de (Andreas J. Koenig)
> > >To:  <ganthirogani at hotmail.com>
> > >CC: mogilefs at lists.danga.com
> > >Subject: Re: install problems
> > >Date: Fri, 21 Apr 2006 09:27:55 +0200
> > >
> > > >>>>> On Thu, 20 Apr 2006 18:29:52 -0700, "Brian Kaino"
> > ><ganthirogani at hotmail.com> said:
> > >
> > >   > open(TEST, "test.txt") or die "Can't open file";
> > >   > $mogfs->store_file("test","txt",TEST);
> > >
> > >No mogilefs problem, just wrong usage of filehandles.
> > >
> > >Try something like
> > >
> > >  open my $fh, "test.txt" or die "Can't open file";
> > >  $mogfs->store_file("test","txt",$fh);
> > >
> > >or if you insist on old-style:
> > >
> > >  open(TEST, "test.txt") or die "Can't open file";
> > >  $mogfs->store_file("test","txt",*TEST);
> > >
> > >Hope this helps,
> > >--
> > >andreas
> >
> > _________________________________________________________________
> > Express yourself instantly with MSN Messenger! Download today - it's 
>FREE!
> > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
> >
> >

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



More information about the mogilefs mailing list